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 2949 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2960 '../sync/sync.gyp:sync_javatests', | 2960 '../sync/sync.gyp:sync_javatests', |
2961 '../testing/android/on_device_instrumentation.gyp:broker_java', | 2961 '../testing/android/on_device_instrumentation.gyp:broker_java', |
2962 '../testing/android/on_device_instrumentation.gyp:require_driver_apk
', | 2962 '../testing/android/on_device_instrumentation.gyp:require_driver_apk
', |
2963 '../ui/android/ui_android.gyp:ui_javatests', | 2963 '../ui/android/ui_android.gyp:ui_javatests', |
2964 ], | 2964 ], |
2965 'variables': { | 2965 'variables': { |
2966 'apk_name': 'ChromeShellTest', | 2966 'apk_name': 'ChromeShellTest', |
2967 'java_in_dir': 'android/shell/javatests', | 2967 'java_in_dir': 'android/shell/javatests', |
2968 'additional_src_dirs': ['android/javatests_shell/src'], | 2968 'additional_src_dirs': ['android/javatests_shell/src'], |
2969 'is_test_apk': 1, | 2969 'is_test_apk': 1, |
| 2970 'test_type': 'instrumentation', |
| 2971 'isolate_file': 'chrome_shell_test_apk.isolate', |
2970 }, | 2972 }, |
2971 'includes': [ '../build/java_apk.gypi' ], | 2973 'includes': [ |
| 2974 '../build/java_apk.gypi', |
| 2975 '../build/android/test_runner.gypi', |
| 2976 ], |
2972 }, | 2977 }, |
2973 { | 2978 { |
2974 # GN: //chrome/android:chrome_junit_tests | 2979 # GN: //chrome/android:chrome_junit_tests |
2975 'target_name': 'chrome_junit_tests', | 2980 'target_name': 'chrome_junit_tests', |
2976 'type': 'none', | 2981 'type': 'none', |
2977 'dependencies': [ | 2982 'dependencies': [ |
2978 'chrome_java', | 2983 'chrome_java', |
2979 '../base/base.gyp:base', | 2984 '../base/base.gyp:base', |
2980 '../base/base.gyp:base_java_test_support', | 2985 '../base/base.gyp:base_java_test_support', |
2981 '../testing/android/junit/junit_test.gyp:junit_test_support', | 2986 '../testing/android/junit/junit_test.gyp:junit_test_support', |
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3034 '../base/base.gyp:base', | 3039 '../base/base.gyp:base', |
3035 '../base/base.gyp:base_java_test_support', | 3040 '../base/base.gyp:base_java_test_support', |
3036 '../content/content_shell_and_tests.gyp:content_java_test_support', | 3041 '../content/content_shell_and_tests.gyp:content_java_test_support', |
3037 '../sync/sync.gyp:test_support_sync_proto_java', | 3042 '../sync/sync.gyp:test_support_sync_proto_java', |
3038 ], | 3043 ], |
3039 'variables': { | 3044 'variables': { |
3040 'apk_name': 'ChromeSyncShellTest', | 3045 'apk_name': 'ChromeSyncShellTest', |
3041 'java_in_dir': 'android/sync_shell/javatests', | 3046 'java_in_dir': 'android/sync_shell/javatests', |
3042 'additional_src_dirs': [ 'android/shell/javatests', ], | 3047 'additional_src_dirs': [ 'android/shell/javatests', ], |
3043 'is_test_apk': 1, | 3048 'is_test_apk': 1, |
| 3049 'test_type': 'instrumentation', |
3044 }, | 3050 }, |
3045 'includes': [ '../build/java_apk.gypi' ], | 3051 'includes': [ |
| 3052 '../build/java_apk.gypi', |
| 3053 '../build/android/test_runner.gypi', |
| 3054 ], |
3046 }, | 3055 }, |
3047 { | 3056 { |
3048 # GN: //chrome/test/android:chrome_java_test_support | 3057 # GN: //chrome/test/android:chrome_java_test_support |
3049 'target_name': 'chrome_java_test_support', | 3058 'target_name': 'chrome_java_test_support', |
3050 'type': 'none', | 3059 'type': 'none', |
3051 'variables': { | 3060 'variables': { |
3052 'java_in_dir': '../chrome/test/android/javatests', | 3061 'java_in_dir': '../chrome/test/android/javatests', |
3053 }, | 3062 }, |
3054 'dependencies': [ | 3063 'dependencies': [ |
3055 'chrome_java', | 3064 'chrome_java', |
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3262 ['enable_webrtc==1', { | 3271 ['enable_webrtc==1', { |
3263 'dependencies': [ | 3272 'dependencies': [ |
3264 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 3273 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
3265 ] | 3274 ] |
3266 }], | 3275 }], |
3267 ], | 3276 ], |
3268 }] | 3277 }] |
3269 }], | 3278 }], |
3270 ], # 'conditions' | 3279 ], # 'conditions' |
3271 } | 3280 } |
OLD | NEW |