diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-17 20:07:11 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-17 20:07:11 +0000 |
commit | 95409e1020037b0bbfbce17f861d3de090d10186 (patch) | |
tree | 90a893af1247b1d4a3767c5ab14aae797f467946 /net/net.gyp | |
parent | 701e869b30deffda579c5c413cf1d73defee34fa (diff) | |
download | chromium_src-95409e1020037b0bbfbce17f861d3de090d10186.zip chromium_src-95409e1020037b0bbfbce17f861d3de090d10186.tar.gz chromium_src-95409e1020037b0bbfbce17f861d3de090d10186.tar.bz2 |
Test server cleanup patch of death:
- reduce the number of different classes
- clean up the internal code
- modify the interface to expose less internal details
(this will allow more flexibility with port numbers)
TEST=many
BUG=49680
Review URL: http://codereview.chromium.org/3080029
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56405 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/net.gyp')
-rw-r--r-- | net/net.gyp | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/net/net.gyp b/net/net.gyp index abbbc74..7d34f00 100644 --- a/net/net.gyp +++ b/net/net.gyp @@ -916,20 +916,6 @@ ], }, { - 'target_name': 'run_testserver', - 'type': 'executable', - 'dependencies': [ - 'net', - 'net_test_support', - '../base/base.gyp:base', - '../testing/gtest.gyp:gtest', - ], - 'msvs_guid': '506F2468-6B1D-48E2-A67C-9D9C6BAC0EC5', - 'sources': [ - 'tools/testserver/run_testserver.cc', - ], - }, - { 'target_name': 'net_test_support', 'type': '<(library)', 'dependencies': [ @@ -947,6 +933,8 @@ 'socket/socket_test_util.cc', 'socket/socket_test_util.h', 'test/test_server.cc', + 'test/test_server_posix.cc', + 'test/test_server_win.cc', 'test/test_server.h', ], 'conditions': [ |