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

Unified Diff: components/offline_pages.gypi

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.gypi
diff --git a/components/offline_pages.gypi b/components/offline_pages.gypi
index 10902b1beb892a22787afcace7fa08a61f481644..c3b8b7a784b0ad5bd92b5d9afc33f46368cd01d2 100644
--- a/components/offline_pages.gypi
+++ b/components/offline_pages.gypi
@@ -57,6 +57,7 @@
'dependencies': [
'../base/base.gyp:base',
'../net/net.gyp:net',
+ '../sql/sql.gyp:sql',
'../url/url.gyp:url_lib',
'keyed_service_core',
],
@@ -74,6 +75,8 @@
'offline_pages/background/request_queue_in_memory_store.cc',
'offline_pages/background/request_queue_in_memory_store.h',
'offline_pages/background/request_queue_store.h',
+ 'offline_pages/background/request_queue_store_sql.cc',
+ 'offline_pages/background/request_queue_store_sql.h',
'offline_pages/background/save_page_request.cc',
'offline_pages/background/save_page_request.h',
'offline_pages/background/scheduler.h',

Powered by Google App Engine
This is Rietveld 408576698