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

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: Udpating name of variable to make code more readable 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
« no previous file with comments | « components/offline_pages.gypi ('k') | components/offline_pages/background/request_queue_in_memory_store.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..3ea2d95a0ec5ab2b28229cb5cce00f9cff9cd0b5 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,12 +33,14 @@ static_library("background_offliner") {
source_set("unit_tests") {
testonly = true
sources = [
+ "request_queue_in_memory_store_unittest.cc",
"save_page_request_unittest.cc",
]
deps = [
":background_offliner",
"//base",
+ "//base/test:test_support",
"//components/offline_pages:offline_pages",
"//testing/gtest",
"//url",
« no previous file with comments | « components/offline_pages.gypi ('k') | components/offline_pages/background/request_queue_in_memory_store.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698