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

Unified Diff: Source/core/BUILD.gn

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/BUILD.gn
diff --git a/Source/core/BUILD.gn b/Source/core/BUILD.gn
index 2841029f678cf255e3b86880504dee145a91d5db..a5e666a2e17f126af83e0dd6bf8f3fc3796345fb 100644
--- a/Source/core/BUILD.gn
+++ b/Source/core/BUILD.gn
@@ -335,6 +335,7 @@ source_set("core_generated") {
# These files include all the .cpp files generated from the .idl files
# in webcore_files.
sources += bindings_core_generated_aggregate_files
+ sources += bindings_core_generated_union_type_files
# IDL dictionary impl files generated by IDL compiler
sources += generated_core_dictionary_files

Powered by Google App Engine
This is Rietveld 408576698