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

Unified Diff: components/offline_pages.gypi

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 | « 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 0eb849531b2ec7cc84fa31219941a10cfb353b86..8272f2d36504ce121896da7355082fd11c376a74 100644
--- a/components/offline_pages.gypi
+++ b/components/offline_pages.gypi
@@ -22,17 +22,22 @@
'offline_pages_proto',
],
'sources': [
+ 'offline_pages/client_policy_controller.cc',
+ 'offline_pages/client_policy_controller.h',
'offline_pages/offline_page_archiver.h',
+ 'offline_pages/offline_page_client_policy.h',
'offline_pages/offline_page_feature.cc',
'offline_pages/offline_page_feature.h',
'offline_pages/offline_page_item.cc',
'offline_pages/offline_page_item.h',
- 'offline_pages/offline_page_model.cc',
- 'offline_pages/offline_page_model.h',
'offline_pages/offline_page_metadata_store.cc',
'offline_pages/offline_page_metadata_store.h',
'offline_pages/offline_page_metadata_store_impl.cc',
'offline_pages/offline_page_metadata_store_impl.h',
+ 'offline_pages/offline_page_model.cc',
+ 'offline_pages/offline_page_model.h',
+ 'offline_pages/offline_page_storage_manager.cc',
+ 'offline_pages/offline_page_storage_manager.h',
'offline_pages/snapshot_controller.cc',
'offline_pages/snapshot_controller.h',
'offline_pages/offline_page_metadata_store_sql.cc',
« 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