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

Unified Diff: components/offline_pages/BUILD.gn

Issue 1977853004: [Offline pages] Adding ArchiveManager to abstract offline archives management (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adding a missing destructor for OfflinePageStorageManager::Client 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/archive_manager.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 450ea6743f0475ac6a535cf86937a4e84abe4de0..5cd40e6911320013b86a73255ffe4e2c3ae570ff 100644
--- a/components/offline_pages/BUILD.gn
+++ b/components/offline_pages/BUILD.gn
@@ -9,6 +9,8 @@ if (is_android) {
# GYP: //components/offline_pages.gypi:offline_pages
static_library("offline_pages") {
sources = [
+ "archive_manager.cc",
+ "archive_manager.h",
"client_policy_controller.cc",
"client_policy_controller.h",
"offline_page_archiver.h",
@@ -77,6 +79,7 @@ source_set("switches") {
source_set("unit_tests") {
testonly = true
sources = [
+ "archive_manager_unittest.cc",
"client_policy_controller_unittest.cc",
"offline_page_metadata_store_impl_unittest.cc",
"offline_page_model_unittest.cc",
« no previous file with comments | « components/offline_pages.gypi ('k') | components/offline_pages/archive_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698