diff options
author | scottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-18 23:50:45 +0000 |
---|---|---|
committer | scottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-18 23:50:45 +0000 |
commit | 6c7b792622fdef076fe43677d3c0cada0c58ef92 (patch) | |
tree | cffbe7655f5a8a390283a9269ecb17868efcdb32 /DEPS | |
parent | 88cb62521e420fc7cafd5cb7fc3f368f3cc3dfd0 (diff) | |
download | chromium_src-6c7b792622fdef076fe43677d3c0cada0c58ef92.zip chromium_src-6c7b792622fdef076fe43677d3c0cada0c58ef92.tar.gz chromium_src-6c7b792622fdef076fe43677d3c0cada0c58ef92.tar.bz2 |
Add native Windows tools for bison, gperf, perl to DEPS
R=jam@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10803022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147341 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -354,6 +354,15 @@ deps_os = { "src/third_party/psyco_win32": "/trunk/deps/third_party/psyco_win32@79861", + "src/third_party/bison": + "/trunk/deps/third_party/bison@147303", + + "src/third_party/gperf": + "/trunk/deps/third_party/gperf@147304", + + "src/third_party/perl": + "/trunk/deps/third_party/perl@147306", + "src/third_party/lighttpd": "/trunk/deps/third_party/lighttpd@33727", |