summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_tests.gypi
diff options
context:
space:
mode:
authorphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-08 18:14:02 +0000
committerphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-08 18:14:02 +0000
commitb0da24bc22a1726c240f8d9392381ff66c4cca3c (patch)
tree5711943e96f4bdd53fbb2e7a75295ef50cf4be90 /chrome/chrome_tests.gypi
parent537de68dc3a6fdb5fe4a908e79e4cdca9d31e281 (diff)
downloadchromium_src-b0da24bc22a1726c240f8d9392381ff66c4cca3c.zip
chromium_src-b0da24bc22a1726c240f8d9392381ff66c4cca3c.tar.gz
chromium_src-b0da24bc22a1726c240f8d9392381ff66c4cca3c.tar.bz2
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
Diffstat (limited to 'chrome/chrome_tests.gypi')
-rw-r--r--chrome/chrome_tests.gypi35
1 files changed, 0 insertions, 35 deletions
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