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

Unified Diff: Source/bindings/modules/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
« no previous file with comments | « Source/bindings/modules/BUILD.gn ('k') | Source/bindings/modules/v8/generated.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/modules/v8/BUILD.gn
diff --git a/Source/bindings/modules/v8/BUILD.gn b/Source/bindings/modules/v8/BUILD.gn
index 913427413a73562515dc6ce6f03ee51119814c89..079d7f29a8f6f09d111fc74cbbe7d9a5e207ee30 100644
--- a/Source/bindings/modules/v8/BUILD.gn
+++ b/Source/bindings/modules/v8/BUILD.gn
@@ -39,6 +39,8 @@ idl_compiler("bindings_modules_v8_generated_individual") {
output_dir = bindings_modules_v8_output_dir
output_name_suffix = ""
target_component = "modules"
+ component_info =
+ "$bindings_modules_output_dir/ComponentInfoModules.pickle"
}
# bindings_modules_impl_generated in modules/v8/generated.gyp
@@ -48,7 +50,7 @@ idl_impl("bindings_modules_impl_generated") {
generated_modules_dictionary_files
output_dir = bindings_modules_v8_output_dir
target_component = "modules"
- component_wide_info =
+ component_info =
"$bindings_modules_output_dir/ComponentInfoModules.pickle"
}
@@ -60,6 +62,8 @@ idl_compiler("bindings_modules_v8_generated_partial_individual") {
output_dir = bindings_modules_v8_output_dir
output_name_suffix = "Partial"
target_component = "modules"
+ component_info =
+ "$bindings_modules_output_dir/ComponentInfoModules.pickle"
}
# bindings_modules_generated_aggregate in modules/v8/generated.gyp
« no previous file with comments | « Source/bindings/modules/BUILD.gn ('k') | Source/bindings/modules/v8/generated.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698