| 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 { | 8 { |
| 9 'target_name': 'test_support_sync_core', | 9 'target_name': 'test_support_sync_core', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 550 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 561 ], | 561 ], |
| 562 }, | 562 }, |
| 563 ], | 563 ], |
| 564 }], | 564 }], |
| 565 ['OS == "android"', { | 565 ['OS == "android"', { |
| 566 'targets': [ | 566 'targets': [ |
| 567 { | 567 { |
| 568 'target_name': 'sync_javatests', | 568 'target_name': 'sync_javatests', |
| 569 'type': 'none', | 569 'type': 'none', |
| 570 'variables': { | 570 'variables': { |
| 571 'package_name': 'sync_javatests', | |
| 572 'java_in_dir': '../sync/android/javatests', | 571 'java_in_dir': '../sync/android/javatests', |
| 573 }, | 572 }, |
| 574 'dependencies': [ | 573 'dependencies': [ |
| 575 'sync_java', | 574 'sync_java', |
| 576 '../base/base.gyp:base_java_test_support', | 575 '../base/base.gyp:base_java_test_support', |
| 577 ], | 576 ], |
| 578 'includes': [ '../build/java.gypi' ], | 577 'includes': [ '../build/java.gypi' ], |
| 579 }, | 578 }, |
| 580 ], | 579 ], |
| 581 }], | 580 }], |
| (...skipping 10 matching lines...) Expand all Loading... |
| 592 'variables': { | 591 'variables': { |
| 593 'test_suite_name': 'sync_unit_tests', | 592 'test_suite_name': 'sync_unit_tests', |
| 594 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit
_tests<(SHARED_LIB_SUFFIX)', | 593 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit
_tests<(SHARED_LIB_SUFFIX)', |
| 595 }, | 594 }, |
| 596 'includes': [ '../build/apk_test.gypi' ], | 595 'includes': [ '../build/apk_test.gypi' ], |
| 597 }, | 596 }, |
| 598 ], | 597 ], |
| 599 }], | 598 }], |
| 600 ], | 599 ], |
| 601 } | 600 } |
| OLD | NEW |