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

Unified Diff: Source/bindings/core/v8/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
Index: Source/bindings/core/v8/BUILD.gn
diff --git a/Source/bindings/core/v8/BUILD.gn b/Source/bindings/core/v8/BUILD.gn
index b0419fb24f5aff2bcb9e8599dc4ab355216e78e1..59854f67c0241fec646df3ffda8159fd1db0926c 100644
--- a/Source/bindings/core/v8/BUILD.gn
+++ b/Source/bindings/core/v8/BUILD.gn
@@ -32,6 +32,8 @@ idl_compiler("bindings_core_v8_generated_individual") {
output_dir = bindings_core_v8_output_dir
output_name_suffix = ""
target_component = "core"
+ component_info =
+ "$bindings_core_output_dir/ComponentInfoCore.pickle"
}
# bindings_core_impl_generated in Source/bindings/core/v8/generated.gyp
@@ -42,6 +44,6 @@ idl_impl("bindings_core_impl_generated") {
generated_core_testing_dictionary_files
output_dir = bindings_core_v8_output_dir
target_component = "core"
- component_wide_info =
bashi 2014/11/19 11:06:35 Dropped "wide" for consistency.
+ component_info =
"$bindings_core_output_dir/ComponentInfoCore.pickle"
}

Powered by Google App Engine
This is Rietveld 408576698