Index: Source/core/BUILD.gn |
diff --git a/Source/core/BUILD.gn b/Source/core/BUILD.gn |
index 296ec37f93b9968594c194aa6081bb29c51e6912..d25cf7b21eeedf51d891ea7e72ca1bf87be37176 100644 |
--- a/Source/core/BUILD.gn |
+++ b/Source/core/BUILD.gn |
@@ -298,10 +298,13 @@ source_set("testing") { |
deps = [ |
":core", |
+ ":core_generated", |
] |
sources = 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", |
@@ -326,6 +329,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", |
] |
} |