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 'includes': [ | 5 'includes': [ |
6 'js_unittest_vars.gypi', | 6 'js_unittest_vars.gypi', |
7 ], | 7 ], |
8 'targets': [ | 8 'targets': [ |
9 { | 9 { |
10 'target_name': 'interactive_ui_tests', | 10 'target_name': 'interactive_ui_tests', |
(...skipping 2790 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2801 }, | 2801 }, |
2802 { | 2802 { |
2803 'target_name': 'chrome_shell_uiautomator_tests', | 2803 'target_name': 'chrome_shell_uiautomator_tests', |
2804 'type': 'none', | 2804 'type': 'none', |
2805 'dependencies': [ | 2805 'dependencies': [ |
2806 'chrome_shell_uiautomator_tests_java', | 2806 'chrome_shell_uiautomator_tests_java', |
2807 ], | 2807 ], |
2808 'includes': [ '../build/uiautomator_test.gypi' ], | 2808 'includes': [ '../build/uiautomator_test.gypi' ], |
2809 }, | 2809 }, |
2810 { | 2810 { |
| 2811 'target_name': 'chrome_sync_shell_test_apk', |
| 2812 'type': 'none', |
| 2813 'dependencies': [ |
| 2814 'chrome_java', |
| 2815 'chrome_sync_shell_apk_java', |
| 2816 'chrome_java_test_support', |
| 2817 '../base/base.gyp:base', |
| 2818 '../base/base.gyp:base_java_test_support', |
| 2819 '../content/content_shell_and_tests.gyp:content_java_test_support', |
| 2820 ], |
| 2821 'variables': { |
| 2822 'apk_name': 'ChromeSyncShellTest', |
| 2823 'java_in_dir': 'android/sync_shell/javatests', |
| 2824 'additional_src_dirs': [ 'android/shell/javatests', ], |
| 2825 'is_test_apk': 1, |
| 2826 }, |
| 2827 'includes': [ '../build/java_apk.gypi' ], |
| 2828 }, |
| 2829 { |
2811 'target_name': 'chrome_java_test_support', | 2830 'target_name': 'chrome_java_test_support', |
2812 'type': 'none', | 2831 'type': 'none', |
2813 'variables': { | 2832 'variables': { |
2814 'package_name': 'chrome_java_test_support', | 2833 'package_name': 'chrome_java_test_support', |
2815 'java_in_dir': '../chrome/test/android/javatests', | 2834 'java_in_dir': '../chrome/test/android/javatests', |
2816 }, | 2835 }, |
2817 'dependencies': [ | 2836 'dependencies': [ |
2818 'chrome_java', | 2837 'chrome_java', |
2819 '../content/content_shell_and_tests.gyp:content_java_test_support', | 2838 '../content/content_shell_and_tests.gyp:content_java_test_support', |
2820 '../sync/sync.gyp:sync_java', | 2839 '../sync/sync.gyp:sync_java', |
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3016 ['enable_webrtc==1', { | 3035 ['enable_webrtc==1', { |
3017 'dependencies': [ | 3036 'dependencies': [ |
3018 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 3037 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
3019 ] | 3038 ] |
3020 }], | 3039 }], |
3021 ], | 3040 ], |
3022 }] | 3041 }] |
3023 }], | 3042 }], |
3024 ], # 'conditions' | 3043 ], # 'conditions' |
3025 } | 3044 } |
OLD | NEW |