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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 1218053003: [Android] Begin switching from lighttpd + apache to EmbeddedTestServer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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 2990 matching lines...) Expand 10 before | Expand all | Expand 10 after
3001 ['OS == "android"', { 3001 ['OS == "android"', {
3002 'targets': [ 3002 'targets': [
3003 { 3003 {
3004 # GN: //chrome/android:chrome_shell_test_apk 3004 # GN: //chrome/android:chrome_shell_test_apk
3005 'target_name': 'chrome_shell_test_apk', 3005 'target_name': 'chrome_shell_test_apk',
3006 'type': 'none', 3006 'type': 'none',
3007 'dependencies': [ 3007 'dependencies': [
3008 'chrome_java', 3008 'chrome_java',
3009 'chrome_shell_apk_java', 3009 'chrome_shell_apk_java',
3010 'chrome_java_test_support', 3010 'chrome_java_test_support',
3011 'libchrome_java_test_support',
3011 '../base/base.gyp:base', 3012 '../base/base.gyp:base',
3012 '../base/base.gyp:base_java_test_support', 3013 '../base/base.gyp:base_java_test_support',
3013 '../content/content_shell_and_tests.gyp:content_java_test_support', 3014 '../content/content_shell_and_tests.gyp:content_java_test_support',
3014 '../testing/android/on_device_instrumentation.gyp:broker_java', 3015 '../testing/android/on_device_instrumentation.gyp:broker_java',
3015 '../testing/android/on_device_instrumentation.gyp:require_driver_apk ', 3016 '../testing/android/on_device_instrumentation.gyp:require_driver_apk ',
3016 ], 3017 ],
3017 'variables': { 3018 'variables': {
3018 'apk_name': 'ChromeShellTest', 3019 'apk_name': 'ChromeShellTest',
3019 'java_in_dir': 'android/shell/javatests', 3020 'java_in_dir': 'android/shell/javatests',
3020 'additional_src_dirs': ['android/javatests_shell/src'], 3021 'additional_src_dirs': ['android/javatests_shell/src'],
3022 'native_lib_target': 'libchrome_java_test_support',
3021 'is_test_apk': 1, 3023 'is_test_apk': 1,
3022 'test_type': 'instrumentation', 3024 'test_type': 'instrumentation',
3023 'isolate_file': 'chrome_shell_test_apk.isolate', 3025 'isolate_file': 'chrome_shell_test_apk.isolate',
3024 }, 3026 },
3025 'includes': [ 3027 'includes': [
3026 '../build/java_apk.gypi', 3028 '../build/java_apk.gypi',
3027 '../build/android/test_runner.gypi', 3029 '../build/android/test_runner.gypi',
3028 ], 3030 ],
3029 }, 3031 },
3030 { 3032 {
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
3082 'includes': [ '../build/uiautomator_test.gypi' ], 3084 'includes': [ '../build/uiautomator_test.gypi' ],
3083 }, 3085 },
3084 { 3086 {
3085 # GN: //chrome/android:chrome_sync_shell_test_apk 3087 # GN: //chrome/android:chrome_sync_shell_test_apk
3086 'target_name': 'chrome_sync_shell_test_apk', 3088 'target_name': 'chrome_sync_shell_test_apk',
3087 'type': 'none', 3089 'type': 'none',
3088 'dependencies': [ 3090 'dependencies': [
3089 'chrome_java', 3091 'chrome_java',
3090 'chrome_sync_shell_apk_java', 3092 'chrome_sync_shell_apk_java',
3091 'chrome_java_test_support', 3093 'chrome_java_test_support',
3094 'libchrome_java_test_support',
3092 '../base/base.gyp:base', 3095 '../base/base.gyp:base',
3093 '../base/base.gyp:base_java_test_support', 3096 '../base/base.gyp:base_java_test_support',
3094 '../content/content_shell_and_tests.gyp:content_java_test_support', 3097 '../content/content_shell_and_tests.gyp:content_java_test_support',
3095 '../sync/sync.gyp:test_support_sync_proto_java', 3098 '../sync/sync.gyp:test_support_sync_proto_java',
3096 ], 3099 ],
3097 'variables': { 3100 'variables': {
3098 'apk_name': 'ChromeSyncShellTest', 3101 'apk_name': 'ChromeSyncShellTest',
3099 'java_in_dir': 'android/sync_shell/javatests', 3102 'java_in_dir': 'android/sync_shell/javatests',
3100 'additional_src_dirs': [ 'android/shell/javatests', ], 3103 'additional_src_dirs': [ 'android/shell/javatests', ],
3104 'native_lib_target': 'libchrome_java_test_support',
3101 'is_test_apk': 1, 3105 'is_test_apk': 1,
3102 'test_type': 'instrumentation', 3106 'test_type': 'instrumentation',
3103 }, 3107 },
3104 'includes': [ 3108 'includes': [
3105 '../build/java_apk.gypi', 3109 '../build/java_apk.gypi',
3106 '../build/android/test_runner.gypi', 3110 '../build/android/test_runner.gypi',
3107 ], 3111 ],
3108 }, 3112 },
3109 { 3113 {
3114 'target_name': 'libchrome_java_test_support',
3115 'type': 'shared_library',
3116 'dependencies': [
3117 '../base/base.gyp:base',
3118 '../net/net.gyp:net_test_support',
3119 ],
3120 'sources': [
3121 'browser/android/chrome_test_entry_point.cc',
3122 ],
3123 },
3124 {
3110 # GN: //chrome/test/android:chrome_java_test_support 3125 # GN: //chrome/test/android:chrome_java_test_support
3111 'target_name': 'chrome_java_test_support', 3126 'target_name': 'chrome_java_test_support',
3112 'type': 'none', 3127 'type': 'none',
3113 'variables': { 3128 'variables': {
3114 'java_in_dir': '../chrome/test/android/javatests', 3129 'java_in_dir': '../chrome/test/android/javatests',
3115 }, 3130 },
3116 'dependencies': [ 3131 'dependencies': [
3117 'chrome_java', 3132 'chrome_java',
3118 '../base/base.gyp:base_java', 3133 '../base/base.gyp:base_java',
3119 '../base/base.gyp:base_java_test_support', 3134 '../base/base.gyp:base_java_test_support',
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
3360 'utility', 3375 'utility',
3361 ], 3376 ],
3362 'sources': [ 3377 'sources': [
3363 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3378 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3364 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3379 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3365 ], 3380 ],
3366 }] 3381 }]
3367 }], 3382 }],
3368 ], # 'conditions' 3383 ], # 'conditions'
3369 } 3384 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698