| 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 2a524105aa759f7aa5936b0ee0cd4d9c74a49a2b..df1c5647dddf29f598c0836eb0da7110b1d335cf 100644
|
| --- a/third_party/WebKit/Source/bindings/templates/templates.gni
|
| +++ b/third_party/WebKit/Source/bindings/templates/templates.gni
|
| @@ -3,28 +3,29 @@
|
| # 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.tmpl",
|
| - "callback_function.cpp.tmpl",
|
| - "callback_function.h.tmpl",
|
| - "callback_interface.cpp.tmpl",
|
| - "callback_interface.h.tmpl",
|
| - "constants.cpp.tmpl",
|
| - "utilities.cpp.tmpl",
|
| - "copyright_block.txt",
|
| - "dictionary_impl.cpp.tmpl",
|
| - "dictionary_impl.h.tmpl",
|
| - "dictionary_v8.cpp.tmpl",
|
| - "dictionary_v8.h.tmpl",
|
| - "interface_base.cpp.tmpl",
|
| - "interface.cpp.tmpl",
|
| - "interface.h.tmpl",
|
| - "methods.cpp.tmpl",
|
| - "partial_interface.cpp.tmpl",
|
| - "partial_interface.h.tmpl",
|
| - "union_container.cpp.tmpl",
|
| - "union_container.h.tmpl",
|
| - "web_module_interface.cc.tmpl",
|
| - "web_module_interface.h.tmpl",
|
| - ],
|
| - "abspath")
|
| +code_generator_template_files =
|
| + get_path_info([
|
| + "attributes.cpp.tmpl",
|
| + "callback_function.cpp.tmpl",
|
| + "callback_function.h.tmpl",
|
| + "callback_interface.cpp.tmpl",
|
| + "callback_interface.h.tmpl",
|
| + "constants.cpp.tmpl",
|
| + "utilities.cpp.tmpl",
|
| + "copyright_block.txt",
|
| + "dictionary_impl.cpp.tmpl",
|
| + "dictionary_impl.h.tmpl",
|
| + "dictionary_v8.cpp.tmpl",
|
| + "dictionary_v8.h.tmpl",
|
| + "interface_base.cpp.tmpl",
|
| + "interface.cpp.tmpl",
|
| + "interface.h.tmpl",
|
| + "methods.cpp.tmpl",
|
| + "partial_interface.cpp.tmpl",
|
| + "partial_interface.h.tmpl",
|
| + "union_container.cpp.tmpl",
|
| + "union_container.h.tmpl",
|
| + "web_agent_api_interface.cc.tmpl",
|
| + "web_agent_api_interface.h.tmpl",
|
| + ],
|
| + "abspath")
|
|
|