| Index: components/data_reduction_proxy/content/browser/BUILD.gn
|
| diff --git a/components/data_reduction_proxy/content/browser/BUILD.gn b/components/data_reduction_proxy/content/browser/BUILD.gn
|
| index 70fae47f78e6d5cc5113b8760c8e2eb14bdfd770..fa235bacb29e70f1cd00fdc53976331656cb98db 100644
|
| --- a/components/data_reduction_proxy/content/browser/BUILD.gn
|
| +++ b/components/data_reduction_proxy/content/browser/BUILD.gn
|
| @@ -8,8 +8,8 @@ static_library("browser") {
|
| "content_lofi_decider.h",
|
| "content_lofi_ui_service.cc",
|
| "content_lofi_ui_service.h",
|
| - "data_reduction_proxy_message_filter.cc",
|
| - "data_reduction_proxy_message_filter.h",
|
| + "data_reduction_proxy_host_impl.cc",
|
| + "data_reduction_proxy_host_impl.h",
|
| ]
|
|
|
| deps = [
|
| @@ -19,7 +19,6 @@ static_library("browser") {
|
| "//components/data_reduction_proxy/core/common",
|
| "//content/public/browser",
|
| "//content/public/common",
|
| - "//ipc",
|
| "//net",
|
| ]
|
| }
|
| @@ -29,7 +28,7 @@ source_set("unit_tests") {
|
| sources = [
|
| "content_lofi_decider_unittest.cc",
|
| "content_lofi_ui_service_unittest.cc",
|
| - "data_reduction_proxy_message_filter_unittest.cc",
|
| + "data_reduction_proxy_host_impl_unittest.cc",
|
| ]
|
|
|
| deps = [
|
|
|