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

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: Add missing import 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
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 2950 matching lines...) Expand 10 before | Expand all | Expand 10 after
2961 'test/security_tests/security_tests.cc', 2961 'test/security_tests/security_tests.cc',
2962 '../sandbox/win/tests/validation_tests/commands.cc', 2962 '../sandbox/win/tests/validation_tests/commands.cc',
2963 '../sandbox/win/tests/validation_tests/commands.h', 2963 '../sandbox/win/tests/validation_tests/commands.h',
2964 ], 2964 ],
2965 }, 2965 },
2966 ]}, # 'targets' 2966 ]}, # 'targets'
2967 ], # OS=="win" 2967 ], # OS=="win"
2968 ['OS == "android"', { 2968 ['OS == "android"', {
2969 'targets': [ 2969 'targets': [
2970 { 2970 {
2971 'target_name': 'chromium_testshell_test_apk', 2971 'target_name': 'chrome_shell_test_apk',
2972 'type': 'none', 2972 'type': 'none',
2973 'dependencies': [ 2973 'dependencies': [
2974 'chrome_java', 2974 'chrome_java',
2975 'chromium_testshell_java', 2975 'chrome_shell_java',
2976 'chrome_java_test_support', 2976 'chrome_java_test_support',
2977 '../base/base.gyp:base', 2977 '../base/base.gyp:base',
2978 '../base/base.gyp:base_java_test_support', 2978 '../base/base.gyp:base_java_test_support',
2979 '../content/content_shell_and_tests.gyp:content_java_test_support', 2979 '../content/content_shell_and_tests.gyp:content_java_test_support',
2980 '../sync/sync.gyp:sync_javatests', 2980 '../sync/sync.gyp:sync_javatests',
2981 ], 2981 ],
2982 'variables': { 2982 'variables': {
2983 'apk_name': 'ChromiumTestShellTest', 2983 'apk_name': 'ChromeShellTest',
2984 'java_in_dir': 'android/shell/javatests', 2984 'java_in_dir': 'android/shell/javatests',
2985 'resource_dir': 'android/shell/res', 2985 'resource_dir': 'android/shell/res',
2986 'additional_src_dirs': ['android/javatests/src'], 2986 'additional_src_dirs': ['android/javatests/src'],
2987 'is_test_apk': 1, 2987 'is_test_apk': 1,
2988 }, 2988 },
2989 'includes': [ '../build/java_apk.gypi' ], 2989 'includes': [ '../build/java_apk.gypi' ],
2990 }, 2990 },
2991 { 2991 {
2992 'target_name': 'chromedriver_webview_shell_apk', 2992 'target_name': 'chromedriver_webview_shell_apk',
2993 'type': 'none', 2993 'type': 'none',
2994 'variables': { 2994 'variables': {
2995 'apk_name': 'ChromeDriverWebViewShell', 2995 'apk_name': 'ChromeDriverWebViewShell',
2996 'java_in_dir': 'test/chromedriver/test/webview_shell/java', 2996 'java_in_dir': 'test/chromedriver/test/webview_shell/java',
2997 'resource_dir': 'test/chromedriver/test/webview_shell/java/res', 2997 'resource_dir': 'test/chromedriver/test/webview_shell/java/res',
2998 }, 2998 },
2999 'includes': [ '../build/java_apk.gypi' ], 2999 'includes': [ '../build/java_apk.gypi' ],
3000 }, 3000 },
3001 { 3001 {
3002 'target_name': 'chromium_testshell_uiautomator_tests_java', 3002 'target_name': 'chrome_shell_uiautomator_tests_java',
3003 'type': 'none', 3003 'type': 'none',
3004 'variables': { 3004 'variables': {
3005 'java_in_dir': 'android/uiautomator_tests', 3005 'java_in_dir': 'android/uiautomator_tests',
3006 }, 3006 },
3007 'dependencies': [ 3007 'dependencies': [
3008 '../base/base.gyp:base_java_test_support', 3008 '../base/base.gyp:base_java_test_support',
3009 '../third_party/android_tools/android_tools.gyp:uiautomator_jar', 3009 '../third_party/android_tools/android_tools.gyp:uiautomator_jar',
3010 ], 3010 ],
3011 'includes': [ '../build/java.gypi' ], 3011 'includes': [ '../build/java.gypi' ],
3012 }, 3012 },
3013 { 3013 {
3014 'target_name': 'chromium_testshell_uiautomator_tests', 3014 'target_name': 'chrome_shell_uiautomator_tests',
3015 'type': 'none', 3015 'type': 'none',
3016 'dependencies': [ 3016 'dependencies': [
3017 'chromium_testshell_uiautomator_tests_java', 3017 'chrome_shell_uiautomator_tests_java',
3018 ], 3018 ],
3019 'includes': [ '../build/uiautomator_test.gypi' ], 3019 'includes': [ '../build/uiautomator_test.gypi' ],
3020 }, 3020 },
3021 { 3021 {
3022 'target_name': 'chrome_java_test_support', 3022 'target_name': 'chrome_java_test_support',
3023 'type': 'none', 3023 'type': 'none',
3024 'variables': { 3024 'variables': {
3025 'package_name': 'chrome_java_test_support', 3025 'package_name': 'chrome_java_test_support',
3026 'java_in_dir': '../chrome/test/android/javatests', 3026 'java_in_dir': '../chrome/test/android/javatests',
3027 }, 3027 },
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
3213 'utility', 3213 'utility',
3214 ], 3214 ],
3215 'sources': [ 3215 'sources': [
3216 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3216 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3217 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3217 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3218 ], 3218 ],
3219 }] 3219 }]
3220 }], 3220 }],
3221 ], # 'conditions' 3221 ], # 'conditions'
3222 } 3222 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698