OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |