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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 63373003: [chromedriver] Add a WebView shell app for testing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Don't run the test just yet Created 7 years, 1 month 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 | « build/android/pylib/constants.py ('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 'chromedriver_unittest_sources': [ 6 'chromedriver_unittest_sources': [
7 'test/chromedriver/capabilities_unittest.cc', 7 'test/chromedriver/capabilities_unittest.cc',
8 'test/chromedriver/chrome/chrome_finder_unittest.cc', 8 'test/chromedriver/chrome/chrome_finder_unittest.cc',
9 'test/chromedriver/chrome/console_logger_unittest.cc', 9 'test/chromedriver/chrome/console_logger_unittest.cc',
10 'test/chromedriver/chrome/device_manager_unittest.cc', 10 'test/chromedriver/chrome/device_manager_unittest.cc',
(...skipping 3081 matching lines...) Expand 10 before | Expand all | Expand 10 after
3092 'variables': { 3092 'variables': {
3093 'apk_name': 'ChromiumTestShellTest', 3093 'apk_name': 'ChromiumTestShellTest',
3094 'java_in_dir': 'android/testshell/javatests', 3094 'java_in_dir': 'android/testshell/javatests',
3095 'resource_dir': 'android/testshell/res', 3095 'resource_dir': 'android/testshell/res',
3096 'additional_src_dirs': ['android/javatests/src'], 3096 'additional_src_dirs': ['android/javatests/src'],
3097 'is_test_apk': 1, 3097 'is_test_apk': 1,
3098 }, 3098 },
3099 'includes': [ '../build/java_apk.gypi' ], 3099 'includes': [ '../build/java_apk.gypi' ],
3100 }, 3100 },
3101 { 3101 {
3102 'target_name': 'chromedriver_webview_shell_apk',
3103 'type': 'none',
3104 'variables': {
3105 'apk_name': 'ChromeDriverWebViewShell',
3106 'java_in_dir': 'test/chromedriver/test/webview_shell/java',
3107 'resource_dir': 'test/chromedriver/test/webview_shell/java/res',
3108 },
3109 'includes': [ '../build/java_apk.gypi' ],
3110 },
3111 {
3102 'target_name': 'chromium_testshell_uiautomator_tests_java', 3112 'target_name': 'chromium_testshell_uiautomator_tests_java',
3103 'type': 'none', 3113 'type': 'none',
3104 'variables': { 3114 'variables': {
3105 'java_in_dir': 'android/uiautomator_tests', 3115 'java_in_dir': 'android/uiautomator_tests',
3106 }, 3116 },
3107 'dependencies': [ 3117 'dependencies': [
3108 '../base/base.gyp:base_java_test_support', 3118 '../base/base.gyp:base_java_test_support',
3109 '../third_party/android_tools/android_tools.gyp:uiautomator_jar', 3119 '../third_party/android_tools/android_tools.gyp:uiautomator_jar',
3110 ], 3120 ],
3111 'includes': [ '../build/java.gypi' ], 3121 'includes': [ '../build/java.gypi' ],
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
3227 'utility', 3237 'utility',
3228 ], 3238 ],
3229 'sources': [ 3239 'sources': [
3230 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3240 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3231 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3241 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3232 ], 3242 ],
3233 }] 3243 }]
3234 }], 3244 }],
3235 ], # 'conditions' 3245 ], # 'conditions'
3236 } 3246 }
OLDNEW
« no previous file with comments | « build/android/pylib/constants.py ('k') | chrome/test/chromedriver/chrome/device_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698