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

Unified Diff: components/offline_pages/BUILD.gn

Issue 1947323002: [Offline Pages] Implement OfflinePageStorageManager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix rebasing 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/offline_page_model.h » ('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 92af732872250290902f9dc6636cde4bd9dd5fb4..8bb47aa12e0743cf8d59677cca84ace01213aeb8 100644
--- a/components/offline_pages/BUILD.gn
+++ b/components/offline_pages/BUILD.gn
@@ -23,6 +23,8 @@ static_library("offline_pages") {
"offline_page_metadata_store_sql.h",
"offline_page_model.cc",
"offline_page_model.h",
+ "offline_page_storage_manager.cc",
+ "offline_page_storage_manager.h",
"snapshot_controller.cc",
"snapshot_controller.h",
]
@@ -77,6 +79,7 @@ source_set("unit_tests") {
"client_policy_controller_unittest.cc",
"offline_page_metadata_store_impl_unittest.cc",
"offline_page_model_unittest.cc",
+ "offline_page_storage_manager_unittest.cc",
"snapshot_controller_unittest.cc",
]
« no previous file with comments | « components/offline_pages.gypi ('k') | components/offline_pages/offline_page_model.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698