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

Side by Side Diff: components/data_reduction_proxy.gypi

Issue 2287823002: Fix build dependence for data_reduction_proxy (Closed)
Patch Set: Created 4 years, 3 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 | « no previous file | no next file » | 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 'variables' : 7 'variables' :
8 { 8 {
9 'data_reduction_proxy_core_browser_sources' : [ 9 'data_reduction_proxy_core_browser_sources' : [
10 # Note: sources list duplicated in GN build. 10 # Note: sources list duplicated in GN build.
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 'target_name': 'data_reduction_proxy_core_common', 196 'target_name': 'data_reduction_proxy_core_common',
197 'type': 'static_library', 197 'type': 'static_library',
198 'defines': [ 198 'defines': [
199 'USE_GOOGLE_API_KEYS' 199 'USE_GOOGLE_API_KEYS'
200 ], 200 ],
201 'dependencies': [ 201 'dependencies': [
202 '../base/base.gyp:base', 202 '../base/base.gyp:base',
203 '../google_apis/google_apis.gyp:google_apis', 203 '../google_apis/google_apis.gyp:google_apis',
204 '../url/url.gyp:url_lib', 204 '../url/url.gyp:url_lib',
205 'data_reduction_proxy_proto', 205 'data_reduction_proxy_proto',
206 'data_reduction_proxy_version_header',
206 ], 207 ],
207 'include_dirs': [ 208 'include_dirs': [
208 '..', 209 '..',
209 ], 210 ],
210 'sources': [ 211 'sources': [
211 '<@(data_reduction_proxy_core_common_sources)' 212 '<@(data_reduction_proxy_core_common_sources)'
212 ], 213 ],
213 }, 214 },
214 { 215 {
215 # GN version: //components/data_reduction_proxy/core/browser:test_support 216 # GN version: //components/data_reduction_proxy/core/browser:test_support
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
293 '<@(_outputs)', 294 '<@(_outputs)',
294 ], 295 ],
295 'includes': [ 296 'includes': [
296 '../build/util/version.gypi', 297 '../build/util/version.gypi',
297 ], 298 ],
298 }, 299 },
299 ], 300 ],
300 }, 301 },
301 ], 302 ],
302 } 303 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698