1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 static_library("browser") {
7 "data_reduction_proxy_message_filter.cc",
8 "data_reduction_proxy_message_filter.h",
13 "//components/data_reduction_proxy/content/common",
14 "//content/public/browser",
21 "content_data_reduction_proxy_debug_ui_service.cc",
22 "content_data_reduction_proxy_debug_ui_service.h",
23 "data_reduction_proxy_debug_blocking_page.cc",
24 "data_reduction_proxy_debug_blocking_page.h",
25 "data_reduction_proxy_debug_resource_throttle.cc",
26 "data_reduction_proxy_debug_resource_throttle.h",
27 "data_reduction_proxy_debug_ui_manager.cc",
28 "data_reduction_proxy_debug_ui_manager.h",
32 "//components/resources",
33 "//components/strings",
40 source_set("unit_tests") {
43 "data_reduction_proxy_message_filter_unittest.cc",
49 "//components/data_reduction_proxy/core/browser:test_support",
50 "//components/data_reduction_proxy/core/common:test_support",
58 "data_reduction_proxy_debug_blocking_page_unittest.cc",
59 "data_reduction_proxy_debug_resource_throttle_unittest.cc",
60 "data_reduction_proxy_debug_ui_manager_unittest.cc",
65 "//third_party/mojo/src/mojo/public/cpp/bindings",