diff options
author | lzheng@chromium.org <lzheng@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-16 17:00:38 +0000 |
---|---|---|
committer | lzheng@chromium.org <lzheng@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-16 17:00:38 +0000 |
commit | 3b27adfc7ed75f2b5501039895ea9ec05f7266df (patch) | |
tree | e23d348bf776ee5efef5d7ebeff28ecacf1f21b0 /net/net.gyp | |
parent | c22edd63437194368b171c30cd6be75ba035c2e5 (diff) | |
download | chromium_src-3b27adfc7ed75f2b5501039895ea9ec05f7266df.zip chromium_src-3b27adfc7ed75f2b5501039895ea9ec05f7266df.tar.gz chromium_src-3b27adfc7ed75f2b5501039895ea9ec05f7266df.tar.bz2 |
Refactor test_server so some python related functions could be shared by other test servers.
BUG=none
TEST=python_utils_unittest.cc
Review URL: http://codereview.chromium.org/3366026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59671 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/net.gyp')
-rw-r--r-- | net/net.gyp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/net.gyp b/net/net.gyp index b9e16cc..10a4d8d 100644 --- a/net/net.gyp +++ b/net/net.gyp @@ -849,6 +849,7 @@ 'spdy/spdy_stream_unittest.cc', 'spdy/spdy_test_util.cc', 'spdy/spdy_test_util.h', + 'test/python_utils_unittest.cc', 'tools/dump_cache/url_to_filename_encoder.cc', 'tools/dump_cache/url_to_filename_encoder.h', 'tools/dump_cache/url_to_filename_encoder_unittest.cc', @@ -1008,6 +1009,8 @@ 'proxy/proxy_config_service_common_unittest.h', 'socket/socket_test_util.cc', 'socket/socket_test_util.h', + 'test/python_utils.cc', + 'test/python_utils.h', 'test/test_server.cc', 'test/test_server_posix.cc', 'test/test_server_win.cc', |