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 bc9e938b51b8e936ab6adbcb9b0c5953d53b5374..ebd48195734d0c9d8b6acf53fd92fc248e88b761 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", |
| + "blink_api_interface.cpp.tmpl", |
|
bashi
2017/01/25 23:57:14
alphabetical order
|
| + "blink_api_interface.h.tmpl", |
| ], |
| "abspath") |