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

Unified Diff: components/offline_pages.gypi

Issue 1834563002: initial add of SQL based storage (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments 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.gypi
diff --git a/components/offline_pages.gypi b/components/offline_pages.gypi
index 05e128348b4814e011df2c3ca00b26968cf97add..4cc730f37b83c6b36549fba9628b0f08a8afe4db 100644
--- a/components/offline_pages.gypi
+++ b/components/offline_pages.gypi
@@ -15,6 +15,7 @@
'../base/base.gyp:base',
'../net/net.gyp:net',
'../url/url.gyp:url_lib',
+ '../sql/sql.gyp:sql',
'../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
'components.gyp:leveldb_proto',
'keyed_service_core',
@@ -34,6 +35,8 @@
'offline_pages/offline_page_metadata_store_impl.h',
'offline_pages/snapshot_controller.cc',
'offline_pages/snapshot_controller.h',
+ 'offline_pages/offline_page_metadata_store_sql.cc',
+ 'offline_pages/offline_page_metadata_store_sql.h',
],
},
{
« no previous file with comments | « no previous file | components/offline_pages/BUILD.gn » ('j') | components/offline_pages/offline_page_metadata_store_sql.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698