| 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 c1dce612e52b0f1446e4ef3bf2d7158f0c3390c3..3fccd372550729bfb8551f9c1fee084113b05841 100644
|
| --- a/third_party/WebKit/Source/core/BUILD.gn
|
| +++ b/third_party/WebKit/Source/core/BUILD.gn
|
| @@ -324,6 +324,8 @@ source_set("testing") {
|
|
|
| sources = generated_core_testing_dictionary_files + webcore_testing_files
|
| sources += [
|
| + "$bindings_core_v8_output_dir/V8DeathAwareScriptWrappable.cpp",
|
| + "$bindings_core_v8_output_dir/V8DeathAwareScriptWrappable.h",
|
| "$bindings_core_v8_output_dir/V8DictionaryTest.cpp",
|
| "$bindings_core_v8_output_dir/V8DictionaryTest.h",
|
| "$bindings_core_v8_output_dir/V8GCObservation.cpp",
|
|
|