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

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: rebase Created 4 years, 7 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 | « no previous file | components/offline_pages/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/offline_pages.gypi
diff --git a/components/offline_pages.gypi b/components/offline_pages.gypi
index 97852b107c632656911b3eb82641640f0ff22338..619f3697033f940a2408323a2a4ca46c75e296eb 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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698