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

Unified Diff: third_party/WebKit/Source/bindings/scripts/scripts.gni

Issue 1464873002: Run gn --format over all .gn files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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
Index: third_party/WebKit/Source/bindings/scripts/scripts.gni
diff --git a/third_party/WebKit/Source/bindings/scripts/scripts.gni b/third_party/WebKit/Source/bindings/scripts/scripts.gni
index 7022af29b8bf8ae8709bf095150180fefebc3b82..5655ed7c4a3078cebe31bb4fd2a914aba0bac573 100644
--- a/third_party/WebKit/Source/bindings/scripts/scripts.gni
+++ b/third_party/WebKit/Source/bindings/scripts/scripts.gni
@@ -182,9 +182,8 @@ template("idl_compiler") {
"//third_party/WebKit/Source/bindings/modules:interfaces_info",
"//third_party/WebKit/Source/bindings/modules:modules_core_global_constructors_idls",
"//third_party/WebKit/Source/bindings/modules:modules_global_constructors_idls",
-
- "//third_party/WebKit/Source/bindings/scripts:cached_lex_yacc_tables",
"//third_party/WebKit/Source/bindings/scripts:cached_jinja_templates",
+ "//third_party/WebKit/Source/bindings/scripts:cached_lex_yacc_tables",
"//third_party/WebKit/Source/core:generated_testing_idls",
]
}
@@ -237,8 +236,8 @@ template("idl_impl") {
"//third_party/WebKit/Source/bindings/core:interfaces_info_individual_core",
"//third_party/WebKit/Source/bindings/modules:interfaces_info",
"//third_party/WebKit/Source/bindings/modules:interfaces_info_individual_modules",
- "//third_party/WebKit/Source/bindings/scripts:cached_lex_yacc_tables",
"//third_party/WebKit/Source/bindings/scripts:cached_jinja_templates",
+ "//third_party/WebKit/Source/bindings/scripts:cached_lex_yacc_tables",
]
}
}

Powered by Google App Engine
This is Rietveld 408576698