summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authorbradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-08 22:09:21 +0000
committerbradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-08 22:09:21 +0000
commitd9bbe81ef14155cb74652cf2f72f9fbea4c62f40 (patch)
treeca46f62e2c93715f3ae4b716921d3e533b46fc8d /DEPS
parent9d89e1c942c594cb79746bf3d6a0060205ac8a80 (diff)
downloadchromium_src-d9bbe81ef14155cb74652cf2f72f9fbea4c62f40.zip
chromium_src-d9bbe81ef14155cb74652cf2f72f9fbea4c62f40.tar.gz
chromium_src-d9bbe81ef14155cb74652cf2f72f9fbea4c62f40.tar.bz2
Pulling in newer version of mingw asm with exec bit set.
BUG=None TEST=None R=ncbray@google.com Review URL: http://codereview.chromium.org/6822009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80999 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS4
1 files changed, 2 insertions, 2 deletions
diff --git a/DEPS b/DEPS
index f793969..76801af 100644
--- a/DEPS
+++ b/DEPS
@@ -8,7 +8,7 @@ vars = {
"chromium_git": "http://git.chromium.org/git",
"swig_revision": "69281",
"nacl_revision": "4559",
- "nacl_tools_revision": "4632",
+ "nacl_tools_revision": "4802",
"libjingle_revision": "55",
"libvpx_revision": "76510",
"ffmpeg_revision": "79854",
@@ -263,7 +263,7 @@ deps_os = {
"src/third_party/mingw-w64/mingw/bin":
(Var("nacl_trunk") + "/src/third_party/mingw-w64/mingw/bin@" +
- Var("nacl_revision")),
+ Var("nacl_tools_revision")),
"src/rlz":
(Var("googlecode_url") % "rlz") + "/trunk@33",