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

Side by Side Diff: printing/printing.gyp

Issue 270553003: Linux: Remove gcrypt initialization workaround. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: rebase Created 6 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « printing/backend/print_backend_cups.cc ('k') | 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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after
274 '$(SDKROOT)/usr/lib/libcups.dylib', 274 '$(SDKROOT)/usr/lib/libcups.dylib',
275 ] 275 ]
276 }, 276 },
277 }, { 277 }, {
278 'link_settings': { 278 'link_settings': {
279 'libraries': [ 279 'libraries': [
280 '<!@(python cups_config_helper.py --libs)', 280 '<!@(python cups_config_helper.py --libs)',
281 ], 281 ],
282 }, 282 },
283 }], 283 }],
284 [ 'os_bsd==1', { 284 ['os_bsd==1', {
285 'cflags': [ 285 'cflags': [
286 '<!@(python cups_config_helper.py --cflags)', 286 '<!@(python cups_config_helper.py --cflags)',
287 ], 287 ],
288 }], 288 }],
289 ], 289 ],
290 }, 290 },
291 }], 291 }],
292 ], 292 ],
293 }, 293 },
294 ], 294 ],
(...skipping 19 matching lines...) Expand all
314 }, 314 },
315 'dependencies': [ 315 'dependencies': [
316 '../base/base.gyp:base_java', 316 '../base/base.gyp:base_java',
317 ], 317 ],
318 'includes': [ '../build/java.gypi' ], 318 'includes': [ '../build/java.gypi' ],
319 } 319 }
320 ] 320 ]
321 }], 321 }],
322 ] 322 ]
323 } 323 }
OLDNEW
« no previous file with comments | « printing/backend/print_backend_cups.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698