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

Side by Side Diff: printing/printing.gyp

Issue 505853003: Work on GN build of Chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git cl try Created 6 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 | « media/audio/BUILD.gn ('k') | third_party/libusb/BUILD.gn » ('j') | 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 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW
« no previous file with comments | « media/audio/BUILD.gn ('k') | third_party/libusb/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698