| Index: runtime/vm/vm.gypi
|
| diff --git a/runtime/vm/vm.gypi b/runtime/vm/vm.gypi
|
| index a072f6530adbca79e52e4ffaa7a440bb6906bbfa..3da329123e97c1c46309ef7fb1ed6c8b00817266 100644
|
| --- a/runtime/vm/vm.gypi
|
| +++ b/runtime/vm/vm.gypi
|
| @@ -1261,7 +1261,8 @@
|
| {
|
| 'action_name': 'patch_sdk',
|
| 'inputs': [
|
| - '<!@(["python", "../tools/list_files.py",' '"dart$",' '"sdk/lib"])',
|
| + '<!@(["python", "../tools/list_files.py", "relative",'
|
| + '"dart$", "sdk/lib"])',
|
| '../../tools/patch_sdk.py',
|
| '../../tools/patch_sdk.dart',
|
| # Unlike the other libraries in the SDK, dart:typed_data is not
|
|
|