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

Unified Diff: Source/modules/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/modules/BUILD.gn
diff --git a/Source/modules/BUILD.gn b/Source/modules/BUILD.gn
index 7074cb8dad61ba92fb4d8fe16f70180456eb59ab..a9f233c465fa2f6ac4c01f285656478d5011d92e 100644
--- a/Source/modules/BUILD.gn
+++ b/Source/modules/BUILD.gn
@@ -19,6 +19,7 @@ source_set("modules") {
sources = rebase_path(modules_files, ".", "//")
sources += bindings_modules_v8_files
sources += rebase_path(bindings_modules_generated_aggregate_files, ".", "//")
+ sources += rebase_path(bindings_modules_generated_union_type_files, ".", "//")
sources += rebase_path(bindings_modules_generated_partial_aggregate_files, ".", "//")
sources += rebase_path([ bindings_modules_generated_init_partial_interfaces_file ], ".", "//")

Powered by Google App Engine
This is Rietveld 408576698