Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1245)

Side by Side Diff: components/data_reduction_proxy.gypi

Issue 1020863009: Revert of Add ClientConfig proto, and JSON generation/parsing. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « components/components_tests.gyp ('k') | components/data_reduction_proxy/core/browser/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 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 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 # GN Version: //components/data_reduction_proxy/content 9 # GN Version: //components/data_reduction_proxy/content
10 'target_name': 'data_reduction_proxy_content', 10 'target_name': 'data_reduction_proxy_content',
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 ] 76 ]
77 }], 77 }],
78 ], 78 ],
79 'dependencies': [ 79 'dependencies': [
80 'data_reduction_proxy_version_header', 80 'data_reduction_proxy_version_header',
81 '../base/base.gyp:base', 81 '../base/base.gyp:base',
82 '../crypto/crypto.gyp:crypto', 82 '../crypto/crypto.gyp:crypto',
83 '../net/net.gyp:net', 83 '../net/net.gyp:net',
84 '../url/url.gyp:url_lib', 84 '../url/url.gyp:url_lib',
85 'data_reduction_proxy_core_common', 85 'data_reduction_proxy_core_common',
86 'data_reduction_proxy_proto',
87 'pref_registry', 86 'pref_registry',
88 ], 87 ],
89 'include_dirs': [ 88 'include_dirs': [
90 '..', 89 '..',
91 ], 90 ],
92 'sources': [ 91 'sources': [
93 # Note: sources list duplicated in GN build. 92 # Note: sources list duplicated in GN build.
94 "data_reduction_proxy/core/browser/data_reduction_proxy_debug_ui_service .h", 93 "data_reduction_proxy/core/browser/data_reduction_proxy_debug_ui_service .h",
95 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol. cc', 94 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol. cc',
96 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol. h', 95 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol. h',
97 'data_reduction_proxy/core/browser/data_reduction_proxy_config.cc', 96 'data_reduction_proxy/core/browser/data_reduction_proxy_config.cc',
98 'data_reduction_proxy/core/browser/data_reduction_proxy_config.h', 97 'data_reduction_proxy/core/browser/data_reduction_proxy_config.h',
99 'data_reduction_proxy/core/browser/data_reduction_proxy_config_service_c lient.cc',
100 'data_reduction_proxy/core/browser/data_reduction_proxy_config_service_c lient.h',
101 'data_reduction_proxy/core/browser/data_reduction_proxy_configurator.cc' , 98 'data_reduction_proxy/core/browser/data_reduction_proxy_configurator.cc' ,
102 'data_reduction_proxy/core/browser/data_reduction_proxy_configurator.h', 99 'data_reduction_proxy/core/browser/data_reduction_proxy_configurator.h',
103 'data_reduction_proxy/core/browser/data_reduction_proxy_delegate.cc', 100 'data_reduction_proxy/core/browser/data_reduction_proxy_delegate.cc',
104 'data_reduction_proxy/core/browser/data_reduction_proxy_delegate.h', 101 'data_reduction_proxy/core/browser/data_reduction_proxy_delegate.h',
105 'data_reduction_proxy/core/browser/data_reduction_proxy_interceptor.cc', 102 'data_reduction_proxy/core/browser/data_reduction_proxy_interceptor.cc',
106 'data_reduction_proxy/core/browser/data_reduction_proxy_interceptor.h', 103 'data_reduction_proxy/core/browser/data_reduction_proxy_interceptor.h',
107 'data_reduction_proxy/core/browser/data_reduction_proxy_io_data.cc', 104 'data_reduction_proxy/core/browser/data_reduction_proxy_io_data.cc',
108 'data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h', 105 'data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h',
109 'data_reduction_proxy/core/browser/data_reduction_proxy_metrics.cc', 106 'data_reduction_proxy/core/browser/data_reduction_proxy_metrics.cc',
110 'data_reduction_proxy/core/browser/data_reduction_proxy_metrics.h', 107 'data_reduction_proxy/core/browser/data_reduction_proxy_metrics.h',
(...skipping 15 matching lines...) Expand all
126 'data_reduction_proxy/core/browser/data_reduction_proxy_usage_stats.h', 123 'data_reduction_proxy/core/browser/data_reduction_proxy_usage_stats.h',
127 ], 124 ],
128 }, 125 },
129 { 126 {
130 # GN version: //components/data_reduction_proxy/core/common 127 # GN version: //components/data_reduction_proxy/core/common
131 'target_name': 'data_reduction_proxy_core_common', 128 'target_name': 'data_reduction_proxy_core_common',
132 'type': 'static_library', 129 'type': 'static_library',
133 'dependencies': [ 130 'dependencies': [
134 '../base/base.gyp:base', 131 '../base/base.gyp:base',
135 '../url/url.gyp:url_lib', 132 '../url/url.gyp:url_lib',
136 'data_reduction_proxy_proto',
137 ], 133 ],
138 'include_dirs': [ 134 'include_dirs': [
139 '..', 135 '..',
140 ], 136 ],
141 'sources': [ 137 'sources': [
142 # Note: sources list duplicated in GN build. 138 # Note: sources list duplicated in GN build.
143 'data_reduction_proxy/core/common/data_reduction_proxy_bypass_type_list. h', 139 'data_reduction_proxy/core/common/data_reduction_proxy_bypass_type_list. h',
144 'data_reduction_proxy/core/common/data_reduction_proxy_client_config_par ser.cc',
145 'data_reduction_proxy/core/common/data_reduction_proxy_client_config_par ser.h',
146 'data_reduction_proxy/core/common/data_reduction_proxy_config_values.h', 140 'data_reduction_proxy/core/common/data_reduction_proxy_config_values.h',
147 'data_reduction_proxy/core/common/data_reduction_proxy_event_store.cc', 141 'data_reduction_proxy/core/common/data_reduction_proxy_event_store.cc',
148 'data_reduction_proxy/core/common/data_reduction_proxy_event_store.h', 142 'data_reduction_proxy/core/common/data_reduction_proxy_event_store.h',
149 'data_reduction_proxy/core/common/data_reduction_proxy_headers.cc', 143 'data_reduction_proxy/core/common/data_reduction_proxy_headers.cc',
150 'data_reduction_proxy/core/common/data_reduction_proxy_headers.h', 144 'data_reduction_proxy/core/common/data_reduction_proxy_headers.h',
151 'data_reduction_proxy/core/common/data_reduction_proxy_params.cc', 145 'data_reduction_proxy/core/common/data_reduction_proxy_params.cc',
152 'data_reduction_proxy/core/common/data_reduction_proxy_params.h', 146 'data_reduction_proxy/core/common/data_reduction_proxy_params.h',
153 'data_reduction_proxy/core/common/data_reduction_proxy_pref_names.cc', 147 'data_reduction_proxy/core/common/data_reduction_proxy_pref_names.cc',
154 'data_reduction_proxy/core/common/data_reduction_proxy_pref_names.h', 148 'data_reduction_proxy/core/common/data_reduction_proxy_pref_names.h',
155 'data_reduction_proxy/core/common/data_reduction_proxy_switches.cc', 149 'data_reduction_proxy/core/common/data_reduction_proxy_switches.cc',
(...skipping 29 matching lines...) Expand all
185 'data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.h', 179 'data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.h',
186 'data_reduction_proxy/core/common/data_reduction_proxy_headers_test_util s.cc', 180 'data_reduction_proxy/core/common/data_reduction_proxy_headers_test_util s.cc',
187 'data_reduction_proxy/core/common/data_reduction_proxy_headers_test_util s.h', 181 'data_reduction_proxy/core/common/data_reduction_proxy_headers_test_util s.h',
188 'data_reduction_proxy/core/common/data_reduction_proxy_params_test_utils .cc', 182 'data_reduction_proxy/core/common/data_reduction_proxy_params_test_utils .cc',
189 'data_reduction_proxy/core/common/data_reduction_proxy_params_test_utils .h', 183 'data_reduction_proxy/core/common/data_reduction_proxy_params_test_utils .h',
190 ], 184 ],
191 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 185 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
192 'msvs_disabled_warnings': [4267, ], 186 'msvs_disabled_warnings': [4267, ],
193 }, 187 },
194 { 188 {
195 # GN version: //components/data_reduction_proxy/proto
196 'target_name': 'data_reduction_proxy_proto',
197 'type': 'static_library',
198 'dependencies': [
199 ],
200 'include_dirs': [
201 ],
202 'sources': [
203 # Note: sources list duplicated in GN build.
204 'data_reduction_proxy/proto/client_config.proto',
205 ],
206 'variables': {
207 'proto_in_dir': 'data_reduction_proxy/proto',
208 'proto_out_dir': 'components/data_reduction_proxy/proto',
209 },
210 'includes': [ '../build/protoc.gypi' ],
211 },
212 {
213 'target_name': 'data_reduction_proxy_version_header', 189 'target_name': 'data_reduction_proxy_version_header',
214 'type': 'none', 190 'type': 'none',
215 'direct_dependent_settings': { 191 'direct_dependent_settings': {
216 'include_dirs': [ 192 'include_dirs': [
217 '<(SHARED_INTERMEDIATE_DIR)', 193 '<(SHARED_INTERMEDIATE_DIR)',
218 ], 194 ],
219 }, 195 },
220 'actions': [ 196 'actions': [
221 { 197 {
222 'action_name': 'version_header', 198 'action_name': 'version_header',
(...skipping 13 matching lines...) Expand all
236 '<@(_outputs)', 212 '<@(_outputs)',
237 ], 213 ],
238 'includes': [ 214 'includes': [
239 '../build/util/version.gypi', 215 '../build/util/version.gypi',
240 ], 216 ],
241 }, 217 },
242 ], 218 ],
243 }, 219 },
244 ], 220 ],
245 } 221 }
OLDNEW
« no previous file with comments | « components/components_tests.gyp ('k') | components/data_reduction_proxy/core/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698