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

Unified Diff: Source/core/core.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/core/core.gyp
diff --git a/Source/core/core.gyp b/Source/core/core.gyp
index 721de9e80b0e66f66880c8938f970b4df4e5df21..077a1de70ed6f262666499d3ba3df6ad2b985b6e 100644
--- a/Source/core/core.gyp
+++ b/Source/core/core.gyp
@@ -200,6 +200,7 @@
# These files include all the .cpp files generated from the .idl files
# in webcore_files.
'<@(bindings_core_v8_generated_aggregate_files)',
+ '<@(bindings_core_v8_generated_union_type_files)',
# Additional .cpp files for HashTools.h
'<(blink_core_output_dir)/CSSPropertyNames.cpp',

Powered by Google App Engine
This is Rietveld 408576698