diff options
author | pamg@google.com <pamg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-30 22:46:13 +0000 |
---|---|---|
committer | pamg@google.com <pamg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-30 22:46:13 +0000 |
commit | 17e1ad3edc0e8687f47a57bc1c4247642cd67f71 (patch) | |
tree | 9bca6048f5f7468bdbd93c0964b1278574783a36 /DEPS | |
parent | 673c1f3886645496a072e95569b3a18207ddb051 (diff) | |
download | chromium_src-17e1ad3edc0e8687f47a57bc1c4247642cd67f71.zip chromium_src-17e1ad3edc0e8687f47a57bc1c4247642cd67f71.tar.gz chromium_src-17e1ad3edc0e8687f47a57bc1c4247642cd67f71.tar.bz2 |
Change DEPS to pull V8 from Google Code rather than an internal repository.
This is necessary so external contributors (and buildbots) can build too.
BUG=1296800
TEST=covered by buldbots
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1591 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ deps = { "/trunk/deps/third_party/icu38@1227", "src/v8": - "https://svn/r/googleclient/v8/trunk@132113", + "http://v8.googlecode.com/svn/trunk@51", "src/webkit/data/layout_tests/LayoutTests": "http://svn.webkit.org/repository/webkit/branches/Safari-3-1-branch/LayoutTests@31256", |