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

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

Issue 1406153017: gn format '.gni' 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/templates/templates.gni
diff --git a/third_party/WebKit/Source/bindings/templates/templates.gni b/third_party/WebKit/Source/bindings/templates/templates.gni
index 2914bb7a3493eac3121c0df5b47afe9a9ae632e1..b5a336c600b2fe53b9d27d848a8e5809ceb38b40 100644
--- a/third_party/WebKit/Source/bindings/templates/templates.gni
+++ b/third_party/WebKit/Source/bindings/templates/templates.gni
@@ -3,26 +3,24 @@
# found in the LICENSE file.
# Paths should be absolute so this file can be imported from anywhere.
-code_generator_template_files =
- get_path_info(
- [
- "attributes.cpp",
- "callback_interface.cpp",
- "callback_interface.h",
- "constants.cpp",
- "conversions.cpp",
- "copyright_block.txt",
- "dictionary_impl.cpp",
- "dictionary_impl.h",
- "dictionary_v8.cpp",
- "dictionary_v8.h",
- "interface_base.cpp",
- "interface.cpp",
- "interface.h",
- "methods.cpp",
- "partial_interface.cpp",
- "partial_interface.h",
- "union.cpp",
- "union.h",
- ],
- "abspath")
+code_generator_template_files = get_path_info([
+ "attributes.cpp",
+ "callback_interface.cpp",
+ "callback_interface.h",
+ "constants.cpp",
+ "conversions.cpp",
+ "copyright_block.txt",
+ "dictionary_impl.cpp",
+ "dictionary_impl.h",
+ "dictionary_v8.cpp",
+ "dictionary_v8.h",
+ "interface_base.cpp",
+ "interface.cpp",
+ "interface.h",
+ "methods.cpp",
+ "partial_interface.cpp",
+ "partial_interface.h",
+ "union.cpp",
+ "union.h",
+ ],
+ "abspath")
« no previous file with comments | « third_party/WebKit/Source/bindings/scripts/scripts.gni ('k') | third_party/WebKit/Source/build/scripts/scripts.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698