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

Unified Diff: utils/pub/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/dartfmt/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/pub/BUILD.gn
diff --git a/utils/pub/BUILD.gn b/utils/pub/BUILD.gn
index 7ef2aa4222447145181991f4ca85f0aed8a5f319..d1238cd1ca2191d9e175567929a882b68bdb5949 100644
--- a/utils/pub/BUILD.gn
+++ b/utils/pub/BUILD.gn
@@ -8,9 +8,9 @@ application_snapshot("pub") {
main_dart = "../../third_party/pkg/pub/bin/pub.dart"
training_args = [ "--help" ]
deps = [
- "../compiler:dart2js_files_stamp"
+ "../compiler:dart2js_files_stamp",
]
inputs = [
- "$root_gen_dir/dart2js_files.stamp"
+ "$root_gen_dir/dart2js_files.stamp",
]
}
« no previous file with comments | « utils/dartfmt/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698