| 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 f6468829d01b78214d703836638228e0e21ccd6b..98eb2ccf91d60da62a1faf225f1b9bfaec96fb55 100644
|
| --- a/third_party/WebKit/Source/core/BUILD.gn
|
| +++ b/third_party/WebKit/Source/core/BUILD.gn
|
| @@ -1097,6 +1097,8 @@ source_set("unit_tests") {
|
| "events/PointerEventFactoryTest.cpp",
|
| "fetch/ClientHintsPreferencesTest.cpp",
|
| "fetch/CrossOriginAccessControlTest.cpp",
|
| + "fetch/FetchTestingPlatformSupport.cpp",
|
| + "fetch/FetchTestingPlatformSupport.h",
|
| "fetch/FetchUtilsTest.cpp",
|
| "fetch/MemoryCacheCorrectnessTest.cpp",
|
| "fetch/MemoryCacheTest.cpp",
|
|
|