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

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

Issue 792803007: Make Data Reduction Proxy a best effort proxy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updated tests 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 c5bb2872be800f97e4ffe83207ce068af249e62c..bb3675b6a297d85c47740d3bbaa0e68d5bf06c5f 100644
--- a/components/data_reduction_proxy/core/browser/BUILD.gn
+++ b/components/data_reduction_proxy/core/browser/BUILD.gn
@@ -6,8 +6,7 @@ static_library("browser") {
sources = [
"data_reduction_proxy_auth_request_handler.cc",
"data_reduction_proxy_auth_request_handler.h",
- "data_reduction_proxy_config_service.cc",
- "data_reduction_proxy_config_service.h",
+ "data_reduction_proxy_configurator.cc",
"data_reduction_proxy_configurator.h",
"data_reduction_proxy_delegate.cc",
"data_reduction_proxy_delegate.h",
@@ -71,7 +70,7 @@ source_set("unit_tests") {
testonly = true
sources = [
"data_reduction_proxy_auth_request_handler_unittest.cc",
- "data_reduction_proxy_config_service_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",

Powered by Google App Engine
This is Rietveld 408576698