| 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 f98bd2e9c5ac925609c74415d4fafbac67d303ed..e6dca8a5dcf73ab4663b998b758c176c8a55a855 100644
|
| --- a/third_party/WebKit/Source/platform/BUILD.gn
|
| +++ b/third_party/WebKit/Source/platform/BUILD.gn
|
| @@ -1750,16 +1750,6 @@ test("blink_platform_unittests") {
|
| "instrumentation/tracing/web_process_memory_dump_test.cc",
|
| "json/JSONParserTest.cpp",
|
| "json/JSONValuesTest.cpp",
|
| - "loader/LinkHeaderTest.cpp",
|
| - "loader/fetch/ClientHintsPreferencesTest.cpp",
|
| - "loader/fetch/CrossOriginAccessControlTest.cpp",
|
| - "loader/fetch/FetchUtilsTest.cpp",
|
| - "loader/fetch/MemoryCacheCorrectnessTest.cpp",
|
| - "loader/fetch/MemoryCacheTest.cpp",
|
| - "loader/fetch/RawResourceTest.cpp",
|
| - "loader/fetch/ResourceFetcherTest.cpp",
|
| - "loader/fetch/ResourceLoaderOptionsTest.cpp",
|
| - "loader/fetch/ResourceTest.cpp",
|
| "mac/GraphicsContextCanvasTest.mm",
|
| "mac/VersionUtilMacTest.mm",
|
| "mojo/CommonCustomTypesStructTraitsTest.cpp",
|
| @@ -1865,6 +1855,7 @@ test("blink_platform_unittests") {
|
| "//skia",
|
| "//testing/gmock",
|
| "//testing/gtest",
|
| + "//third_party/WebKit/Source/platform/loader:unit_tests",
|
| "//third_party/WebKit/Source/wtf",
|
| "//third_party/harfbuzz-ng",
|
| "//ui/gfx",
|
|
|