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

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

Issue 2584423002: Loading: move core/fetch to platform/loader/fetch (Closed)
Patch Set: another try Created 3 years, 11 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 4d587b47f4fea3f8532c2283399c9e1fde448469..d3273101f85bca11ffa8fd410027d2accae93e92 100644
--- a/third_party/WebKit/Source/platform/BUILD.gn
+++ b/third_party/WebKit/Source/platform/BUILD.gn
@@ -1462,6 +1462,7 @@ component("platform") {
"//mojo/public/cpp/bindings",
"//mojo/public/cpp/bindings:wtf_support",
"//third_party/WebKit/Source/platform/heap",
+ "//third_party/WebKit/Source/platform/loader",
"//third_party/WebKit/public:mojo_bindings_blink",
"//third_party/WebKit/public:offscreen_canvas_mojo_bindings_blink",
"//third_party/ced",
@@ -1581,6 +1582,10 @@ static_library("test_support") {
testonly = true
sources = [
+ "loader/fetch/MockResource.cpp",
+ "loader/fetch/MockResource.h",
+ "loader/fetch/MockResourceClient.cpp",
+ "loader/fetch/MockResourceClient.h",
"network/mime/MockMimeRegistry.h",
"scheduler/base/task_queue_manager_delegate_for_test.cc",
"scheduler/base/test_time_source.cc",
@@ -1761,6 +1766,18 @@ test("blink_platform_unittests") {
"instrumentation/tracing/web_process_memory_dump_test.cc",
"json/JSONParserTest.cpp",
"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",
+ "loader/fetch/ResourceTest.cpp",
"mac/VersionUtilMacTest.mm",
"mojo/CommonCustomTypesStructTraitsTest.cpp",
"mojo/GeometryStructTraitsTest.cpp",
@@ -1934,6 +1951,9 @@ group("blink_platform_unittests_data") {
data = [
"testing/data/",
+ # TODO(toyoshim): Used by ResourceFetcherTest. Remove this dependency.
+ "../web/tests/data/",
+
# Required by some image decoder tests.
"image-decoders/testing/",
"../../LayoutTests/images/resources/",

Powered by Google App Engine
This is Rietveld 408576698