diff options
author | dkegel@google.com <dkegel@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-05 19:38:54 +0000 |
---|---|---|
committer | dkegel@google.com <dkegel@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-05 19:38:54 +0000 |
commit | 212d14930e66db247e71f72cd91c480c1f7c9374 (patch) | |
tree | a0edae4ab0f2adcb76f22c3a64a1e6f75f56e902 /net/build | |
parent | 29d1eb815f296355e63a555729abc17b896d220a (diff) | |
download | chromium_src-212d14930e66db247e71f72cd91c480c1f7c9374.zip chromium_src-212d14930e66db247e71f72cd91c480c1f7c9374.tar.gz chromium_src-212d14930e66db247e71f72cd91c480c1f7c9374.tar.bz2 |
Modify HostResolver slightly to build on posix as well as windows.
Review URL: http://codereview.chromium.org/403
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1799 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/build')
-rw-r--r-- | net/build/net_unittests.vcproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/build/net_unittests.vcproj b/net/build/net_unittests.vcproj index d1d720d..d2a0a90 100644 --- a/net/build/net_unittests.vcproj +++ b/net/build/net_unittests.vcproj @@ -315,6 +315,10 @@ > </File> <File + RelativePath="..\base\host_resolver_unittest.cc" + > + </File> + <File RelativePath="..\base\listen_socket_unittest.cc" > </File> |