| Index: Source/bindings/templates/templates.gni
|
| diff --git a/Source/bindings/templates/templates.gni b/Source/bindings/templates/templates.gni
|
| index f056923e2bc0ec68b509204fe180c1841299390c..69dcdc752fdd73c0084d9bdc51b78f0dd6de7318 100644
|
| --- a/Source/bindings/templates/templates.gni
|
| +++ b/Source/bindings/templates/templates.gni
|
| @@ -10,9 +10,17 @@ code_generator_template_files =
|
| "callback_interface.cpp",
|
| "callback_interface.h",
|
| "constants.cpp",
|
| + "dictionary_impl.cpp",
|
| + "dictionary_impl.h",
|
| + "dictionary_v8.cpp",
|
| + "dictionary_v8.h",
|
| "interface_base.cpp",
|
| "interface.cpp",
|
| "interface.h",
|
| "methods.cpp",
|
| + "partial_interface.cpp",
|
| + "partial_interface.h",
|
| + "union.cpp",
|
| + "union.h",
|
| ],
|
| "abspath")
|
|
|