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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 189133005: Rename chromium_testshell target to chrome_shell_apk. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_android.gypi ('k') | chrome/test/chromedriver/chrome/device_manager.cc » ('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 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 2956 matching lines...) Expand 10 before | Expand all | Expand 10 after
2967 'test/security_tests/security_tests.cc', 2967 'test/security_tests/security_tests.cc',
2968 '../sandbox/win/tests/validation_tests/commands.cc', 2968 '../sandbox/win/tests/validation_tests/commands.cc',
2969 '../sandbox/win/tests/validation_tests/commands.h', 2969 '../sandbox/win/tests/validation_tests/commands.h',
2970 ], 2970 ],
2971 }, 2971 },
2972 ]}, # 'targets' 2972 ]}, # 'targets'
2973 ], # OS=="win" 2973 ], # OS=="win"
2974 ['OS == "android"', { 2974 ['OS == "android"', {
2975 'targets': [ 2975 'targets': [
2976 { 2976 {
2977 'target_name': 'chromium_testshell_test_apk', 2977 'target_name': 'chrome_shell_test_apk',
2978 'type': 'none', 2978 'type': 'none',
2979 'dependencies': [ 2979 'dependencies': [
2980 'chrome_java', 2980 'chrome_java',
2981 'chromium_testshell_java', 2981 'chrome_shell_apk_java',
2982 'chrome_java_test_support', 2982 'chrome_java_test_support',
2983 '../base/base.gyp:base', 2983 '../base/base.gyp:base',
2984 '../base/base.gyp:base_java_test_support', 2984 '../base/base.gyp:base_java_test_support',
2985 '../content/content_shell_and_tests.gyp:content_java_test_support', 2985 '../content/content_shell_and_tests.gyp:content_java_test_support',
2986 '../sync/sync.gyp:sync_javatests', 2986 '../sync/sync.gyp:sync_javatests',
2987 ], 2987 ],
2988 'variables': { 2988 'variables': {
2989 'apk_name': 'ChromiumTestShellTest', 2989 'apk_name': 'ChromeShellTest',
2990 'java_in_dir': 'android/shell/javatests', 2990 'java_in_dir': 'android/shell/javatests',
2991 'resource_dir': 'android/shell/res', 2991 'resource_dir': 'android/shell/res',
2992 'additional_src_dirs': ['android/javatests/src'], 2992 'additional_src_dirs': ['android/javatests/src'],
2993 'is_test_apk': 1, 2993 'is_test_apk': 1,
2994 }, 2994 },
2995 'includes': [ '../build/java_apk.gypi' ], 2995 'includes': [ '../build/java_apk.gypi' ],
2996 }, 2996 },
2997 { 2997 {
2998 'target_name': 'chromedriver_webview_shell_apk', 2998 'target_name': 'chromedriver_webview_shell_apk',
2999 'type': 'none', 2999 'type': 'none',
3000 'variables': { 3000 'variables': {
3001 'apk_name': 'ChromeDriverWebViewShell', 3001 'apk_name': 'ChromeDriverWebViewShell',
3002 'java_in_dir': 'test/chromedriver/test/webview_shell/java', 3002 'java_in_dir': 'test/chromedriver/test/webview_shell/java',
3003 'resource_dir': 'test/chromedriver/test/webview_shell/java/res', 3003 'resource_dir': 'test/chromedriver/test/webview_shell/java/res',
3004 }, 3004 },
3005 'includes': [ '../build/java_apk.gypi' ], 3005 'includes': [ '../build/java_apk.gypi' ],
3006 }, 3006 },
3007 { 3007 {
3008 'target_name': 'chromium_testshell_uiautomator_tests_java', 3008 'target_name': 'chrome_shell_uiautomator_tests_java',
3009 'type': 'none', 3009 'type': 'none',
3010 'variables': { 3010 'variables': {
3011 'java_in_dir': 'android/uiautomator_tests', 3011 'java_in_dir': 'android/uiautomator_tests',
3012 }, 3012 },
3013 'dependencies': [ 3013 'dependencies': [
3014 '../base/base.gyp:base_java_test_support', 3014 '../base/base.gyp:base_java_test_support',
3015 '../third_party/android_tools/android_tools.gyp:uiautomator_jar', 3015 '../third_party/android_tools/android_tools.gyp:uiautomator_jar',
3016 ], 3016 ],
3017 'includes': [ '../build/java.gypi' ], 3017 'includes': [ '../build/java.gypi' ],
3018 }, 3018 },
3019 { 3019 {
3020 'target_name': 'chromium_testshell_uiautomator_tests', 3020 'target_name': 'chrome_shell_uiautomator_tests',
3021 'type': 'none', 3021 'type': 'none',
3022 'dependencies': [ 3022 'dependencies': [
3023 'chromium_testshell_uiautomator_tests_java', 3023 'chrome_shell_uiautomator_tests_java',
3024 ], 3024 ],
3025 'includes': [ '../build/uiautomator_test.gypi' ], 3025 'includes': [ '../build/uiautomator_test.gypi' ],
3026 }, 3026 },
3027 { 3027 {
3028 'target_name': 'chrome_java_test_support', 3028 'target_name': 'chrome_java_test_support',
3029 'type': 'none', 3029 'type': 'none',
3030 'variables': { 3030 'variables': {
3031 'package_name': 'chrome_java_test_support', 3031 'package_name': 'chrome_java_test_support',
3032 'java_in_dir': '../chrome/test/android/javatests', 3032 'java_in_dir': '../chrome/test/android/javatests',
3033 }, 3033 },
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
3220 'utility', 3220 'utility',
3221 ], 3221 ],
3222 'sources': [ 3222 'sources': [
3223 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3223 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3224 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3224 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3225 ], 3225 ],
3226 }] 3226 }]
3227 }], 3227 }],
3228 ], # 'conditions' 3228 ], # 'conditions'
3229 } 3229 }
OLDNEW
« no previous file with comments | « chrome/chrome_android.gypi ('k') | chrome/test/chromedriver/chrome/device_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698