diff options
author | ericroman@google.com <ericroman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-25 23:56:05 +0000 |
---|---|---|
committer | ericroman@google.com <ericroman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-25 23:56:05 +0000 |
commit | 6c2554a0b822041ed93bfd774bed7cfd3e9eb13c (patch) | |
tree | 60c0a36f60f7b7b94209c9c5ffaa3929fb168b15 /net/build | |
parent | 3879bbe4318182fe38f6dc5244454665e0cf62ba (diff) | |
download | chromium_src-6c2554a0b822041ed93bfd774bed7cfd3e9eb13c.zip chromium_src-6c2554a0b822041ed93bfd774bed7cfd3e9eb13c.tar.gz chromium_src-6c2554a0b822041ed93bfd774bed7cfd3e9eb13c.tar.bz2 |
Reverting 10251.
This re-lands the dependency on v8 by net (http://codereview.chromium.org/28049)
It was rolled back before because of failure compiling on submodule buildbot.
Marc-Antoine has updated those builders to checkout v8, so this should work now.
Review URL: http://codereview.chromium.org/27160
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10409 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/build')
-rw-r--r-- | net/build/net.vcproj | 12 | ||||
-rw-r--r-- | net/build/net_unittests.vcproj | 4 |
2 files changed, 16 insertions, 0 deletions
diff --git a/net/build/net.vcproj b/net/build/net.vcproj index bcc1d22..ed3a769 100644 --- a/net/build/net.vcproj +++ b/net/build/net.vcproj @@ -998,6 +998,18 @@ > </File> <File + RelativePath="..\proxy\proxy_resolver_v8.cc" + > + </File> + <File + RelativePath="..\proxy\proxy_resolver_v8.h" + > + </File> + <File + RelativePath="..\proxy\proxy_resolver_script.h" + > + </File> + <File RelativePath="..\proxy\proxy_resolver_winhttp.cc" > </File> diff --git a/net/build/net_unittests.vcproj b/net/build/net_unittests.vcproj index 2d9a249..60d5742 100644 --- a/net/build/net_unittests.vcproj +++ b/net/build/net_unittests.vcproj @@ -419,6 +419,10 @@ > </File> <File + RelativePath="..\proxy\proxy_resolver_v8_unittest.cc" + > + </File> + <File RelativePath="..\proxy\proxy_server_unittest.cc" > </File> |