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

Unified Diff: components/data_reduction_proxy.gypi

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.gypi
diff --git a/components/data_reduction_proxy.gypi b/components/data_reduction_proxy.gypi
index 77f9f69de892519df46d687740ca6ffde75eeef3..d965b2e787532a91de3f965aedcef0d37037874c 100644
--- a/components/data_reduction_proxy.gypi
+++ b/components/data_reduction_proxy.gypi
@@ -23,6 +23,8 @@
# Note: sources list duplicated in GN build.
'data_reduction_proxy/browser/data_reduction_proxy_auth_request_handler.cc',
'data_reduction_proxy/browser/data_reduction_proxy_auth_request_handler.h',
+ 'data_reduction_proxy/browser/data_reduction_proxy_delayed_pref_service.cc',
+ 'data_reduction_proxy/browser/data_reduction_proxy_delayed_pref_service.h',
'data_reduction_proxy/browser/data_reduction_proxy_config_service.cc',
'data_reduction_proxy/browser/data_reduction_proxy_config_service.h',
'data_reduction_proxy/browser/data_reduction_proxy_configurator.h',

Powered by Google App Engine
This is Rietveld 408576698