Chromium Code Reviews| Index: Source/bindings/core/v8/BUILD.gn |
| diff --git a/Source/bindings/core/v8/BUILD.gn b/Source/bindings/core/v8/BUILD.gn |
| index b0419fb24f5aff2bcb9e8599dc4ab355216e78e1..59854f67c0241fec646df3ffda8159fd1db0926c 100644 |
| --- a/Source/bindings/core/v8/BUILD.gn |
| +++ b/Source/bindings/core/v8/BUILD.gn |
| @@ -32,6 +32,8 @@ idl_compiler("bindings_core_v8_generated_individual") { |
| output_dir = bindings_core_v8_output_dir |
| output_name_suffix = "" |
| target_component = "core" |
| + component_info = |
| + "$bindings_core_output_dir/ComponentInfoCore.pickle" |
| } |
| # bindings_core_impl_generated in Source/bindings/core/v8/generated.gyp |
| @@ -42,6 +44,6 @@ idl_impl("bindings_core_impl_generated") { |
| generated_core_testing_dictionary_files |
| output_dir = bindings_core_v8_output_dir |
| target_component = "core" |
| - component_wide_info = |
|
bashi
2014/11/19 11:06:35
Dropped "wide" for consistency.
|
| + component_info = |
| "$bindings_core_output_dir/ComponentInfoCore.pickle" |
| } |