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

Side by Side Diff: components/data_reduction_proxy.gypi

Issue 2111913004: Fix build dependence for data_reduction_proxy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 'target_name': 'data_reduction_proxy_core_common', 194 'target_name': 'data_reduction_proxy_core_common',
195 'type': 'static_library', 195 'type': 'static_library',
196 'defines': [ 196 'defines': [
197 'USE_GOOGLE_API_KEYS' 197 'USE_GOOGLE_API_KEYS'
198 ], 198 ],
199 'dependencies': [ 199 'dependencies': [
200 '../base/base.gyp:base', 200 '../base/base.gyp:base',
201 '../google_apis/google_apis.gyp:google_apis', 201 '../google_apis/google_apis.gyp:google_apis',
202 '../url/url.gyp:url_lib', 202 '../url/url.gyp:url_lib',
203 'data_reduction_proxy_proto', 203 'data_reduction_proxy_proto',
204 'data_reduction_proxy_version_header',
204 ], 205 ],
205 'include_dirs': [ 206 'include_dirs': [
206 '..', 207 '..',
207 ], 208 ],
208 'sources': [ 209 'sources': [
209 '<@(data_reduction_proxy_core_common_sources)' 210 '<@(data_reduction_proxy_core_common_sources)'
210 ], 211 ],
211 }, 212 },
212 { 213 {
213 # GN version: //components/data_reduction_proxy/core/browser:test_support 214 # GN version: //components/data_reduction_proxy/core/browser:test_support
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 '<@(_outputs)', 292 '<@(_outputs)',
292 ], 293 ],
293 'includes': [ 294 'includes': [
294 '../build/util/version.gypi', 295 '../build/util/version.gypi',
295 ], 296 ],
296 }, 297 },
297 ], 298 ],
298 }, 299 },
299 ], 300 ],
300 } 301 }
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