| 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 5d316fd82aa1f1359dd1138e7a31be20d520d05d..564d61c41fc0bb232d8b648d150e6b63d443c455 100644
|
| --- a/third_party/WebKit/Source/bindings/templates/templates.gni
|
| +++ b/third_party/WebKit/Source/bindings/templates/templates.gni
|
| @@ -5,6 +5,8 @@
|
| # Paths should be absolute so this file can be imported from anywhere.
|
| code_generator_template_files = get_path_info([
|
| "attributes.cpp",
|
| + "callback_function.cpp",
|
| + "callback_function.h",
|
| "callback_interface.cpp",
|
| "callback_interface.h",
|
| "constants.cpp",
|
|
|