summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_tests.gypi
diff options
context:
space:
mode:
authordarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-28 19:02:26 +0000
committerdarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-28 19:02:26 +0000
commit094e004a9d760db700fd5387071211fbd8b3716b (patch)
tree527c5eb2a305cf54723e55da3ccf7574eb43716a /chrome/chrome_tests.gypi
parente3e7369008170111c42181072fdad687f7061da2 (diff)
downloadchromium_src-094e004a9d760db700fd5387071211fbd8b3716b.zip
chromium_src-094e004a9d760db700fd5387071211fbd8b3716b.tar.gz
chromium_src-094e004a9d760db700fd5387071211fbd8b3716b.tar.bz2
Kill executable targets that are now folded into performance_ui_tests.
R=chase@chromium.org Review URL: http://codereview.chromium.org/7523032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94519 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_tests.gypi')
-rw-r--r--chrome/chrome_tests.gypi230
1 files changed, 0 insertions, 230 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index cbf6f88..39f87b2 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -713,16 +713,12 @@
'test/automation/extension_proxy_uitest.cc',
'test/automated_ui_tests/automated_ui_test_test.cc',
'test/chrome_process_util_uitest.cc',
- 'test/ui/dom_checker_uitest.cc', # moving to performance_ui_tests
- 'test/ui/dromaeo_benchmark_uitest.cc',
'test/ui/history_uitest.cc',
'test/ui/layout_plugin_uitest.cc',
'test/ui/named_interface_uitest.cc',
'test/ui/npapi_uitest.cc',
'test/ui/ppapi_uitest.cc',
'test/ui/sandbox_uitests.cc',
- 'test/ui/sunspider_uitest.cc',
- 'test/ui/v8_benchmark_uitest.cc',
'../content/browser/appcache/appcache_ui_test.cc',
'../content/browser/in_process_webkit/dom_storage_uitest.cc',
'../content/browser/renderer_host/resource_dispatcher_host_uitest.cc',
@@ -2924,85 +2920,6 @@
],
}, # target safe_browsing_tests
{
- # TODO(darin): Remove in favor of performance_ui_tests.
- 'target_name': 'startup_tests',
- 'type': 'executable',
- 'dependencies': [
- 'chrome',
- 'browser',
- 'common',
- 'chrome_resources',
- 'chrome_strings',
- 'test_support_ui',
- '../base/base.gyp:base',
- '../skia/skia.gyp:skia',
- '../testing/gtest.gyp:gtest',
- ],
- 'sources': [
- 'test/startup/feature_startup_test.cc',
- 'test/startup/shutdown_test.cc',
- 'test/startup/startup_test.cc',
- ],
- 'conditions': [
- ['OS=="win" and buildtype=="Official"', {
- 'configurations': {
- 'Release': {
- 'msvs_settings': {
- 'VCCLCompilerTool': {
- 'WholeProgramOptimization': 'false',
- },
- },
- },
- },
- },],
- ['toolkit_uses_gtk == 1', {
- 'dependencies': [
- '../build/linux/system.gyp:gtk',
- '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
- ],
- }],
- ['OS=="mac"', {
- # See the comment in this section of the unit_tests target for an
- # explanation (crbug.com/43791 - libwebcore.a is too large to mmap).
- 'dependencies+++': [
- '../third_party/WebKit/Source/WebCore/WebCore.gyp/WebCore.gyp:webcore',
- ],
- }],
- ['OS=="win"', {
- 'conditions': [
- ['win_use_allocator_shim==1', {
- 'dependencies': [
- '<(allocator_target)',
- ],
- }],
- ],
- 'configurations': {
- 'Debug_Base': {
- 'msvs_settings': {
- 'VCLinkerTool': {
- 'LinkIncremental': '<(msvs_large_module_debug_link_mode)',
- },
- },
- },
- },
- },],
- ['os_posix == 1 and OS != "mac"', {
- 'conditions': [
- ['linux_use_tcmalloc==1', {
- 'dependencies': [
- '../base/allocator/allocator.gyp:allocator',
- ],
- }],
- ],
- }],
- ['toolkit_views==1', {
- 'dependencies': [
- '../views/views.gyp:views',
- ],
- }],
- ],
- },
- {
# To run the tests from page_load_test.cc on Linux, we need to:
#
# a) Build with Breakpad (GYP_DEFINES="linux_chromium_breakpad=1")
@@ -3064,49 +2981,6 @@
],
},
{
- # TODO(darin): Remove in favor of performance_ui_tests.
- 'target_name': 'page_cycler_tests',
- 'type': 'executable',
- 'dependencies': [
- 'chrome',
- 'chrome_resources',
- 'chrome_strings',
- 'debugger',
- 'test_support_common',
- 'test_support_ui',
- '../base/base.gyp:base',
- '../skia/skia.gyp:skia',
- '../testing/gtest.gyp:gtest',
- ],
- 'sources': [
- 'test/page_cycler/page_cycler_test.cc',
- ],
- 'conditions': [
- ['OS=="win" and buildtype=="Official"', {
- 'configurations': {
- 'Release': {
- 'msvs_settings': {
- 'VCCLCompilerTool': {
- 'WholeProgramOptimization': 'false',
- },
- },
- },
- },
- },],
- ['toolkit_uses_gtk == 1', {
- 'dependencies': [
- '../build/linux/system.gyp:gtk',
- '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
- ],
- }],
- ['toolkit_views==1', {
- 'dependencies': [
- '../views/views.gyp:views',
- ],
- }],
- ],
- },
- {
'target_name': 'performance_ui_tests',
'type': 'executable',
'dependencies': [
@@ -3195,110 +3069,6 @@
],
},
{
- # TODO(darin): Remove in favor of performance_ui_tests.
- 'target_name': 'tab_switching_test',
- 'type': 'executable',
- 'run_as': {
- 'action': ['$(TargetPath)', '--gtest_print_time'],
- },
- 'dependencies': [
- 'chrome',
- 'debugger',
- 'test_support_common',
- 'test_support_ui',
- 'theme_resources',
- 'theme_resources_standard',
- '../base/base.gyp:base',
- '../skia/skia.gyp:skia',
- '../testing/gtest.gyp:gtest',
- ],
- 'include_dirs': [
- '..',
- ],
- 'sources': [
- 'test/tab_switching/tab_switching_test.cc',
- ],
- 'conditions': [
- ['toolkit_uses_gtk == 1', {
- 'dependencies': [
- '../build/linux/system.gyp:gtk',
- '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
- ],
- }],
- ['OS=="win" and win_use_allocator_shim==1', {
- 'dependencies': [
- '<(allocator_target)',
- ],
- },],
- ],
- },
- {
- # TODO(darin): Remove in favor of performance_ui_tests.
- 'target_name': 'memory_test',
- 'type': 'executable',
- 'dependencies': [
- 'chrome',
- 'debugger',
- 'test_support_common',
- 'test_support_ui',
- 'theme_resources',
- 'theme_resources_standard',
- '../base/base.gyp:base',
- '../skia/skia.gyp:skia',
- '../testing/gtest.gyp:gtest',
- ],
- 'include_dirs': [
- '..',
- ],
- 'sources': [
- 'test/memory_test/memory_test.cc',
- ],
- 'conditions': [
- ['toolkit_uses_gtk == 1', {
- 'dependencies': [
- '../build/linux/system.gyp:gtk',
- '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
- ],
- }],
- ],
- },
- {
- 'target_name': 'url_fetch_test',
- 'type': 'executable',
- 'dependencies': [
- 'chrome',
- 'debugger',
- 'test_support_common',
- 'test_support_ui',
- 'theme_resources',
- 'theme_resources_standard',
- '../base/base.gyp:base',
- '../net/net.gyp:net',
- '../skia/skia.gyp:skia',
- '../testing/gtest.gyp:gtest',
- ],
- 'include_dirs': [
- '..',
- ],
- 'sources': [
- 'test/url_fetch_test/url_fetch_test.cc',
- ],
- 'conditions': [
- ['OS=="win"', {
- 'include_dirs': [
- '<(DEPTH)/third_party/wtl/include',
- ],
- 'conditions': [
- ['win_use_allocator_shim==1', {
- 'dependencies': [
- '<(allocator_target)',
- ],
- }],
- ],
- }], # OS="win"
- ], # conditions
- },
- {
'target_name': 'sync_unit_tests',
'type': 'executable',
'sources': [