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

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

Issue 2513553002: Loading: split MockFontResourceClient from MockResourceClients (Closed)
Patch Set: review #6 Created 4 years, 1 month 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/core/fetch/MockResourceClients.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/BUILD.gn
diff --git a/third_party/WebKit/Source/core/BUILD.gn b/third_party/WebKit/Source/core/BUILD.gn
index b58f2f1cc43d46363120c007772c1c95da77cd21..2dd526cc478f299e2a1a12e965247d2eb690f020 100644
--- a/third_party/WebKit/Source/core/BUILD.gn
+++ b/third_party/WebKit/Source/core/BUILD.gn
@@ -1150,6 +1150,7 @@ source_set("unit_tests") {
"fetch/MemoryCacheTest.cpp",
"fetch/MockFetchContext.h",
"fetch/MockResourceClients.cpp",
+ "fetch/MockResourceClients.h",
"fetch/MultipartImageResourceParserTest.cpp",
"fetch/RawResourceTest.cpp",
"fetch/ResourceFetcherTest.cpp",
@@ -1260,6 +1261,8 @@ source_set("unit_tests") {
"loader/TextResourceDecoderBuilderTest.cpp",
"loader/ThreadableLoaderTest.cpp",
"loader/resource/FontResourceTest.cpp",
+ "loader/resource/MockFontResourceClient.cpp",
+ "loader/resource/MockFontResourceClient.h",
"origin_trials/OriginTrialContextTest.cpp",
"page/ChromeClientTest.cpp",
"page/ContextMenuControllerTest.cpp",
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/fetch/MockResourceClients.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698