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

Unified Diff: utils/dartdevc/BUILD.gn

Issue 2392253002: Use list_dart_files.py instead of list_files.py in GN build. (Closed)
Patch Set: Created 4 years, 2 months 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/BUILD.gn ('k') | utils/dartdoc/BUILD.gn » ('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 b305945364f76f2b0d6d8059d129c847cc50207d..75507e738517278421766b669b6f57663b5d4b8f 100644
--- a/utils/dartdevc/BUILD.gn
+++ b/utils/dartdevc/BUILD.gn
@@ -6,8 +6,7 @@ import("../invoke_dart.gni")
application_snapshot("dartdevc") {
main_dart = "../../pkg/dev_compiler/bin/dartdevc.dart"
- inputs = exec_script("../../tools/list_files.py",
- ["\\.dart\$",
- rebase_path("../../pkg/dev_compiler/bin")],
+ inputs = exec_script("../../tools/list_dart_files.py",
+ [rebase_path("../../pkg/dev_compiler/bin")],
"list lines")
}
« no previous file with comments | « utils/dartanalyzer/BUILD.gn ('k') | utils/dartdoc/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698