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 422 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
433 'sync_java', | 433 'sync_java', |
434 'sync_java_test_support', | 434 'sync_java_test_support', |
435 '../base/base.gyp:base_java_test_support', | 435 '../base/base.gyp:base_java_test_support', |
436 ], | 436 ], |
437 'includes': [ '../build/java.gypi' ], | 437 'includes': [ '../build/java.gypi' ], |
438 }, | 438 }, |
439 { | 439 { |
440 'target_name': 'sync_java_test_support', | 440 'target_name': 'sync_java_test_support', |
441 'type': 'none', | 441 'type': 'none', |
442 'variables': { | 442 'variables': { |
443 'package_name': 'sync_java_test_support', | |
444 'java_in_dir': '../sync/test/android/javatests', | 443 'java_in_dir': '../sync/test/android/javatests', |
445 }, | 444 }, |
446 'dependencies': [ | 445 'dependencies': [ |
447 'sync_java', | 446 'sync_java', |
448 ], | 447 ], |
449 'includes': [ '../build/java.gypi' ], | 448 'includes': [ '../build/java.gypi' ], |
450 }, | 449 }, |
451 { | 450 { |
452 'target_name': 'sync_fake_server_jni_headers', | 451 'target_name': 'sync_fake_server_jni_headers', |
453 'type': 'none', | 452 'type': 'none', |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
485 ], | 484 ], |
486 'variables': { | 485 'variables': { |
487 'test_suite_name': 'sync_unit_tests', | 486 'test_suite_name': 'sync_unit_tests', |
488 }, | 487 }, |
489 'includes': [ '../build/apk_test.gypi' ], | 488 'includes': [ '../build/apk_test.gypi' ], |
490 }, | 489 }, |
491 ], | 490 ], |
492 }], | 491 }], |
493 ], | 492 ], |
494 } | 493 } |
OLD | NEW |