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

Unified Diff: third_party/WebKit/Source/core/BUILD.gn

Issue 2001493002: Update union conversion algorithm (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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: third_party/WebKit/Source/core/BUILD.gn
diff --git a/third_party/WebKit/Source/core/BUILD.gn b/third_party/WebKit/Source/core/BUILD.gn
index 5f63435f55f9097454f0be119c75f9ea9a229934..00ab2d9a922798e8f3e043ab60389c53d298f558 100644
--- a/third_party/WebKit/Source/core/BUILD.gn
+++ b/third_party/WebKit/Source/core/BUILD.gn
@@ -290,7 +290,9 @@ source_set("testing") {
":generated_testing_idls",
]
- sources = generated_core_testing_dictionary_files + webcore_testing_files
+ sources =
+ generated_core_testing_dictionary_files +
+ bindings_core_generated_testing_union_type_files + webcore_testing_files
sources += [
"$bindings_core_v8_output_dir/V8DictionaryTest.cpp",
"$bindings_core_v8_output_dir/V8DictionaryTest.h",

Powered by Google App Engine
This is Rietveld 408576698