Chromium Code Reviews| 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 35f972f2a6e414d637e3d3c1b019918ed4b0d895..47a5068090e7b9b7a37047f9426f3831c1153e37 100644 |
| --- a/third_party/WebKit/Source/bindings/templates/templates.gni |
| +++ b/third_party/WebKit/Source/bindings/templates/templates.gni |
| @@ -9,8 +9,9 @@ code_generator_template_files = get_path_info([ |
| "callback_function.h.tmpl", |
| "callback_interface.cpp.tmpl", |
| "callback_interface.h.tmpl", |
| - "constants.cpp.tmpl", |
| "utilities.cpp.tmpl", |
| + "constants.cpp.tmpl", |
| + "cpp_interface.cpp.tmpl", |
|
haraken
2016/10/30 18:02:28
I'd rename this to web_module_interface.cpp.tmpl o
dglazkov
2016/11/04 21:03:07
Done.
|
| "copyright_block.txt", |
| "dictionary_impl.cpp.tmpl", |
| "dictionary_impl.h.tmpl", |