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

Unified Diff: components/data_reduction_proxy/core/browser/BUILD.gn

Issue 893003002: Data Reduction Proxy class ownership updates and Settings cleanup (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 10 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/data_reduction_proxy/core/browser/BUILD.gn
diff --git a/components/data_reduction_proxy/core/browser/BUILD.gn b/components/data_reduction_proxy/core/browser/BUILD.gn
index 451076e22afba734f30a6b23806be4edc0acc62a..c644587bcd4f3c72c34777f7f83c0e30e74c145d 100644
--- a/components/data_reduction_proxy/core/browser/BUILD.gn
+++ b/components/data_reduction_proxy/core/browser/BUILD.gn
@@ -33,6 +33,8 @@ static_library("browser") {
"data_reduction_proxy_tamper_detection.h",
"data_reduction_proxy_usage_stats.cc",
"data_reduction_proxy_usage_stats.h",
+ "data_saver_service.cc",
+ "data_saver_service.h",
]
deps = [
@@ -58,6 +60,8 @@ source_set("test_support") {
"data_reduction_proxy_configurator_test_utils.h",
"data_reduction_proxy_settings_test_utils.cc",
"data_reduction_proxy_settings_test_utils.h",
+ "data_reduction_proxy_test_utils.cc",
+ "data_reduction_proxy_test_utils.h",
]
public_deps = [

Powered by Google App Engine
This is Rietveld 408576698