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 'variables': { | 5 'variables': { |
6 'chrome_browser_extensions_test_support_sources': [ | 6 'chrome_browser_extensions_test_support_sources': [ |
7 # A list of sources which is shared between different browser tests. | 7 # A list of sources which is shared between different browser tests. |
8 'browser/apps/app_browsertest_util.cc', | 8 'browser/apps/app_browsertest_util.cc', |
9 'browser/apps/app_browsertest_util.h', | 9 'browser/apps/app_browsertest_util.h', |
10 'browser/extensions/browsertest_util.cc', | 10 'browser/extensions/browsertest_util.cc', |
(...skipping 2908 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2919 ], | 2919 ], |
2920 'variables': { | 2920 'variables': { |
2921 'apk_name': 'ChromeShellTest', | 2921 'apk_name': 'ChromeShellTest', |
2922 'java_in_dir': 'android/shell/javatests', | 2922 'java_in_dir': 'android/shell/javatests', |
2923 'additional_src_dirs': ['android/javatests/src'], | 2923 'additional_src_dirs': ['android/javatests/src'], |
2924 'is_test_apk': 1, | 2924 'is_test_apk': 1, |
2925 }, | 2925 }, |
2926 'includes': [ '../build/java_apk.gypi' ], | 2926 'includes': [ '../build/java_apk.gypi' ], |
2927 }, | 2927 }, |
2928 { | 2928 { |
| 2929 # GN: //chrome/android:chrome_shell_unit_tests |
| 2930 'target_name': 'chrome_shell_unit_tests', |
| 2931 'type': 'none', |
| 2932 'dependencies': [ |
| 2933 'chrome_java', |
| 2934 '../base/base.gyp:base', |
| 2935 '../base/base.gyp:base_java_test_support', |
| 2936 '../testing/android/junit/junit_test.gyp:junit_test_support', |
| 2937 ], |
| 2938 'variables': { |
| 2939 'main_class': 'org.chromium.testing.local.JunitTestMain', |
| 2940 'src_paths': [ |
| 2941 'android/junit/', |
| 2942 ], |
| 2943 }, |
| 2944 'includes': [ |
| 2945 '../build/host_jar.gypi', |
| 2946 ], |
| 2947 }, |
| 2948 { |
2929 # GN: //chrome/test/chromedriver/test/webview_shell:chromedriver_webvi
ew_shell_apk | 2949 # GN: //chrome/test/chromedriver/test/webview_shell:chromedriver_webvi
ew_shell_apk |
2930 'target_name': 'chromedriver_webview_shell_apk', | 2950 'target_name': 'chromedriver_webview_shell_apk', |
2931 'type': 'none', | 2951 'type': 'none', |
2932 'variables': { | 2952 'variables': { |
2933 'apk_name': 'ChromeDriverWebViewShell', | 2953 'apk_name': 'ChromeDriverWebViewShell', |
2934 'java_in_dir': 'test/chromedriver/test/webview_shell/java', | 2954 'java_in_dir': 'test/chromedriver/test/webview_shell/java', |
2935 'resource_dir': 'test/chromedriver/test/webview_shell/java/res', | 2955 'resource_dir': 'test/chromedriver/test/webview_shell/java/res', |
2936 }, | 2956 }, |
2937 'includes': [ '../build/java_apk.gypi' ], | 2957 'includes': [ '../build/java_apk.gypi' ], |
2938 }, | 2958 }, |
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3177 ['enable_webrtc==1', { | 3197 ['enable_webrtc==1', { |
3178 'dependencies': [ | 3198 'dependencies': [ |
3179 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 3199 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
3180 ] | 3200 ] |
3181 }], | 3201 }], |
3182 ], | 3202 ], |
3183 }] | 3203 }] |
3184 }], | 3204 }], |
3185 ], # 'conditions' | 3205 ], # 'conditions' |
3186 } | 3206 } |
OLD | NEW |