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

Unified Diff: chrome/chrome_tests.gypi

Issue 61023002: [chromedriver] Remove chromedriver2_tests target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 509281ebb231c35765098749ed2b048427d2f9c7..a2c2c057d3434b3416126b75dce5e541546c6046 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -33,18 +33,6 @@
'test/chromedriver/session_unittest.cc',
'test/chromedriver/util_unittest.cc',
],
- 'chromedriver_test_sources': [
- 'test/chromedriver/key_converter_unittest.cc',
- 'test/chromedriver/keycode_text_conversion_unittest.cc',
- 'test/chromedriver/net/net_util_unittest.cc',
- 'test/chromedriver/net/port_server_unittest.cc',
- 'test/chromedriver/net/sync_websocket_impl_unittest.cc',
- 'test/chromedriver/net/test_http_server.cc',
- 'test/chromedriver/net/test_http_server.h',
- 'test/chromedriver/net/websocket_unittest.cc',
- 'test/chromedriver/test_util.cc',
- 'test/chromedriver/test_util.h',
- ],
'pyautolib_sources': [
'app/chrome_command_ids.h',
'app/chrome_dll_resource.h',
@@ -897,30 +885,16 @@
'..,'
],
'sources': [
- '<@(chromedriver_test_sources)',
- ],
- # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
- 'msvs_disabled_warnings': [ 4267, ],
- },
- # TODO(kkania): Remove when infra no longer references this.
- {
- 'target_name': 'chromedriver2_tests',
- 'type': 'executable',
- 'dependencies': [
- 'chromedriver_lib',
- '../base/base.gyp:base',
- '../base/base.gyp:run_all_unittests',
- '../net/net.gyp:http_server',
- '../net/net.gyp:net',
- '../net/net.gyp:net_test_support',
- '../testing/gtest.gyp:gtest',
- '../url/url.gyp:url_lib',
- ],
- 'include_dirs': [
- '..,'
- ],
- 'sources': [
- '<@(chromedriver_test_sources)',
+ 'test/chromedriver/key_converter_unittest.cc',
+ 'test/chromedriver/keycode_text_conversion_unittest.cc',
+ 'test/chromedriver/net/net_util_unittest.cc',
+ 'test/chromedriver/net/port_server_unittest.cc',
+ 'test/chromedriver/net/sync_websocket_impl_unittest.cc',
+ 'test/chromedriver/net/test_http_server.cc',
+ 'test/chromedriver/net/test_http_server.h',
+ 'test/chromedriver/net/websocket_unittest.cc',
+ 'test/chromedriver/test_util.cc',
+ 'test/chromedriver/test_util.h',
],
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
'msvs_disabled_warnings': [ 4267, ],
« no previous file with comments | « build/all.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698