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