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

Unified Diff: utils/dartdoc/BUILD.gn

Issue 2451613005: Format GN files and add a presubmit check that GN is properly formatted (Closed)
Patch Set: Fix gn args 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 5c1d0e3a43454de61b04c81144154e89277e5906..d7fa984be0a0a008b5b126d8268e8949e71205d9 100644
--- a/utils/dartdoc/BUILD.gn
+++ b/utils/dartdoc/BUILD.gn
@@ -8,6 +8,6 @@ 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")],
+ [ 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