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

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

Issue 473723002: Update data reduction proxy statistics prefs less often on desktop (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@tooManyWritesPatch
Patch Set: Created 6 years, 4 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/browser/BUILD.gn
diff --git a/components/data_reduction_proxy/browser/BUILD.gn b/components/data_reduction_proxy/browser/BUILD.gn
index d8e755d9bd36b81d8a703cb59670430b506b78b5..969deaeb5a53ef259711dcf09368021001daf7f8 100644
--- a/components/data_reduction_proxy/browser/BUILD.gn
+++ b/components/data_reduction_proxy/browser/BUILD.gn
@@ -6,6 +6,8 @@ static_library("browser") {
sources = [
"data_reduction_proxy_auth_request_handler.cc",
"data_reduction_proxy_auth_request_handler.h",
+ "data_reduction_proxy_delayed_pref_service.cc",
+ "data_reduction_proxy_delayed_pref_service.h"
"data_reduction_proxy_config_service.cc",
"data_reduction_proxy_config_service.h",
"data_reduction_proxy_configurator.h",
@@ -54,6 +56,7 @@ static_library("test_support") {
source_set("unit_tests") {
sources = [
"data_reduction_proxy_auth_request_handler_unittest.cc",
+ "data_reduction_proxy_delayed_pref_service_unittest.cc",
"data_reduction_proxy_config_service_unittest.cc",
"data_reduction_proxy_metrics_unittest.cc",
"data_reduction_proxy_params_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698