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

Unified Diff: components/data_reduction_proxy.gypi

Issue 791493015: Adding q=low to the Chrome-Proxy request header (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed bengr comments Created 5 years, 11 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 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',

Powered by Google App Engine
This is Rietveld 408576698