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

Unified Diff: components/offline_pages/core/BUILD.gn

Issue 2860573004: [Offline Pages] Add cached offline page utils and show usage in settings. (Closed)
Patch Set: Created 3 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/core/BUILD.gn
diff --git a/components/offline_pages/core/BUILD.gn b/components/offline_pages/core/BUILD.gn
index 315f64b4376b1709545a503e9d3abb4e924b836d..8ec84dcc22bc86500c2736680df5ca283233b86b 100644
--- a/components/offline_pages/core/BUILD.gn
+++ b/components/offline_pages/core/BUILD.gn
@@ -10,6 +10,8 @@ static_library("core") {
sources = [
"archive_manager.cc",
"archive_manager.h",
+ "cached_offline_page_utils.cc",
+ "cached_offline_page_utils.h",
"client_namespace_constants.cc",
"client_namespace_constants.h",
"client_policy_controller.cc",
@@ -92,6 +94,7 @@ source_set("unit_tests") {
testonly = true
sources = [
"archive_manager_unittest.cc",
+ "cached_offline_page_utils_unittest.cc",
"client_policy_controller_unittest.cc",
"offline_event_logger_unittest.cc",
"offline_page_metadata_store_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698