diff options
author | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-16 16:59:25 +0000 |
---|---|---|
committer | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-16 16:59:25 +0000 |
commit | 1351e2a9ed2ba2d46a40dd275878e4393cf03bcb (patch) | |
tree | 3825de5b21a68f97b5e095f3d4b6202ef72da0f4 /DEPS | |
parent | ee60ebcde7a581cc889ba3c4bc0e77764a599c4b (diff) | |
download | chromium_src-1351e2a9ed2ba2d46a40dd275878e4393cf03bcb.zip chromium_src-1351e2a9ed2ba2d46a40dd275878e4393cf03bcb.tar.gz chromium_src-1351e2a9ed2ba2d46a40dd275878e4393cf03bcb.tar.bz2 |
NaCl: Update revision in DEPS, r8027 -> r8040
This pulls in the following Native Client changes:
r8028: (mseaborn) NaClDesc: Undo erroneous renaming of the DescWrapper methods
r8029: (mseaborn) NaClDesc: Turn NaClImcSendTypedMessage()/NaClImcRecvTypedMessage() into methods
r8030: (sehr) Update UPSTREAM_REV to get ARM EH change.
r8031: (mseaborn) Scons: Simplify GetTranslatedNexe()
r8032: (pasko) validator_ragel: allow more prefixes for string instructions
r8033: (dschuff) Emit a diagnostic and dump stdout/stderr on sandboxed llc/ld failure
r8034: (robertm) Clean up two of the eh toolchains tests and make the code more predictable.
r8035: (dschuff) Make hello world test work in pexe mode
r8036: (dschuff) Make torture test output easier to read
r8037: (mseaborn) Remove the old startup interface formerly used by Chromium
r8038: (sehr) Update to get stack alignment of 16 bytes for x86-32 as per the ABI.
r8039: (mseaborn) Trusted ARM compiler: Use Ubuntu's package archive
r8040: (mseaborn) Exception handling: Add argument for Chromium to enable exception handling
BUG=none
TEST=nacl_integration
Review URL: https://chromiumcodereview.appspot.com/9706085
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@127184 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ vars = { "webkit_revision": "110924", "chromium_git": "http://git.chromium.org/git", "swig_revision": "69281", - "nacl_revision": "8027", + "nacl_revision": "8040", # After changing nacl_revision, run 'glient sync' and check native_client/DEPS # to update other nacl_*_revision's. "nacl_tools_revision": "7955", # native_client/DEPS: tools_rev |