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

Unified Diff: components/offline_pages/BUILD.gn

Issue 1934743003: Implementing client policy and controller. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed 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
« no previous file with comments | « no previous file | components/offline_pages/client_policy_controller.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 94a9d75a8f624a9c75590a20e90eac4811002861..cee2a6cb66c5b92c93ceb168b0d194d0b991d3bb 100644
--- a/components/offline_pages/BUILD.gn
+++ b/components/offline_pages/BUILD.gn
@@ -9,7 +9,10 @@ if (is_android) {
# GYP: //components/offline_pages.gypi:offline_pages
static_library("offline_pages") {
sources = [
+ "client_policy_controller.cc",
+ "client_policy_controller.h",
"offline_page_archiver.h",
+ "offline_page_client_policy.h",
"offline_page_item.cc",
"offline_page_item.h",
"offline_page_metadata_store.cc",
@@ -68,6 +71,7 @@ source_set("switches") {
source_set("unit_tests") {
testonly = true
sources = [
+ "client_policy_controller_unittest.cc",
"offline_page_metadata_store_impl_unittest.cc",
"offline_page_model_unittest.cc",
"snapshot_controller_unittest.cc",
« no previous file with comments | « no previous file | components/offline_pages/client_policy_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698