| Index: Source/bindings/modules/v8/BUILD.gn
|
| diff --git a/Source/bindings/modules/v8/BUILD.gn b/Source/bindings/modules/v8/BUILD.gn
|
| index 913427413a73562515dc6ce6f03ee51119814c89..079d7f29a8f6f09d111fc74cbbe7d9a5e207ee30 100644
|
| --- a/Source/bindings/modules/v8/BUILD.gn
|
| +++ b/Source/bindings/modules/v8/BUILD.gn
|
| @@ -39,6 +39,8 @@ idl_compiler("bindings_modules_v8_generated_individual") {
|
| output_dir = bindings_modules_v8_output_dir
|
| output_name_suffix = ""
|
| target_component = "modules"
|
| + component_info =
|
| + "$bindings_modules_output_dir/ComponentInfoModules.pickle"
|
| }
|
|
|
| # bindings_modules_impl_generated in modules/v8/generated.gyp
|
| @@ -48,7 +50,7 @@ idl_impl("bindings_modules_impl_generated") {
|
| generated_modules_dictionary_files
|
| output_dir = bindings_modules_v8_output_dir
|
| target_component = "modules"
|
| - component_wide_info =
|
| + component_info =
|
| "$bindings_modules_output_dir/ComponentInfoModules.pickle"
|
| }
|
|
|
| @@ -60,6 +62,8 @@ idl_compiler("bindings_modules_v8_generated_partial_individual") {
|
| output_dir = bindings_modules_v8_output_dir
|
| output_name_suffix = "Partial"
|
| target_component = "modules"
|
| + component_info =
|
| + "$bindings_modules_output_dir/ComponentInfoModules.pickle"
|
| }
|
|
|
| # bindings_modules_generated_aggregate in modules/v8/generated.gyp
|
|
|