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

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: Fix py lint 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 2954 matching lines...) Expand 10 before | Expand all | Expand 10 after
2965 'chromium_testshell_java', 2965 'chromium_testshell_java',
2966 'chrome_java_test_support', 2966 'chrome_java_test_support',
2967 '../base/base.gyp:base', 2967 '../base/base.gyp:base',
2968 '../base/base.gyp:base_java_test_support', 2968 '../base/base.gyp:base_java_test_support',
2969 '../content/content_shell_and_tests.gyp:content_java_test_support', 2969 '../content/content_shell_and_tests.gyp:content_java_test_support',
2970 '../sync/sync.gyp:sync_javatests', 2970 '../sync/sync.gyp:sync_javatests',
2971 ], 2971 ],
2972 'variables': { 2972 'variables': {
2973 'apk_name': 'ChromiumTestShellTest', 2973 'apk_name': 'ChromiumTestShellTest',
2974 'java_in_dir': 'android/testshell/javatests', 2974 'java_in_dir': 'android/testshell/javatests',
2975 'resource_dir': 'android/testshell/res', 2975 'resource_dir': 'android/shell/res',
2976 'additional_src_dirs': ['android/javatests/src'], 2976 'additional_src_dirs': ['android/javatests/src'],
2977 'is_test_apk': 1, 2977 'is_test_apk': 1,
2978 }, 2978 },
2979 'includes': [ '../build/java_apk.gypi' ], 2979 'includes': [ '../build/java_apk.gypi' ],
2980 }, 2980 },
2981 { 2981 {
2982 'target_name': 'chromedriver_webview_shell_apk', 2982 'target_name': 'chromedriver_webview_shell_apk',
2983 'type': 'none', 2983 'type': 'none',
2984 'variables': { 2984 'variables': {
2985 'apk_name': 'ChromeDriverWebViewShell', 2985 'apk_name': 'ChromeDriverWebViewShell',
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
3203 'utility', 3203 'utility',
3204 ], 3204 ],
3205 'sources': [ 3205 'sources': [
3206 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3206 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3207 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3207 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3208 ], 3208 ],
3209 }] 3209 }]
3210 }], 3210 }],
3211 ], # 'conditions' 3211 ], # 'conditions'
3212 } 3212 }
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