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

Unified Diff: Source/bindings/core/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
« no previous file with comments | « no previous file | Source/bindings/core/generated.gyp » ('j') | Source/bindings/templates/union.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/core/BUILD.gn
diff --git a/Source/bindings/core/BUILD.gn b/Source/bindings/core/BUILD.gn
index caaa05023a0febde5285193ffa058c510d645420..cc86e7191bb65623473d406355406b131d3ae478 100644
--- a/Source/bindings/core/BUILD.gn
+++ b/Source/bindings/core/BUILD.gn
@@ -12,8 +12,10 @@ visibility = [ "//third_party/WebKit/*" ]
compute_interfaces_info_individual("interfaces_info_individual_core") {
sources_static = core_static_idl_files
sources_generated = core_generated_idl_files
- output_file =
+ interfaces_info_file =
"$bindings_core_output_dir/InterfacesInfoCoreIndividual.pickle"
+ component_wide_info_file =
+ "$bindings_core_output_dir/ComponentInfoCore.pickle"
deps = [
"//third_party/WebKit/Source/bindings/core:core_global_constructors_idls",
]
« no previous file with comments | « no previous file | Source/bindings/core/generated.gyp » ('j') | Source/bindings/templates/union.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698