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

Unified Diff: components/data_reduction_proxy/core/browser/BUILD.gn

Issue 791493015: Adding q=low to the Chrome-Proxy request header (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase test fixes Created 5 years, 10 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/core/browser/BUILD.gn
diff --git a/components/data_reduction_proxy/core/browser/BUILD.gn b/components/data_reduction_proxy/core/browser/BUILD.gn
index a8b742471226dd9bfc8a51c55ff49b0f8ff46fe5..1d659d3682a51ec6ba631a970a137940691032df 100644
--- a/components/data_reduction_proxy/core/browser/BUILD.gn
+++ b/components/data_reduction_proxy/core/browser/BUILD.gn
@@ -4,8 +4,6 @@
static_library("browser") {
sources = [
- "data_reduction_proxy_auth_request_handler.cc",
- "data_reduction_proxy_auth_request_handler.h",
"data_reduction_proxy_bypass_protocol.cc",
"data_reduction_proxy_bypass_protocol.h",
"data_reduction_proxy_config.cc",
@@ -24,6 +22,8 @@ static_library("browser") {
"data_reduction_proxy_network_delegate.h",
"data_reduction_proxy_prefs.cc",
"data_reduction_proxy_prefs.h",
+ "data_reduction_proxy_request_options.cc",
+ "data_reduction_proxy_request_options.h",
"data_reduction_proxy_settings.cc",
"data_reduction_proxy_settings.h",
"data_reduction_proxy_statistics_prefs.cc",
@@ -77,7 +77,6 @@ source_set("test_support") {
source_set("unit_tests") {
testonly = true
sources = [
- "data_reduction_proxy_auth_request_handler_unittest.cc",
"data_reduction_proxy_bypass_protocol_unittest.cc",
"data_reduction_proxy_config_unittest.cc",
"data_reduction_proxy_configurator_unittest.cc",
@@ -85,6 +84,7 @@ source_set("unit_tests") {
"data_reduction_proxy_metrics_unittest.cc",
"data_reduction_proxy_network_delegate_unittest.cc",
"data_reduction_proxy_prefs_unittest.cc",
+ "data_reduction_proxy_request_options_unittest.cc",
"data_reduction_proxy_settings_unittest.cc",
"data_reduction_proxy_usage_stats_unittest.cc",
]

Powered by Google App Engine
This is Rietveld 408576698