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

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/core/v8/generated.gyp » ('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..f9149710cdc1fdde84cb6089ee5fb8c1280f6db9 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/ComponentWideInfoCore.pickle"
haraken 2014/10/30 08:39:26 Nit: ComponentWideInfo => ComponentInfo ?
bashi 2014/10/30 12:20:47 Done.
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/core/v8/generated.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698