Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(355)

Side by Side Diff: chrome/chrome_tests.gypi

Issue 1120883002: [Android] Generate scripts at build time to run android tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 2943 matching lines...) Expand 10 before | Expand all | Expand 10 after
2954 '../sync/sync.gyp:sync_javatests', 2954 '../sync/sync.gyp:sync_javatests',
2955 '../testing/android/on_device_instrumentation.gyp:broker_java', 2955 '../testing/android/on_device_instrumentation.gyp:broker_java',
2956 '../testing/android/on_device_instrumentation.gyp:require_driver_apk ', 2956 '../testing/android/on_device_instrumentation.gyp:require_driver_apk ',
2957 '../ui/android/ui_android.gyp:ui_javatests', 2957 '../ui/android/ui_android.gyp:ui_javatests',
2958 ], 2958 ],
2959 'variables': { 2959 'variables': {
2960 'apk_name': 'ChromeShellTest', 2960 'apk_name': 'ChromeShellTest',
2961 'java_in_dir': 'android/shell/javatests', 2961 'java_in_dir': 'android/shell/javatests',
2962 'additional_src_dirs': ['android/javatests_shell/src'], 2962 'additional_src_dirs': ['android/javatests_shell/src'],
2963 'is_test_apk': 1, 2963 'is_test_apk': 1,
2964 'test_type': 'instrumentation',
2965 'isolate_file': 'chrome_shell_test_apk.isolate',
2964 }, 2966 },
2965 'includes': [ '../build/java_apk.gypi' ], 2967 'includes': [
2968 '../build/java_apk.gypi',
2969 '../build/android/test_runner.gypi',
2970 ],
2966 }, 2971 },
2967 { 2972 {
2968 # GN: //chrome/android:chrome_junit_tests 2973 # GN: //chrome/android:chrome_junit_tests
2969 'target_name': 'chrome_junit_tests', 2974 'target_name': 'chrome_junit_tests',
2970 'type': 'none', 2975 'type': 'none',
2971 'dependencies': [ 2976 'dependencies': [
2972 'chrome_java', 2977 'chrome_java',
2973 '../base/base.gyp:base', 2978 '../base/base.gyp:base',
2974 '../base/base.gyp:base_java_test_support', 2979 '../base/base.gyp:base_java_test_support',
2975 '../testing/android/junit/junit_test.gyp:junit_test_support', 2980 '../testing/android/junit/junit_test.gyp:junit_test_support',
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
3028 '../base/base.gyp:base', 3033 '../base/base.gyp:base',
3029 '../base/base.gyp:base_java_test_support', 3034 '../base/base.gyp:base_java_test_support',
3030 '../content/content_shell_and_tests.gyp:content_java_test_support', 3035 '../content/content_shell_and_tests.gyp:content_java_test_support',
3031 '../sync/sync.gyp:test_support_sync_proto_java', 3036 '../sync/sync.gyp:test_support_sync_proto_java',
3032 ], 3037 ],
3033 'variables': { 3038 'variables': {
3034 'apk_name': 'ChromeSyncShellTest', 3039 'apk_name': 'ChromeSyncShellTest',
3035 'java_in_dir': 'android/sync_shell/javatests', 3040 'java_in_dir': 'android/sync_shell/javatests',
3036 'additional_src_dirs': [ 'android/shell/javatests', ], 3041 'additional_src_dirs': [ 'android/shell/javatests', ],
3037 'is_test_apk': 1, 3042 'is_test_apk': 1,
3043 'test_type': 'instrumentation',
3038 }, 3044 },
3039 'includes': [ '../build/java_apk.gypi' ], 3045 'includes': [
3046 '../build/java_apk.gypi',
3047 '../build/android/test_runner.gypi',
3048 ],
3040 }, 3049 },
3041 { 3050 {
3042 # GN: //chrome/test/android:chrome_java_test_support 3051 # GN: //chrome/test/android:chrome_java_test_support
3043 'target_name': 'chrome_java_test_support', 3052 'target_name': 'chrome_java_test_support',
3044 'type': 'none', 3053 'type': 'none',
3045 'variables': { 3054 'variables': {
3046 'java_in_dir': '../chrome/test/android/javatests', 3055 'java_in_dir': '../chrome/test/android/javatests',
3047 }, 3056 },
3048 'dependencies': [ 3057 'dependencies': [
3049 'chrome_java', 3058 'chrome_java',
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
3256 ['enable_webrtc==1', { 3265 ['enable_webrtc==1', {
3257 'dependencies': [ 3266 'dependencies': [
3258 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' 3267 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc'
3259 ] 3268 ]
3260 }], 3269 }],
3261 ], 3270 ],
3262 }] 3271 }]
3263 }], 3272 }],
3264 ], # 'conditions' 3273 ], # 'conditions'
3265 } 3274 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698