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 '../base/base.gyp:base',
13 '../crypto/crypto.gyp:crypto',
15 'data_reduction_proxy_common',
22 'data_reduction_proxy/browser/data_reduction_proxy_auth_request_handler.cc',
23 'data_reduction_proxy/browser/data_reduction_proxy_auth_request_handler.h',
24 'data_reduction_proxy/browser/data_reduction_proxy_config_service.cc',
25 'data_reduction_proxy/browser/data_reduction_proxy_config_service.h',
26 'data_reduction_proxy/browser/data_reduction_proxy_configurator.h',
27 'data_reduction_proxy/browser/data_reduction_proxy_metrics.cc',
28 'data_reduction_proxy/browser/data_reduction_proxy_metrics.h',
29 'data_reduction_proxy/browser/data_reduction_proxy_prefs.cc',
30 'data_reduction_proxy/browser/data_reduction_proxy_prefs.h',
31 'data_reduction_proxy/browser/data_reduction_proxy_settings.cc',
32 'data_reduction_proxy/browser/data_reduction_proxy_settings.h',
33 'data_reduction_proxy/browser/http_auth_handler_data_reduction_proxy.cc',
34 'data_reduction_proxy/browser/http_auth_handler_data_reduction_proxy.h',
38 'target_name': 'data_reduction_proxy_common',
39 'type': 'static_library',
41 '../base/base.gyp:base',
47 'data_reduction_proxy/common/data_reduction_proxy_pref_names.cc',
48 'data_reduction_proxy/common/data_reduction_proxy_pref_names.h',
49 'data_reduction_proxy/common/data_reduction_proxy_switches.cc',
50 'data_reduction_proxy/common/data_reduction_proxy_switches.h',
54 'target_name': 'data_reduction_proxy_test_support',
55 'type': 'static_library',
57 '../base/base.gyp:base',
59 '../testing/gmock.gyp:gmock',
60 '../testing/gtest.gyp:gtest',
61 'data_reduction_proxy_browser',
62 'data_reduction_proxy_common',
68 'data_reduction_proxy/browser/data_reduction_proxy_settings_test_utils.cc',
69 'data_reduction_proxy/browser/data_reduction_proxy_settings_test_utils.h',