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

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

Issue 836583002: Add support for field trial group to relax missing via header bypass logic. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed unused include from aw_url_request_context_getter.cc 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/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 bb3675b6a297d85c47740d3bbaa0e68d5bf06c5f..5b87ff2e7072c6086cff1f0953bc810ea552f949 100644
--- a/components/data_reduction_proxy/core/browser/BUILD.gn
+++ b/components/data_reduction_proxy/core/browser/BUILD.gn
@@ -6,6 +6,8 @@ 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_configurator.cc",
"data_reduction_proxy_configurator.h",
"data_reduction_proxy_delegate.cc",
@@ -18,8 +20,6 @@ static_library("browser") {
"data_reduction_proxy_network_delegate.h",
"data_reduction_proxy_prefs.cc",
"data_reduction_proxy_prefs.h",
- "data_reduction_proxy_protocol.cc",
- "data_reduction_proxy_protocol.h",
"data_reduction_proxy_settings.cc",
"data_reduction_proxy_settings.h",
"data_reduction_proxy_statistics_prefs.cc",
@@ -70,12 +70,12 @@ 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_configurator_unittest.cc",
"data_reduction_proxy_interceptor_unittest.cc",
"data_reduction_proxy_metrics_unittest.cc",
"data_reduction_proxy_network_delegate_unittest.cc",
"data_reduction_proxy_prefs_unittest.cc",
- "data_reduction_proxy_protocol_unittest.cc",
"data_reduction_proxy_settings_unittest.cc",
"data_reduction_proxy_usage_stats_unittest.cc",
]

Powered by Google App Engine
This is Rietveld 408576698