Index: Source/bindings/modules/BUILD.gn |
diff --git a/Source/bindings/modules/BUILD.gn b/Source/bindings/modules/BUILD.gn |
index 7dd1592c0a8eaa07d9ab7b6f18bbc943416cb44e..7e3e872e2b20a363ce2638c569bbd9844e01a678 100644 |
--- a/Source/bindings/modules/BUILD.gn |
+++ b/Source/bindings/modules/BUILD.gn |
@@ -66,8 +66,10 @@ make_names("bindings_modules_generated_event_target_modules_names") { |
compute_interfaces_info_individual("interfaces_info_individual_modules") { |
sources_static = modules_static_idl_files |
sources_generated = modules_generated_dependency_idl_files |
- output_file = |
+ interfaces_info_file = |
"$bindings_modules_output_dir/InterfacesInfoModulesIndividual.pickle" |
+ component_wide_info_file = |
+ "$bindings_modules_output_dir/ComponentInfoModules.pickle" |
deps = [ |
":modules_core_global_constructors_idls", |
":modules_global_constructors_idls", |