| 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")
|
|
|