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 236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
247 '../base/allocator/allocator.gyp:allocator', | 247 '../base/allocator/allocator.gyp:allocator', |
248 ], | 248 ], |
249 }], | 249 }], |
250 ], | 250 ], |
251 }], | 251 }], |
252 ], | 252 ], |
253 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 253 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
254 'msvs_disabled_warnings': [ 4267, ], | 254 'msvs_disabled_warnings': [ 4267, ], |
255 }, | 255 }, |
256 { | 256 { |
| 257 # GN version: //printing:cups (config, not a target). |
257 'target_name': 'cups', | 258 'target_name': 'cups', |
258 'type': 'none', | 259 'type': 'none', |
259 'conditions': [ | 260 'conditions': [ |
260 ['use_cups==1', { | 261 ['use_cups==1', { |
261 'direct_dependent_settings': { | 262 'direct_dependent_settings': { |
262 'defines': [ | 263 'defines': [ |
263 'USE_CUPS', | 264 'USE_CUPS', |
264 ], | 265 ], |
265 'conditions': [ | 266 'conditions': [ |
266 ['OS=="mac"', { | 267 ['OS=="mac"', { |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
309 }, | 310 }, |
310 'dependencies': [ | 311 'dependencies': [ |
311 '../base/base.gyp:base_java', | 312 '../base/base.gyp:base_java', |
312 ], | 313 ], |
313 'includes': [ '../build/java.gypi' ], | 314 'includes': [ '../build/java.gypi' ], |
314 } | 315 } |
315 ] | 316 ] |
316 }], | 317 }], |
317 ] | 318 ] |
318 } | 319 } |
OLD | NEW |