Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(787)

Unified Diff: third_party/WebKit/Source/platform/BUILD.gn

Issue 2733253003: platform/loader: move test file definition to platform/loader/BUILD.gn (Closed)
Patch Set: rebase Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/loader/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/loader/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698