| 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 df1c5647dddf29f598c0836eb0da7110b1d335cf..d505e2e510ff5faac23da8d8293cd6ce8ab709cc 100644
|
| --- a/third_party/WebKit/Source/bindings/templates/templates.gni
|
| +++ b/third_party/WebKit/Source/bindings/templates/templates.gni
|
| @@ -20,6 +20,8 @@ code_generator_template_files =
|
| "interface_base.cpp.tmpl",
|
| "interface.cpp.tmpl",
|
| "interface.h.tmpl",
|
| + "legacy_callback_interface.cpp.tmpl",
|
| + "legacy_callback_interface.h.tmpl",
|
| "methods.cpp.tmpl",
|
| "partial_interface.cpp.tmpl",
|
| "partial_interface.h.tmpl",
|
|
|