| Index: components/data_reduction_proxy.gypi
|
| diff --git a/components/data_reduction_proxy.gypi b/components/data_reduction_proxy.gypi
|
| index e387910fc6f75d6c6377cd88278eccfdf957fd8f..0c7d1cff0df87a50740af49665cb70226ac8742f 100644
|
| --- a/components/data_reduction_proxy.gypi
|
| +++ b/components/data_reduction_proxy.gypi
|
| @@ -93,6 +93,8 @@
|
| "data_reduction_proxy/core/browser/data_reduction_proxy_debug_ui_service.h",
|
| 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol.cc',
|
| 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol.h',
|
| + 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats.cc',
|
| + 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats.h',
|
| 'data_reduction_proxy/core/browser/data_reduction_proxy_config.cc',
|
| 'data_reduction_proxy/core/browser/data_reduction_proxy_config.h',
|
| 'data_reduction_proxy/core/browser/data_reduction_proxy_configurator.cc',
|
| @@ -119,8 +121,6 @@
|
| 'data_reduction_proxy/core/browser/data_reduction_proxy_statistics_prefs.h',
|
| 'data_reduction_proxy/core/browser/data_reduction_proxy_tamper_detection.cc',
|
| 'data_reduction_proxy/core/browser/data_reduction_proxy_tamper_detection.h',
|
| - 'data_reduction_proxy/core/browser/data_reduction_proxy_usage_stats.cc',
|
| - 'data_reduction_proxy/core/browser/data_reduction_proxy_usage_stats.h',
|
| ],
|
| },
|
| {
|
|
|