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

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: 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/BUILD.gn
diff --git a/components/offline_pages/BUILD.gn b/components/offline_pages/BUILD.gn
index 94a9d75a8f624a9c75590a20e90eac4811002861..eff20e2d2dda746bdbbc8bb551611760fb55ad0a 100644
--- a/components/offline_pages/BUILD.gn
+++ b/components/offline_pages/BUILD.gn
@@ -16,6 +16,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",
@@ -30,6 +32,7 @@ static_library("offline_pages") {
"//components/leveldb_proto",
"//components/offline_pages/proto:offline_pages_proto",
"//net",
+ "//sql:sql",
"//third_party/leveldatabase",
"//url",
]

Powered by Google App Engine
This is Rietveld 408576698