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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 184493006: Rename to ChromiumTestShell package from testshell to shell (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 '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 3001 matching lines...) Expand 10 before | Expand all | Expand 10 after
3012 'chromium_testshell_java', 3012 'chromium_testshell_java',
3013 'chrome_java_test_support', 3013 'chrome_java_test_support',
3014 '../base/base.gyp:base', 3014 '../base/base.gyp:base',
3015 '../base/base.gyp:base_java_test_support', 3015 '../base/base.gyp:base_java_test_support',
3016 '../content/content_shell_and_tests.gyp:content_java_test_support', 3016 '../content/content_shell_and_tests.gyp:content_java_test_support',
3017 '../sync/sync.gyp:sync_javatests', 3017 '../sync/sync.gyp:sync_javatests',
3018 ], 3018 ],
3019 'variables': { 3019 'variables': {
3020 'apk_name': 'ChromiumTestShellTest', 3020 'apk_name': 'ChromiumTestShellTest',
3021 'java_in_dir': 'android/testshell/javatests', 3021 'java_in_dir': 'android/testshell/javatests',
3022 'resource_dir': 'android/testshell/res', 3022 'resource_dir': 'android/shell/res',
3023 'additional_src_dirs': ['android/javatests/src'], 3023 'additional_src_dirs': ['android/javatests/src'],
3024 'is_test_apk': 1, 3024 'is_test_apk': 1,
3025 }, 3025 },
3026 'includes': [ '../build/java_apk.gypi' ], 3026 'includes': [ '../build/java_apk.gypi' ],
3027 }, 3027 },
3028 { 3028 {
3029 'target_name': 'chromedriver_webview_shell_apk', 3029 'target_name': 'chromedriver_webview_shell_apk',
3030 'type': 'none', 3030 'type': 'none',
3031 'variables': { 3031 'variables': {
3032 'apk_name': 'ChromeDriverWebViewShell', 3032 'apk_name': 'ChromeDriverWebViewShell',
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
3250 'utility', 3250 'utility',
3251 ], 3251 ],
3252 'sources': [ 3252 'sources': [
3253 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3253 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3254 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3254 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3255 ], 3255 ],
3256 }] 3256 }]
3257 }], 3257 }],
3258 ], # 'conditions' 3258 ], # 'conditions'
3259 } 3259 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698