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 4098586edc4cbe66fb1ba4c72a0d8b4b8070a0bd..e86fa812020d538c09f31c49fc7685141dd4bd91 100644 |
--- a/third_party/WebKit/Source/platform/BUILD.gn |
+++ b/third_party/WebKit/Source/platform/BUILD.gn |
@@ -1459,6 +1459,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", |
kinuko
2017/01/16 05:25:09
Would you be able to first just move all the files
Takashi Toyoshima
2017/01/17 13:51:48
Thanks. Since now brettw@ says this is straightfor
|
"//third_party/WebKit/public:mojo_bindings_blink", |
"//third_party/WebKit/public:offscreen_canvas_mojo_bindings_blink", |
"//third_party/ced", |
@@ -1586,6 +1587,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", |
@@ -1765,6 +1770,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/FetchUtilsTest.cpp", |
+ "loader/fetch/MemoryCacheCorrectnessTest.cpp", |
+ "loader/fetch/MemoryCacheCorrectnessTestHelper.cpp", |
+ "loader/fetch/MemoryCacheCorrectnessTestHelper.h", |
+ "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", |