| Index: third_party/WebKit/Source/platform/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/platform/BUILD.gn b/third_party/WebKit/Source/platform/BUILD.gn
|
| index 0a638a30bd05b4d0d6cc227a046dff72bbd50d65..c7d7362d4eb8338b2886eb7eb6227abc684fe40a 100644
|
| --- a/third_party/WebKit/Source/platform/BUILD.gn
|
| +++ b/third_party/WebKit/Source/platform/BUILD.gn
|
| @@ -1575,6 +1575,8 @@ static_library("test_support") {
|
| "testing/FakeDisplayItemClient.h",
|
| "testing/FakeGraphicsLayer.h",
|
| "testing/FakeGraphicsLayerClient.h",
|
| + "testing/FetchTestingPlatformSupport.cpp",
|
| + "testing/FetchTestingPlatformSupport.h",
|
| "testing/FontTestHelpers.cpp",
|
| "testing/FontTestHelpers.h",
|
| "testing/FuzzedDataProvider.cpp",
|
| @@ -1744,8 +1746,6 @@ test("blink_platform_unittests") {
|
| "json/JSONValuesTest.cpp",
|
| "loader/fetch/ClientHintsPreferencesTest.cpp",
|
| "loader/fetch/CrossOriginAccessControlTest.cpp",
|
| - "loader/fetch/FetchTestingPlatformSupport.cpp",
|
| - "loader/fetch/FetchTestingPlatformSupport.h",
|
| "loader/fetch/FetchUtilsTest.cpp",
|
| "loader/fetch/MemoryCacheCorrectnessTest.cpp",
|
| "loader/fetch/MemoryCacheTest.cpp",
|
|
|