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

Unified Diff: Source/bindings/modules/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/modules/BUILD.gn
diff --git a/Source/bindings/modules/BUILD.gn b/Source/bindings/modules/BUILD.gn
index 017c4dc1d2996556a74ca9cce4dea1138a8c6719..623a46f93b805989e51194aa7a82a184cbb12b96 100644
--- a/Source/bindings/modules/BUILD.gn
+++ b/Source/bindings/modules/BUILD.gn
@@ -68,7 +68,7 @@ compute_interfaces_info_individual("interfaces_info_individual_modules") {
sources_generated = modules_generated_dependency_idl_files
interfaces_info_file =
"$bindings_modules_output_dir/InterfacesInfoOverallIndividual.pickle"
- component_wide_info_file =
+ component_info_file =
"$bindings_modules_output_dir/ComponentInfoModules.pickle"
deps = [
":modules_core_global_constructors_idls",

Powered by Google App Engine
This is Rietveld 408576698