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

Unified Diff: utils/compiler/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 | « tools/gn.py ('k') | utils/dartanalyzer/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/compiler/BUILD.gn
diff --git a/utils/compiler/BUILD.gn b/utils/compiler/BUILD.gn
index 2095edb8bf6ae64bfaa3d13fe4e36b4282736af0..e13cea230584352ed964d9a67750d71068946f63 100644
--- a/utils/compiler/BUILD.gn
+++ b/utils/compiler/BUILD.gn
@@ -23,8 +23,8 @@ create_timestamp_file("dartdoc_files_stamp") {
invoke_dart("dart2js_create_snapshot_entries") {
deps = [
":dart2js_files_stamp",
- ":runtime_lib_files_stamp",
":dartdoc_files_stamp",
+ ":runtime_lib_files_stamp",
]
dot_packages = rebase_path("../../.packages")
@@ -55,18 +55,18 @@ invoke_dart("dart2js_create_snapshot_entries") {
application_snapshot("dart2js") {
deps = [
- ":dart2js_create_snapshot_entries"
+ ":dart2js_create_snapshot_entries",
]
main_dart = "$root_gen_dir/dart2js.dart"
training_args = [
"--library-root=" + rebase_path("../../sdk"),
- rebase_path("../../tests/language/first_test.dart")
+ rebase_path("../../tests/language/first_test.dart"),
]
}
application_snapshot("utils_wrapper") {
deps = [
- ":dart2js_create_snapshot_entries"
+ ":dart2js_create_snapshot_entries",
]
main_dart = "$root_gen_dir/utils_wrapper.dart"
training_args = [ "--help" ]
« no previous file with comments | « tools/gn.py ('k') | utils/dartanalyzer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698