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 8e267baf0c98effc2ba652fc82d563a73eddc69c..53231ed58e92c4373fc505dc5b88e383d4e48173 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/CallbackFunctionTest.cpp", |
+ "testing/CallbackFunctionTest.h", |
"testing/DictionaryTest.cpp", |
"testing/DictionaryTest.h", |
"testing/DummyPageHolder.cpp", |