| Index: third_party/WebKit/Source/bindings/core/v8/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/BUILD.gn b/third_party/WebKit/Source/bindings/core/v8/BUILD.gn
|
| index 26ab962b01678339970d7161bbf1578934fdeb3d..e0aee5da9d59b5918ef3d7db5edcf9e53a3a3ca1 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/BUILD.gn
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/BUILD.gn
|
| @@ -39,6 +39,7 @@ idl_impl("bindings_core_impl_generated") {
|
| sources = core_dictionary_idl_files + core_testing_dictionary_idl_files
|
| outputs =
|
| bindings_core_generated_union_type_files +
|
| + bindings_core_generated_testing_union_type_files +
|
| generated_core_dictionary_files + generated_core_testing_dictionary_files
|
| output_dir = bindings_core_v8_output_dir
|
| target_component = "core"
|
|
|