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

Unified Diff: chrome/chrome_tests.gypi

Issue 7491098: Remove selenium_tests, they're obsolete. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/all.gyp ('k') | chrome/test/selenium/README » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
===================================================================
--- chrome/chrome_tests.gypi (revision 95830)
+++ chrome/chrome_tests.gypi (working copy)
@@ -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
« no previous file with comments | « build/all.gyp ('k') | chrome/test/selenium/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698