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

Unified Diff: third_party/WebKit/Source/bindings/modules/v8/v8.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/modules/v8/v8.gni
diff --git a/third_party/WebKit/Source/bindings/modules/v8/v8.gni b/third_party/WebKit/Source/bindings/modules/v8/v8.gni
index 7df3325316b128ffa96b073fb1014c900cc22119..1d8f7df3ca86352c6fd55fb34829b827bfc5ace3 100644
--- a/third_party/WebKit/Source/bindings/modules/v8/v8.gni
+++ b/third_party/WebKit/Source/bindings/modules/v8/v8.gni
@@ -5,25 +5,22 @@
import("custom/custom.gni")
# Make the files absolute so they can be imported to anywhere.
-bindings_modules_v8_files = get_path_info(
- [
- "DictionaryHelperForModules.cpp",
- "ModuleBindingsInitializer.cpp",
- "ModuleBindingsInitializer.h",
- "ScriptValueSerializerForModules.cpp",
- "ScriptValueSerializerForModules.h",
- "SerializedScriptValueForModulesFactory.cpp",
- "SerializedScriptValueForModulesFactory.h",
- "ToV8ForModules.h",
- "V8BindingForModules.cpp",
- "V8BindingForModules.h",
- "WebGLAny.cpp",
- "WebGLAny.h",
- ],
- "abspath") + bindings_modules_v8_custom_files
+bindings_modules_v8_files =
+ get_path_info([
+ "DictionaryHelperForModules.cpp",
+ "ModuleBindingsInitializer.cpp",
+ "ModuleBindingsInitializer.h",
+ "ScriptValueSerializerForModules.cpp",
+ "ScriptValueSerializerForModules.h",
+ "SerializedScriptValueForModulesFactory.cpp",
+ "SerializedScriptValueForModulesFactory.h",
+ "ToV8ForModules.h",
+ "V8BindingForModules.cpp",
+ "V8BindingForModules.h",
+ "WebGLAny.cpp",
+ "WebGLAny.h",
+ ],
+ "abspath") + bindings_modules_v8_custom_files
-bindings_modules_v8_unittest_files = get_path_info(
- [
- "V8BindingForModulesTest.cpp",
- ],
- "abspath")
+bindings_modules_v8_unittest_files =
+ get_path_info([ "V8BindingForModulesTest.cpp" ], "abspath")
« no previous file with comments | « third_party/WebKit/Source/bindings/modules/v8/generated.gni ('k') | third_party/WebKit/Source/bindings/scripts/scripts.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698