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

Side by Side Diff: printing/printing.gyp

Issue 1217243003: Convert printing_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@4_url_unittests
Patch Set: Rebase Created 5 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 | « build/gn_migration.gypi ('k') | printing/printing_unittests.isolate » ('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 299 matching lines...) Expand 10 before | Expand all | Expand 10 after
310 'variables': { 310 'variables': {
311 'java_in_dir': '../printing/android/java', 311 'java_in_dir': '../printing/android/java',
312 }, 312 },
313 'dependencies': [ 313 'dependencies': [
314 '../base/base.gyp:base_java', 314 '../base/base.gyp:base_java',
315 ], 315 ],
316 'includes': [ '../build/java.gypi' ], 316 'includes': [ '../build/java.gypi' ],
317 } 317 }
318 ] 318 ]
319 }], 319 }],
320 ['test_isolation_mode != "noop"', {
321 'targets': [
322 {
323 'target_name': 'printing_unittests_run',
324 'type': 'none',
325 'dependencies': [
326 'printing_unittests',
327 ],
328 'includes': [
329 '../build/isolate.gypi',
330 ],
331 'sources': [
332 'printing_unittests.isolate',
333 ],
334 },
335 ],
336 }],
320 ] 337 ]
321 } 338 }
OLDNEW
« no previous file with comments | « build/gn_migration.gypi ('k') | printing/printing_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698