diff options
author | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-30 00:36:38 +0000 |
---|---|---|
committer | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-30 00:36:38 +0000 |
commit | 171244986e15feace373f6ba975f77033b5a4006 (patch) | |
tree | ec126f1515ad5697052ea5c73e1c0316615606e8 /DEPS | |
parent | a4067689f0de7f3f66a37b8ed400b15548ad217a (diff) | |
download | chromium_src-171244986e15feace373f6ba975f77033b5a4006.zip chromium_src-171244986e15feace373f6ba975f77033b5a4006.tar.gz chromium_src-171244986e15feace373f6ba975f77033b5a4006.tar.bz2 |
NaCl: Update revision in DEPS, r10334 -> r10345
This pulls in the following Native Client changes:
r10335: (jvoung) Make a separate directory for storing pnacl-translate libraries in gyp.
r10336: (thakis) Remove old, now unused spelling of the ASan flag.
r10337: (mseaborn) ARM: Add comment to explain use of r12 as a temporary register
r10338: (mcgrathr) Update binutils and gcc revisions, run binutils test suite
r10339: (shcherbina) Simplify RDFA decoder test.
r10340: (jvoung) Fix broken --help on pnacl-opt, add some more --help and tests.
r10341: (jvoung) Update pnacl_driver help-msg test to use the x86-32 host on Linux.
r10342: (jfb) Untangle CPU features.
r10343: (bsy) Fix a refcount leak for the allocated shm object in NaClGioShmAllocCtor.
r10344: (shcherbina) RDFA decoder: fix incorrecly gluing fwait with following non-x87 instruction
r10345: (shcherbina) RDFA decoder test: don't enumerate instructions starting with fwait (except fwait itself)
BUG=none
TEST=nacl_integration
Review URL: https://codereview.chromium.org/11415200
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170306 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ vars = { "chromium_git": "https://chromium.googlesource.com", "chromiumos_git": "https://chromium.googlesource.com/chromiumos", "swig_revision": "69281", - "nacl_revision": "10334", + "nacl_revision": "10345", # After changing nacl_revision, run 'glient sync' and check native_client/DEPS # to update other nacl_*_revision's. "nacl_tools_revision": "10001", # native_client/DEPS: tools_rev |