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

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

Issue 2644083003: ResourceFetcherTest: introduce FetchTestingPlatformSupport (Closed)
Patch Set: review #23 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/core/BUILD.gn
diff --git a/third_party/WebKit/Source/core/BUILD.gn b/third_party/WebKit/Source/core/BUILD.gn
index f6468829d01b78214d703836638228e0e21ccd6b..98eb2ccf91d60da62a1faf225f1b9bfaec96fb55 100644
--- a/third_party/WebKit/Source/core/BUILD.gn
+++ b/third_party/WebKit/Source/core/BUILD.gn
@@ -1097,6 +1097,8 @@ source_set("unit_tests") {
"events/PointerEventFactoryTest.cpp",
"fetch/ClientHintsPreferencesTest.cpp",
"fetch/CrossOriginAccessControlTest.cpp",
+ "fetch/FetchTestingPlatformSupport.cpp",
+ "fetch/FetchTestingPlatformSupport.h",
"fetch/FetchUtilsTest.cpp",
"fetch/MemoryCacheCorrectnessTest.cpp",
"fetch/MemoryCacheTest.cpp",

Powered by Google App Engine
This is Rietveld 408576698