| Index: components/data_reduction_proxy.gypi
|
| diff --git a/components/data_reduction_proxy.gypi b/components/data_reduction_proxy.gypi
|
| index 828628a4a2d9745dfe8616d52166853651762cbe..c3785d624a20d4772710ec7a67b597553934d7de 100644
|
| --- a/components/data_reduction_proxy.gypi
|
| +++ b/components/data_reduction_proxy.gypi
|
| @@ -30,6 +30,8 @@
|
| ],
|
| 'sources': [
|
| # Note: sources list duplicated in GN build.
|
| + 'data_reduction_proxy/core/browser/data_reduction_proxy_auth_request_handler.cc',
|
| + 'data_reduction_proxy/core/browser/data_reduction_proxy_auth_request_handler.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_config.cc',
|
| @@ -48,8 +50,6 @@
|
| 'data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.h',
|
| 'data_reduction_proxy/core/browser/data_reduction_proxy_prefs.cc',
|
| 'data_reduction_proxy/core/browser/data_reduction_proxy_prefs.h',
|
| - 'data_reduction_proxy/core/browser/data_reduction_proxy_request_options.cc',
|
| - 'data_reduction_proxy/core/browser/data_reduction_proxy_request_options.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_prefs.cc',
|
|
|