| Index: components/data_reduction_proxy.gypi
|
| diff --git a/components/data_reduction_proxy.gypi b/components/data_reduction_proxy.gypi
|
| index 5cd2834ae754654acc48aae925b5c4db865ecc9b..d8ea9e1f2eeef57bb67529780e6690f34b3bc8b3 100644
|
| --- a/components/data_reduction_proxy.gypi
|
| +++ b/components/data_reduction_proxy.gypi
|
| @@ -30,8 +30,6 @@
|
| ],
|
| '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_configurator.cc',
|
| @@ -48,6 +46,8 @@
|
| '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',
|
|
|