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 fbb39d171974230d85dd2533aac61232300df1b3..dcfbbd603d6135d4498154decf95d3f73c33b87e 100644 |
--- a/third_party/WebKit/Source/core/BUILD.gn |
+++ b/third_party/WebKit/Source/core/BUILD.gn |
@@ -213,6 +213,8 @@ source_set("testing") { |
sources = [ |
"$blink_core_output_dir/testing/InternalSettingsGenerated.cpp", |
"$blink_core_output_dir/testing/InternalSettingsGenerated.h", |
+ "testing/DeathAwareScriptWrappable.cpp", |
+ "testing/DeathAwareScriptWrappable.h", |
"testing/DictionaryTest.cpp", |
"testing/DictionaryTest.h", |
"testing/DummyPageHolder.cpp", |