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 2812 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2823 }, | 2823 }, |
2824 { | 2824 { |
2825 'target_name': 'chrome_shell_uiautomator_tests', | 2825 'target_name': 'chrome_shell_uiautomator_tests', |
2826 'type': 'none', | 2826 'type': 'none', |
2827 'dependencies': [ | 2827 'dependencies': [ |
2828 'chrome_shell_uiautomator_tests_java', | 2828 'chrome_shell_uiautomator_tests_java', |
2829 ], | 2829 ], |
2830 'includes': [ '../build/uiautomator_test.gypi' ], | 2830 'includes': [ '../build/uiautomator_test.gypi' ], |
2831 }, | 2831 }, |
2832 { | 2832 { |
| 2833 'target_name': 'chrome_sync_shell_test_apk', |
| 2834 'type': 'none', |
| 2835 'dependencies': [ |
| 2836 'chrome_java', |
| 2837 'chrome_sync_shell_apk_java', |
| 2838 'chrome_java_test_support', |
| 2839 '../base/base.gyp:base', |
| 2840 '../base/base.gyp:base_java_test_support', |
| 2841 '../content/content_shell_and_tests.gyp:content_java_test_support', |
| 2842 ], |
| 2843 'variables': { |
| 2844 'apk_name': 'ChromeSyncShellTest', |
| 2845 'java_in_dir': 'android/sync_shell/javatests', |
| 2846 'additional_src_dirs': [ 'android/shell/javatests', ], |
| 2847 'is_test_apk': 1, |
| 2848 }, |
| 2849 'includes': [ '../build/java_apk.gypi' ], |
| 2850 }, |
| 2851 { |
2833 'target_name': 'chrome_java_test_support', | 2852 'target_name': 'chrome_java_test_support', |
2834 'type': 'none', | 2853 'type': 'none', |
2835 'variables': { | 2854 'variables': { |
2836 'package_name': 'chrome_java_test_support', | 2855 'package_name': 'chrome_java_test_support', |
2837 'java_in_dir': '../chrome/test/android/javatests', | 2856 'java_in_dir': '../chrome/test/android/javatests', |
2838 }, | 2857 }, |
2839 'dependencies': [ | 2858 'dependencies': [ |
2840 'chrome_java', | 2859 'chrome_java', |
2841 '../content/content_shell_and_tests.gyp:content_java_test_support', | 2860 '../content/content_shell_and_tests.gyp:content_java_test_support', |
2842 '../sync/sync.gyp:sync_java', | 2861 '../sync/sync.gyp:sync_java', |
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3031 ['enable_webrtc==1', { | 3050 ['enable_webrtc==1', { |
3032 'dependencies': [ | 3051 'dependencies': [ |
3033 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 3052 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
3034 ] | 3053 ] |
3035 }], | 3054 }], |
3036 ], | 3055 ], |
3037 }] | 3056 }] |
3038 }], | 3057 }], |
3039 ], # 'conditions' | 3058 ], # 'conditions' |
3040 } | 3059 } |
OLD | NEW |