1 # Copyright 2014 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.
9 'target_name': 'data_reduction_proxy_browser',
10 'type': 'static_library',
12 'data_reduction_proxy_common',
13 '../base/base.gyp:base',
14 '../crypto/crypto.gyp:crypto',
21 'data_reduction_proxy/browser/data_reduction_proxy_configurator.h',
22 'data_reduction_proxy/browser/data_reduction_proxy_metrics.cc',
23 'data_reduction_proxy/browser/data_reduction_proxy_metrics.h',
24 'data_reduction_proxy/browser/data_reduction_proxy_settings.cc',
25 'data_reduction_proxy/browser/data_reduction_proxy_settings.h',
26 'data_reduction_proxy/browser/http_auth_handler_data_reduction_proxy.cc',
27 'data_reduction_proxy/browser/http_auth_handler_data_reduction_proxy.h',
31 'target_name': 'data_reduction_proxy_common',
32 'type': 'static_library',
34 '../base/base.gyp:base',
40 'data_reduction_proxy/common/data_reduction_proxy_pref_names.cc',
41 'data_reduction_proxy/common/data_reduction_proxy_pref_names.h',
42 'data_reduction_proxy/common/data_reduction_proxy_switches.cc',
43 'data_reduction_proxy/common/data_reduction_proxy_switches.h',
47 'target_name': 'data_reduction_proxy_test_support',
48 'type': 'static_library',
50 'data_reduction_proxy_browser',
51 'data_reduction_proxy_common',
52 '../base/base.gyp:base',
54 '../testing/gmock.gyp:gmock',
55 '../testing/gtest.gyp:gtest',
61 'data_reduction_proxy/browser/data_reduction_proxy_settings_test_utils.cc',
62 'data_reduction_proxy/browser/data_reduction_proxy_settings_test_utils.h',