OLD | NEW |
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 481 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
492 }, | 492 }, |
493 { | 493 { |
494 # GN: //sync:sync_unit_tests_apk | 494 # GN: //sync:sync_unit_tests_apk |
495 'target_name': 'sync_unit_tests_apk', | 495 'target_name': 'sync_unit_tests_apk', |
496 'type': 'none', | 496 'type': 'none', |
497 'dependencies': [ | 497 'dependencies': [ |
498 'sync_unit_tests', | 498 'sync_unit_tests', |
499 ], | 499 ], |
500 'variables': { | 500 'variables': { |
501 'test_suite_name': 'sync_unit_tests', | 501 'test_suite_name': 'sync_unit_tests', |
| 502 'isolate_file': 'sync_unit_tests.isolate', |
502 }, | 503 }, |
503 'includes': [ '../build/apk_test.gypi' ], | 504 'includes': [ '../build/apk_test.gypi' ], |
504 }, | 505 }, |
505 ], | 506 ], |
506 }], | 507 }], |
507 ], | 508 ], |
508 } | 509 } |
OLD | NEW |