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

Side by Side Diff: sync/sync_tests.gypi

Issue 1218143002: Convert sync_unit_tests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@9_gcm_unit_tests
Patch Set: Add chrome/test/data/sync, remove sync/tools/testserver/ 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') | sync/sync_unit_tests.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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'targets': [ 6 'targets': [
7 # Test support files for the 'sync_core' target. 7 # Test support files for the 'sync_core' target.
8 # GN version: //sync:test_support_sync_core 8 # GN version: //sync:test_support_sync_core
9 { 9 {
10 'target_name': 'test_support_sync_core', 10 'target_name': 'test_support_sync_core',
(...skipping 489 matching lines...) Expand 10 before | Expand all | Expand 10 after
500 'sync_unit_tests', 500 'sync_unit_tests',
501 ], 501 ],
502 'variables': { 502 'variables': {
503 'test_suite_name': 'sync_unit_tests', 503 'test_suite_name': 'sync_unit_tests',
504 'isolate_file': 'sync_unit_tests.isolate', 504 'isolate_file': 'sync_unit_tests.isolate',
505 }, 505 },
506 'includes': [ '../build/apk_test.gypi' ], 506 'includes': [ '../build/apk_test.gypi' ],
507 }, 507 },
508 ], 508 ],
509 }], 509 }],
510 ['test_isolation_mode != "noop"', {
511 'targets': [
512 {
513 'target_name': 'sync_unit_tests_run',
514 'type': 'none',
515 'dependencies': [
516 'sync_unit_tests',
517 ],
518 'includes': [
519 '../build/isolate.gypi',
520 ],
521 'sources': [
522 'sync_unit_tests.isolate',
523 ],
524 },
525 ],
526 }],
510 ], 527 ],
511 } 528 }
OLDNEW
« no previous file with comments | « build/gn_migration.gypi ('k') | sync/sync_unit_tests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698