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

Unified Diff: components/data_reduction_proxy.gypi

Issue 333113002: Move data reduction proxy to Chrome-Proxy header for authentication (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@flywheel-refactor-net-fake-a-redirect-response-headers-chrome-proxy-auth
Patch Set: errata Created 6 years, 6 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 892620a25a511ded992362902d6dec6d77ed876a..2bdfaa1c5fae69a1b4e1dd9e6c3bcf27dc26414d 100644
--- a/components/data_reduction_proxy.gypi
+++ b/components/data_reduction_proxy.gypi
@@ -36,8 +36,6 @@
'data_reduction_proxy/browser/data_reduction_proxy_settings.h',
'data_reduction_proxy/browser/data_reduction_proxy_usage_stats.cc',
'data_reduction_proxy/browser/data_reduction_proxy_usage_stats.h',
- 'data_reduction_proxy/browser/http_auth_handler_data_reduction_proxy.cc',
- 'data_reduction_proxy/browser/http_auth_handler_data_reduction_proxy.h',
],
},
{
@@ -74,6 +72,8 @@
'..',
],
'sources': [
+ 'data_reduction_proxy/browser/data_reduction_proxy_params_test_utils.cc',
+ 'data_reduction_proxy/browser/data_reduction_proxy_params_test_utils.h',
'data_reduction_proxy/browser/data_reduction_proxy_settings_test_utils.cc',
'data_reduction_proxy/browser/data_reduction_proxy_settings_test_utils.h',
],
« no previous file with comments | « components/components_tests.gyp ('k') | components/data_reduction_proxy/browser/data_reduction_proxy_auth_request_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698