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

Unified Diff: Source/bindings/modules/generated.gyp

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
Index: Source/bindings/modules/generated.gyp
diff --git a/Source/bindings/modules/generated.gyp b/Source/bindings/modules/generated.gyp
index 7bf4848e6cca61aad24e85ed6e151a9712042cb3..86219c5e88232459aaebcde85b77516a6abda97c 100644
--- a/Source/bindings/modules/generated.gyp
+++ b/Source/bindings/modules/generated.gyp
@@ -198,8 +198,10 @@
'cache_directory': '<(bindings_modules_output_dir)/../scripts',
'static_idl_files': '<(modules_static_idl_files)',
'generated_idl_files': '<(modules_generated_idl_files)',
- 'output_file':
+ 'interfaces_info_file':
'<(bindings_modules_output_dir)/InterfacesInfoModulesIndividual.pickle',
+ 'component_info_file':
+ '<(bindings_modules_output_dir)/ComponentInfoModules.pickle',
},
'includes': ['../../bindings/scripts/interfaces_info_individual.gypi'],
},

Powered by Google App Engine
This is Rietveld 408576698