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

Side by Side Diff: sync/sync_tests.gypi

Issue 1120883002: [Android] Generate scripts at build time to run android tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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
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 517 matching lines...) Expand 10 before | Expand all | Expand 10 after
528 }, 528 },
529 { 529 {
530 # GN: //sync:sync_unit_tests_apk 530 # GN: //sync:sync_unit_tests_apk
531 'target_name': 'sync_unit_tests_apk', 531 'target_name': 'sync_unit_tests_apk',
532 'type': 'none', 532 'type': 'none',
533 'dependencies': [ 533 'dependencies': [
534 'sync_unit_tests', 534 'sync_unit_tests',
535 ], 535 ],
536 'variables': { 536 'variables': {
537 'test_suite_name': 'sync_unit_tests', 537 'test_suite_name': 'sync_unit_tests',
538 'isolate_file': 'sync_unit_tests.isolate',
538 }, 539 },
539 'includes': [ '../build/apk_test.gypi' ], 540 'includes': [ '../build/apk_test.gypi' ],
540 }, 541 },
541 ], 542 ],
542 }], 543 }],
543 ], 544 ],
544 } 545 }
OLDNEW
« build/android/test_runner.gypi ('K') | « sql/sql.gyp ('k') | ui/base/ui_base_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698