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

Unified Diff: components/offline_pages/BUILD.gn

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 | « components/offline_pages.gypi ('k') | components/offline_pages/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/offline_pages/BUILD.gn
diff --git a/components/offline_pages/BUILD.gn b/components/offline_pages/BUILD.gn
index cee2a6cb66c5b92c93ceb168b0d194d0b991d3bb..92af732872250290902f9dc6636cde4bd9dd5fb4 100644
--- a/components/offline_pages/BUILD.gn
+++ b/components/offline_pages/BUILD.gn
@@ -19,6 +19,8 @@ static_library("offline_pages") {
"offline_page_metadata_store.h",
"offline_page_metadata_store_impl.cc",
"offline_page_metadata_store_impl.h",
+ "offline_page_metadata_store_sql.cc",
+ "offline_page_metadata_store_sql.h",
"offline_page_model.cc",
"offline_page_model.h",
"snapshot_controller.cc",
@@ -33,6 +35,7 @@ static_library("offline_pages") {
"//components/leveldb_proto",
"//components/offline_pages/proto:offline_pages_proto",
"//net",
+ "//sql:sql",
"//third_party/leveldatabase",
"//url",
]
« no previous file with comments | « components/offline_pages.gypi ('k') | components/offline_pages/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698