| 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 bc9e938b51b8e936ab6adbcb9b0c5953d53b5374..2a524105aa759f7aa5936b0ee0cd4d9c74a49a2b 100644
|
| --- a/third_party/WebKit/Source/bindings/templates/templates.gni
|
| +++ b/third_party/WebKit/Source/bindings/templates/templates.gni
|
| @@ -24,6 +24,7 @@ code_generator_template_files = get_path_info([
|
| "partial_interface.h.tmpl",
|
| "union_container.cpp.tmpl",
|
| "union_container.h.tmpl",
|
| - "web_module_interface.cpp.tmpl",
|
| + "web_module_interface.cc.tmpl",
|
| + "web_module_interface.h.tmpl",
|
| ],
|
| "abspath")
|
|
|