summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-01 22:41:31 +0000
committermseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-01 22:41:31 +0000
commitd757c08fce74ea130492ac04657f443c61f3e6df (patch)
tree9a9cd07fac6240f01dc6a7c754716fd89810db07
parent67d350f5cce4ff54a46782ed00e2be9bbe545504 (diff)
downloadchromium_src-d757c08fce74ea130492ac04657f443c61f3e6df.zip
chromium_src-d757c08fce74ea130492ac04657f443c61f3e6df.tar.gz
chromium_src-d757c08fce74ea130492ac04657f443c61f3e6df.tar.bz2
NaCl: Update revision in DEPS, r9336 -> r9341
This pulls in the following Native Client changes: r9337: (arbenson) Allow for 64-bit reserved_at_zero parameter r9338: (eaeltsin) Update gdb revision r9339: (kschimpf) Make sure test code generator doesn't generate duplicate definitions r9340: (dschuff) Support -isystem<foo> as well as -isystem <foo> in pnacl driver r9341: (bradchen) Modify 64-bit enuminst to check legal instructions more carefully. BUG=none TEST=nacl_integration Review URL: https://chromiumcodereview.appspot.com/10826099 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149523 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--DEPS4
1 files changed, 2 insertions, 2 deletions
diff --git a/DEPS b/DEPS
index 137b689..d19582a 100644
--- a/DEPS
+++ b/DEPS
@@ -12,10 +12,10 @@ vars = {
"chromium_git": "http://git.chromium.org/git",
"chromiumos_git": "http://git.chromium.org/chromiumos",
"swig_revision": "69281",
- "nacl_revision": "9336",
+ "nacl_revision": "9341",
# After changing nacl_revision, run 'glient sync' and check native_client/DEPS
# to update other nacl_*_revision's.
- "nacl_tools_revision": "9286", # native_client/DEPS: tools_rev
+ "nacl_tools_revision": "9330", # native_client/DEPS: tools_rev
"gtm_revision": "534",
"libjingle_revision": "163",