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 # GN version: //components/data_reduction_proxy/core/browser
10 'target_name': 'data_reduction_proxy_core_browser',
11 'type': 'static_library',
13 ['OS != "android" and OS != "ios"', {
15 '../google_apis/google_apis.gyp:google_apis',
20 'data_reduction_proxy_version_header',
21 '../base/base.gyp:base',
22 '../crypto/crypto.gyp:crypto',
24 '../url/url.gyp:url_lib',
25 'data_reduction_proxy_core_common',
32 # Note: sources list duplicated in GN build.
33 'data_reduction_proxy/core/browser/data_reduction_proxy_auth_request_handler.cc',
34 'data_reduction_proxy/core/browser/data_reduction_proxy_auth_request_handler.h',
35 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol.cc',
36 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol.h',
37 'data_reduction_proxy/core/browser/data_reduction_proxy_configurator.cc',
38 'data_reduction_proxy/core/browser/data_reduction_proxy_configurator.h',
39 'data_reduction_proxy/core/browser/data_reduction_proxy_delegate.cc',
40 'data_reduction_proxy/core/browser/data_reduction_proxy_delegate.h',
41 'data_reduction_proxy/core/browser/data_reduction_proxy_interceptor.cc',
42 'data_reduction_proxy/core/browser/data_reduction_proxy_interceptor.h',
43 'data_reduction_proxy/core/browser/data_reduction_proxy_metrics.cc',
44 'data_reduction_proxy/core/browser/data_reduction_proxy_metrics.h',
45 'data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.cc',
46 'data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.h',
47 'data_reduction_proxy/core/browser/data_reduction_proxy_prefs.cc',
48 'data_reduction_proxy/core/browser/data_reduction_proxy_prefs.h',
49 'data_reduction_proxy/core/browser/data_reduction_proxy_settings.cc',
50 'data_reduction_proxy/core/browser/data_reduction_proxy_settings.h',
51 'data_reduction_proxy/core/browser/data_reduction_proxy_statistics_prefs.cc',
52 'data_reduction_proxy/core/browser/data_reduction_proxy_statistics_prefs.h',
53 'data_reduction_proxy/core/browser/data_reduction_proxy_tamper_detection.cc',
54 'data_reduction_proxy/core/browser/data_reduction_proxy_tamper_detection.h',
55 'data_reduction_proxy/core/browser/data_reduction_proxy_usage_stats.cc',
56 'data_reduction_proxy/core/browser/data_reduction_proxy_usage_stats.h',
60 # GN version: //components/data_reduction_proxy/core/common
61 'target_name': 'data_reduction_proxy_core_common',
62 'type': 'static_library',
64 '../base/base.gyp:base',
65 '../url/url.gyp:url_lib',
71 # Note: sources list duplicated in GN build.
72 'data_reduction_proxy/core/common/data_reduction_proxy_bypass_type_list.h',
73 'data_reduction_proxy/core/common/data_reduction_proxy_event_store.cc',
74 'data_reduction_proxy/core/common/data_reduction_proxy_event_store.h',
75 'data_reduction_proxy/core/common/data_reduction_proxy_headers.cc',
76 'data_reduction_proxy/core/common/data_reduction_proxy_headers.h',
77 'data_reduction_proxy/core/common/data_reduction_proxy_params.cc',
78 'data_reduction_proxy/core/common/data_reduction_proxy_params.h',
79 'data_reduction_proxy/core/common/data_reduction_proxy_pref_names.cc',
80 'data_reduction_proxy/core/common/data_reduction_proxy_pref_names.h',
81 'data_reduction_proxy/core/common/data_reduction_proxy_switches.cc',
82 'data_reduction_proxy/core/common/data_reduction_proxy_switches.h',
86 # GN version: //components/data_reduction_proxy/core/browser:test_support
87 'target_name': 'data_reduction_proxy_test_support',
88 'type': 'static_library',
90 '../base/base.gyp:base',
92 '../net/net.gyp:net_test_support',
93 '../testing/gmock.gyp:gmock',
94 '../testing/gtest.gyp:gtest',
95 'data_reduction_proxy_core_browser',
96 'data_reduction_proxy_core_common',
102 # Note: sources list duplicated in GN build.
103 'data_reduction_proxy/core/browser/data_reduction_proxy_settings_test_utils.cc',
104 'data_reduction_proxy/core/browser/data_reduction_proxy_settings_test_utils.h',
105 'data_reduction_proxy/core/common/data_reduction_proxy_headers_test_utils.cc',
106 'data_reduction_proxy/core/common/data_reduction_proxy_headers_test_utils.h',
107 'data_reduction_proxy/core/common/data_reduction_proxy_params_test_utils.cc',
108 'data_reduction_proxy/core/common/data_reduction_proxy_params_test_utils.h',
112 'target_name': 'data_reduction_proxy_version_header',
114 'direct_dependent_settings': {
116 '<(SHARED_INTERMEDIATE_DIR)',
121 'action_name': 'version_header',
122 'message': 'Generating version header file: <@(_outputs)',
125 'data_reduction_proxy/core/common/version.h.in',
128 '<(SHARED_INTERMEDIATE_DIR)/components/data_reduction_proxy/core/common/version.h',
132 '<(version_py_path)',
133 '-e', 'VERSION_FULL="<(version_full)"',
134 'data_reduction_proxy/core/common/version.h.in',
138 '../build/util/version.gypi',