Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(328)

Unified Diff: runtime/vm/BUILD.gn

Issue 2564413004: Make list_files.py and list_dart_files.py return absolute paths (Closed)
Patch Set: Remove debug print Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/BUILD.gn ('k') | tools/list_dart_files.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « pkg/BUILD.gn ('k') | tools/list_dart_files.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698