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

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

Issue 2053163002: [Offline pages] Adding persistent request queue based on SQLite (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing code comments Created 4 years, 6 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 77256ae14a8b50d0eb081dd663c6513838680092..b02ce9d2cad7fb8ddbd1816ae04cb183539fe0ca 100644
--- a/components/offline_pages/background/BUILD.gn
+++ b/components/offline_pages/background/BUILD.gn
@@ -22,6 +22,8 @@ static_library("background_offliner") {
"request_queue_in_memory_store.cc",
"request_queue_in_memory_store.h",
"request_queue_store.h",
+ "request_queue_store_sql.cc",
+ "request_queue_store_sql.h",
"save_page_request.cc",
"save_page_request.h",
"scheduler.h",
@@ -32,6 +34,7 @@ static_library("background_offliner") {
"//components/keyed_service/core",
"//components/offline_pages:offline_pages",
"//net",
+ "//sql:sql",
"//url",
]
}

Powered by Google App Engine
This is Rietveld 408576698