diff options
author | evanm@google.com <evanm@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-05 20:40:00 +0000 |
---|---|---|
committer | evanm@google.com <evanm@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-05 20:40:00 +0000 |
commit | e0669b7fe11f4470a990683bfa6f1aace0fce315 (patch) | |
tree | 571ed0714f50ffdac1afd342ffc69c882f264ae4 /DEPS | |
parent | 6e080596ece8b739b0a4a3dc528d91a561e31879 (diff) | |
download | chromium_src-e0669b7fe11f4470a990683bfa6f1aace0fce315.zip chromium_src-e0669b7fe11f4470a990683bfa6f1aace0fce315.tar.gz chromium_src-e0669b7fe11f4470a990683bfa6f1aace0fce315.tar.bz2 |
Update DEPS to use new paths for Windows-specific dependencies.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1804 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -11,9 +11,18 @@ deps = { "src/third_party/WebKit": "/trunk/third_party/WebKit@19", + "src/third_party/cygwin": + "/trunk/deps/third_party/cygwin@1788", + "src/third_party/icu38": "/trunk/deps/third_party/icu38@1679", + "src/third_party/python_24": + "/trunk/deps/third_party/python_24@1790", + + "src/third_party/svn": + "/trunk/deps/third_party/svn@1791", + "src/v8": "http://v8.googlecode.com/svn/trunk@101", |