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

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

Issue 2723923002: Yukari: organize platform/loader/testing (Closed)
Patch Set: add missed files 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 c33571dd9b4441d256e74f04d7c91b464a18f7eb..eeed4089bb7871f7f43f4484ab9163ebf90872f1 100644
--- a/third_party/WebKit/Source/platform/BUILD.gn
+++ b/third_party/WebKit/Source/platform/BUILD.gn
@@ -1556,13 +1556,13 @@ static_library("test_support") {
testonly = true
sources = [
- "loader/fetch/MockResource.cpp",
- "loader/fetch/MockResource.h",
- "loader/fetch/MockResourceClient.cpp",
- "loader/fetch/MockResourceClient.h",
"loader/testing/FetchTestingPlatformSupport.cpp",
"loader/testing/FetchTestingPlatformSupport.h",
"loader/testing/MockFetchContext.h",
+ "loader/testing/MockResource.cpp",
+ "loader/testing/MockResource.h",
+ "loader/testing/MockResourceClient.cpp",
+ "loader/testing/MockResourceClient.h",
"network/mime/MockMimeRegistry.h",
"scheduler/base/task_queue_manager_delegate_for_test.cc",
"scheduler/base/test_time_source.cc",

Powered by Google App Engine
This is Rietveld 408576698