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

Unified Diff: utils/dartdoc/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/dartdevc/dartdevc.gyp ('k') | utils/dartdoc/dartdoc.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/dartdoc/BUILD.gn
diff --git a/utils/dartdoc/BUILD.gn b/utils/dartdoc/BUILD.gn
index 6abdc9a1a7182a97724a5c9b21432b0a3df543da..ac302a821bc45a759978f7b8260be0da4b43d991 100644
--- a/utils/dartdoc/BUILD.gn
+++ b/utils/dartdoc/BUILD.gn
@@ -8,6 +8,7 @@ application_snapshot("dartdoc") {
main_dart = "../../third_party/pkg/dartdoc/bin/dartdoc.dart"
training_args = [ "--help" ]
inputs = exec_script("../../tools/list_dart_files.py",
- [ rebase_path("../../third_party/pkg/dartdoc") ],
+ [ "absolute",
+ rebase_path("../../third_party/pkg/dartdoc") ],
"list lines")
}
« no previous file with comments | « utils/dartdevc/dartdevc.gyp ('k') | utils/dartdoc/dartdoc.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698