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

Unified Diff: components/offline_pages/background/BUILD.gn

Issue 1951483002: [Offline pages] Adding in memory request queue store with tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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: components/offline_pages/background/BUILD.gn
diff --git a/components/offline_pages/background/BUILD.gn b/components/offline_pages/background/BUILD.gn
index 2f4b970215d60498c11659ffe0b47f534bdbe177..7a35dfb835d0b306123dffbb32022aad7028c7e8 100644
--- a/components/offline_pages/background/BUILD.gn
+++ b/components/offline_pages/background/BUILD.gn
@@ -14,6 +14,9 @@ static_library("background_offliner") {
"request_coordinator.h",
"request_queue.cc",
"request_queue.h",
+ "request_queue_in_memory_store.cc",
+ "request_queue_in_memory_store.h",
+ "request_queue_store.h",
"save_page_request.cc",
"save_page_request.h",
"scheduler.h",
@@ -30,6 +33,7 @@ static_library("background_offliner") {
source_set("unit_tests") {
testonly = true
sources = [
+ "request_queue_in_memory_store_unittest.cc",
"save_page_request_unittest.cc",
]

Powered by Google App Engine
This is Rietveld 408576698