From b0da24bc22a1726c240f8d9392381ff66c4cca3c Mon Sep 17 00:00:00 2001 From: "phajdan.jr@chromium.org" Date: Mon, 8 Aug 2011 18:14:02 +0000 Subject: Remove selenium_tests, they're obsolete. BUG=90905 Review URL: http://codereview.chromium.org/7491098 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95840 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/chrome_tests.gypi | 35 ----------------------------------- 1 file changed, 35 deletions(-) (limited to 'chrome/chrome_tests.gypi') diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi index 2a9f0f7..6adfe51 100644 --- a/chrome/chrome_tests.gypi +++ b/chrome/chrome_tests.gypi @@ -3814,41 +3814,6 @@ 'test/nacl_security_tests/nacl_security_tests_win.cc', ], }, - { - 'target_name': 'selenium_tests', - 'type': 'executable', - 'dependencies': [ - 'chrome_resources', - 'chrome_strings', - 'test_support_common', - 'test_support_ui', - '../skia/skia.gyp:skia', - '../testing/gtest.gyp:gtest', - ], - 'include_dirs': [ - '..', - '<(DEPTH)/third_party/wtl/include', - ], - 'sources': [ - 'test/selenium/selenium_test.cc', - ], - 'configurations': { - 'Debug_Base': { - 'msvs_settings': { - 'VCLinkerTool': { - 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', - }, - }, - }, - }, - 'conditions': [ - ['OS=="win" and win_use_allocator_shim==1', { - 'dependencies': [ - '<(allocator_target)', - ], - },], - ], - }, ]}, # 'targets' ], # OS=="win" # If you change this condition, make sure you also change it in all.gyp -- cgit v1.1