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

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

Issue 735983002: IDL: Defer typedef resolution (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month 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/v8/BUILD.gn » ('j') | Source/bindings/core/v8/BUILD.gn » ('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 cc86e7191bb65623473d406355406b131d3ae478..28f2bae6e0733759254af34fce939c64a5b6a31a 100644
--- a/Source/bindings/core/BUILD.gn
+++ b/Source/bindings/core/BUILD.gn
@@ -14,7 +14,7 @@ compute_interfaces_info_individual("interfaces_info_individual_core") {
sources_generated = core_generated_idl_files
interfaces_info_file =
"$bindings_core_output_dir/InterfacesInfoCoreIndividual.pickle"
- component_wide_info_file =
+ component_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/v8/BUILD.gn » ('j') | Source/bindings/core/v8/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698