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

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

Issue 2718943003: mv FetchTestingPlatformSupport to platform/loader/testing (Closed)
Patch Set: Revert uninteded RFTest change Created 3 years, 10 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
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..c05e70908a1ec2fd632eef83ba8621783626d75a 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",
Takashi Toyoshima 2017/02/27 06:01:31 directory moving is not necessary to use them from
+ "testing/FetchTestingPlatformSupport.h",
"testing/FontTestHelpers.cpp",
"testing/FontTestHelpers.h",
"testing/FuzzedDataProvider.cpp",
@@ -1584,6 +1586,7 @@ static_library("test_support") {
"testing/HistogramTester.cpp",
"testing/HistogramTester.h",
"testing/MessageLoopForMojo.h",
+ "testing/MockFetchContext.h",
"testing/PaintPrinters.cpp",
"testing/PaintPrinters.h",
"testing/PaintPropertyTestHelpers.h",
@@ -1744,12 +1747,9 @@ 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",
- "loader/fetch/MockFetchContext.h",
"loader/fetch/RawResourceTest.cpp",
"loader/fetch/ResourceFetcherTest.cpp",
"loader/fetch/ResourceLoaderOptionsTest.cpp",

Powered by Google App Engine
This is Rietveld 408576698