| Index: Source/core/BUILD.gn
|
| diff --git a/Source/core/BUILD.gn b/Source/core/BUILD.gn
|
| index 0d5f3ea0e36481aef069dbe319acb031f038969d..598ef72b7a3594766d8e93cff6f7a0db850b8a32 100644
|
| --- a/Source/core/BUILD.gn
|
| +++ b/Source/core/BUILD.gn
|
| @@ -299,10 +299,13 @@ source_set("testing") {
|
|
|
| deps = [
|
| ":core",
|
| + ":core_generated",
|
| ]
|
|
|
| - sources = webcore_testing_files
|
| + sources = generated_core_testing_dictionary_files + webcore_testing_files
|
| sources += [
|
| + "$bindings_core_v8_output_dir/V8DictionaryTest.cpp",
|
| + "$bindings_core_v8_output_dir/V8DictionaryTest.h",
|
| "$bindings_core_v8_output_dir/V8GarbageCollectedScriptWrappable.cpp",
|
| "$bindings_core_v8_output_dir/V8GarbageCollectedScriptWrappable.h",
|
| "$bindings_core_v8_output_dir/V8GCObservation.cpp",
|
| @@ -327,6 +330,8 @@ source_set("testing") {
|
| "$bindings_core_v8_output_dir/V8LayerRectList.h",
|
| "$bindings_core_v8_output_dir/V8RefCountedScriptWrappable.cpp",
|
| "$bindings_core_v8_output_dir/V8RefCountedScriptWrappable.h",
|
| + "$bindings_core_v8_output_dir/V8TestingDictionary.cpp",
|
| + "$bindings_core_v8_output_dir/V8TestingDictionary.h",
|
| ]
|
| }
|
|
|
|
|