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

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: Renamed datadeps to data_deps to reflect recent change. Created 5 years, 6 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
« no previous file with comments | « chrome/android/BUILD.gn ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2956 matching lines...) Expand 10 before | Expand all | Expand 10 after
2967 '../sync/sync.gyp:sync_javatests', 2967 '../sync/sync.gyp:sync_javatests',
2968 '../testing/android/on_device_instrumentation.gyp:broker_java', 2968 '../testing/android/on_device_instrumentation.gyp:broker_java',
2969 '../testing/android/on_device_instrumentation.gyp:require_driver_apk ', 2969 '../testing/android/on_device_instrumentation.gyp:require_driver_apk ',
2970 '../ui/android/ui_android.gyp:ui_javatests', 2970 '../ui/android/ui_android.gyp:ui_javatests',
2971 ], 2971 ],
2972 'variables': { 2972 'variables': {
2973 'apk_name': 'ChromeShellTest', 2973 'apk_name': 'ChromeShellTest',
2974 'java_in_dir': 'android/shell/javatests', 2974 'java_in_dir': 'android/shell/javatests',
2975 'additional_src_dirs': ['android/javatests_shell/src'], 2975 'additional_src_dirs': ['android/javatests_shell/src'],
2976 'is_test_apk': 1, 2976 'is_test_apk': 1,
2977 'test_type': 'instrumentation',
2978 'isolate_file': 'chrome_shell_test_apk.isolate',
2977 }, 2979 },
2978 'includes': [ '../build/java_apk.gypi' ], 2980 'includes': [
2981 '../build/java_apk.gypi',
2982 '../build/android/test_runner.gypi',
2983 ],
2979 }, 2984 },
2980 { 2985 {
2981 # GN: //chrome/android:chrome_junit_tests 2986 # GN: //chrome/android:chrome_junit_tests
2982 'target_name': 'chrome_junit_tests', 2987 'target_name': 'chrome_junit_tests',
2983 'type': 'none', 2988 'type': 'none',
2984 'dependencies': [ 2989 'dependencies': [
2985 'chrome_java', 2990 'chrome_java',
2986 '../base/base.gyp:base', 2991 '../base/base.gyp:base',
2987 '../base/base.gyp:base_java_test_support', 2992 '../base/base.gyp:base_java_test_support',
2988 '../testing/android/junit/junit_test.gyp:junit_test_support', 2993 '../testing/android/junit/junit_test.gyp:junit_test_support',
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
3041 '../base/base.gyp:base', 3046 '../base/base.gyp:base',
3042 '../base/base.gyp:base_java_test_support', 3047 '../base/base.gyp:base_java_test_support',
3043 '../content/content_shell_and_tests.gyp:content_java_test_support', 3048 '../content/content_shell_and_tests.gyp:content_java_test_support',
3044 '../sync/sync.gyp:test_support_sync_proto_java', 3049 '../sync/sync.gyp:test_support_sync_proto_java',
3045 ], 3050 ],
3046 'variables': { 3051 'variables': {
3047 'apk_name': 'ChromeSyncShellTest', 3052 'apk_name': 'ChromeSyncShellTest',
3048 'java_in_dir': 'android/sync_shell/javatests', 3053 'java_in_dir': 'android/sync_shell/javatests',
3049 'additional_src_dirs': [ 'android/shell/javatests', ], 3054 'additional_src_dirs': [ 'android/shell/javatests', ],
3050 'is_test_apk': 1, 3055 'is_test_apk': 1,
3056 'test_type': 'instrumentation',
3051 }, 3057 },
3052 'includes': [ '../build/java_apk.gypi' ], 3058 'includes': [
3059 '../build/java_apk.gypi',
3060 '../build/android/test_runner.gypi',
3061 ],
3053 }, 3062 },
3054 { 3063 {
3055 # GN: //chrome/test/android:chrome_java_test_support 3064 # GN: //chrome/test/android:chrome_java_test_support
3056 'target_name': 'chrome_java_test_support', 3065 'target_name': 'chrome_java_test_support',
3057 'type': 'none', 3066 'type': 'none',
3058 'variables': { 3067 'variables': {
3059 'java_in_dir': '../chrome/test/android/javatests', 3068 'java_in_dir': '../chrome/test/android/javatests',
3060 }, 3069 },
3061 'dependencies': [ 3070 'dependencies': [
3062 'chrome_java', 3071 'chrome_java',
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
3269 ['enable_webrtc==1', { 3278 ['enable_webrtc==1', {
3270 'dependencies': [ 3279 'dependencies': [
3271 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' 3280 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc'
3272 ] 3281 ]
3273 }], 3282 }],
3274 ], 3283 ],
3275 }] 3284 }]
3276 }], 3285 }],
3277 ], # 'conditions' 3286 ], # 'conditions'
3278 } 3287 }
OLDNEW
« no previous file with comments | « chrome/android/BUILD.gn ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698