Chromium Code Reviews| Index: runtime/vm/BUILD.gn |
| diff --git a/runtime/vm/BUILD.gn b/runtime/vm/BUILD.gn |
| index 9bbc3a495387183434e5b54bfb9dbcb56386bb29..fb70e9f6dc34ca6b24d510ada766847c340841c9 100644 |
| --- a/runtime/vm/BUILD.gn |
| +++ b/runtime/vm/BUILD.gn |
| @@ -414,7 +414,7 @@ if (!defined(is_fuchsia) || !is_fuchsia) { |
| # We list all files which make up the sdk (modulo patches) and get them back |
|
Cutch
2016/12/12 20:50:09
long line
zra
2016/12/12 20:54:22
Done.
|
| # as a GN list object. |
| shared_sdk_sources = exec_script("../../tools/list_dart_files.py", |
| - [ "../../sdk/lib" ], |
| + [ rebase_path("../../sdk/lib") ], |
| "list lines") |
| # We list the `patch_sdk.dart` tool here because the [script] (which is |