Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(312)

Unified Diff: Source/bindings/modules/BUILD.gn

Issue 680193003: IDL: Generate union type containers (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",

Powered by Google App Engine
This is Rietveld 408576698