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

Unified Diff: components/data_reduction_proxy.gypi

Issue 651443005: Use no-op statistics collecting object for WebView (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@refactor2
Patch Set: Selim and Ben's comments Created 6 years, 2 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 0c4bdcfe828356aa9794dcde34153dc2fb3f705c..13a21828701e6cc46845e79cec6cee1c678517da 100644
--- a/components/data_reduction_proxy.gypi
+++ b/components/data_reduction_proxy.gypi
@@ -39,6 +39,8 @@
'data_reduction_proxy/core/browser/data_reduction_proxy_protocol.h',
'data_reduction_proxy/core/browser/data_reduction_proxy_settings.cc',
'data_reduction_proxy/core/browser/data_reduction_proxy_settings.h',
+ 'data_reduction_proxy/core/browser/data_reduction_proxy_statistics.cc',
+ 'data_reduction_proxy/core/browser/data_reduction_proxy_statistics.h',
'data_reduction_proxy/core/browser/data_reduction_proxy_statistics_prefs.cc',
'data_reduction_proxy/core/browser/data_reduction_proxy_statistics_prefs.h',
'data_reduction_proxy/core/browser/data_reduction_proxy_tamper_detection.cc',

Powered by Google App Engine
This is Rietveld 408576698