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

Unified Diff: utils/dartdevc/BUILD.gn

Issue 2567213002: Make list_files.py and list_dart_files.py return absolute paths for GN (Closed)
Patch Set: Comments and checking in scripts 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 | « utils/dartanalyzer/dartanalyzer.gyp ('k') | utils/dartdevc/dartdevc.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/dartdevc/BUILD.gn
diff --git a/utils/dartdevc/BUILD.gn b/utils/dartdevc/BUILD.gn
index 0c934233c8abb3ca2bb90ea1906dbebf910714a4..ba51ab4eed24cb2c63a131a29e4c57baa0ded2e6 100644
--- a/utils/dartdevc/BUILD.gn
+++ b/utils/dartdevc/BUILD.gn
@@ -14,6 +14,7 @@ application_snapshot("dartdevc") {
"--help",
]
inputs = exec_script("../../tools/list_dart_files.py",
- [ rebase_path("../../pkg/dev_compiler/bin") ],
+ [ "absolute",
+ rebase_path("../../pkg/dev_compiler/bin") ],
"list lines")
}
« no previous file with comments | « utils/dartanalyzer/dartanalyzer.gyp ('k') | utils/dartdevc/dartdevc.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698