summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authorscottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-18 23:50:45 +0000
committerscottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-18 23:50:45 +0000
commit6c7b792622fdef076fe43677d3c0cada0c58ef92 (patch)
treecffbe7655f5a8a390283a9269ecb17868efcdb32 /DEPS
parent88cb62521e420fc7cafd5cb7fc3f368f3cc3dfd0 (diff)
downloadchromium_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--DEPS9
1 files changed, 9 insertions, 0 deletions
diff --git a/DEPS b/DEPS
index e6033f7..b1c82b0 100644
--- a/DEPS
+++ b/DEPS
@@ -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",