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", |
] |