| 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",
|
|
|