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

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

Issue 2509593003: Loading: factor out common functionalities for memory cache testing (Closed)
Patch Set: review #8 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/CachingCorrectnessTest.cpp » ('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 23a2e1fd93f23b21642bee53da5199b4fc25a2cb..bc0549c1f9b3b76ad4bf2c46ee1e6d0e3353df54 100644
--- a/third_party/WebKit/Source/core/BUILD.gn
+++ b/third_party/WebKit/Source/core/BUILD.gn
@@ -1182,11 +1182,13 @@ source_set("unit_tests") {
"events/EventPathTest.cpp",
"events/EventTargetTest.cpp",
"events/PointerEventFactoryTest.cpp",
- "fetch/CachingCorrectnessTest.cpp",
"fetch/ClientHintsPreferencesTest.cpp",
"fetch/CrossOriginAccessControlTest.cpp",
"fetch/FetchUtilsTest.cpp",
"fetch/ImageResourceTest.cpp",
+ "fetch/MemoryCacheCorrectnessTest.cpp",
+ "fetch/MemoryCacheCorrectnessTestHelper.cpp",
+ "fetch/MemoryCacheCorrectnessTestHelper.h",
"fetch/MemoryCacheTest.cpp",
"fetch/MockFetchContext.h",
"fetch/MockResourceClients.cpp",
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/fetch/CachingCorrectnessTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698