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

Unified Diff: Source/modules/modules.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/modules/modules.gyp
diff --git a/Source/modules/modules.gyp b/Source/modules/modules.gyp
index 811b11d28dd0bfc959f00da906c417914b49f5c1..7740fc6f50bff6ddaa96ebbc01ee66afecbe1f18 100644
--- a/Source/modules/modules.gyp
+++ b/Source/modules/modules.gyp
@@ -54,6 +54,7 @@
'<@(bindings_modules_v8_files)',
'<@(bindings_modules_v8_generated_aggregate_files)',
'<@(bindings_modules_v8_generated_partial_aggregate_files)',
+ '<@(bindings_modules_v8_generated_union_type_files)',
'<(bindings_modules_v8_output_dir)/initPartialInterfacesInModules.cpp',
],
# Disable c4267 warnings until we fix size_t to int truncations.

Powered by Google App Engine
This is Rietveld 408576698