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

Unified Diff: utils/dartdoc/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/dartdevc/BUILD.gn ('k') | utils/dartfmt/BUILD.gn » ('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 a79ce8a7733f6068b95bf986d39c50e514b1e84f..d850f023eb2fc5cf9a229d89c31dc7be34170b6c 100644
--- a/utils/dartdoc/BUILD.gn
+++ b/utils/dartdoc/BUILD.gn
@@ -6,8 +6,7 @@ import("../invoke_dart.gni")
application_snapshot("dartdoc") {
main_dart = "../../third_party/pkg/dartdoc/bin/dartdoc.dart"
- inputs = exec_script("../../tools/list_files.py",
- ["\\.dart\$",
- rebase_path("../../third_party/pkg/dartdoc")],
+ inputs = exec_script("../../tools/list_dart_files.py",
+ [rebase_path("../../third_party/pkg/dartdoc")],
"list lines")
}
« no previous file with comments | « utils/dartdevc/BUILD.gn ('k') | utils/dartfmt/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698