diff options
author | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-07 22:45:39 +0000 |
---|---|---|
committer | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-07 22:45:39 +0000 |
commit | 75758cdbb7d5a10de0df5586dfde9ef56f7df491 (patch) | |
tree | 92cbfa72e03a4fe43a721232482f8e980b91f8c2 | |
parent | f8774dab90432e3e6f8ec55dcb31df144f890525 (diff) | |
download | chromium_src-75758cdbb7d5a10de0df5586dfde9ef56f7df491.zip chromium_src-75758cdbb7d5a10de0df5586dfde9ef56f7df491.tar.gz chromium_src-75758cdbb7d5a10de0df5586dfde9ef56f7df491.tar.bz2 |
NaCl: Update revision in DEPS, r10391 -> r10408
This pulls in the following Native Client changes:
r10392: (mseaborn) nacl_irt_blockhook: Mark mutex_trylock() as non-blocking
r10393: (dschuff) Update pnacl torture test failures
r10394: (kschimpf) Fix generation of executables to follow ARM ABI, regenerate the executables,
r10395: (jfb) ARM validator: disallow masking with BFC.
r10396: (kschimpf) Replace golden ARM nexes that don't follow ABI with ones that do.
r10397: (bsy) Randomize address space for NaCl modules on Windows (x86-32/64), Linux (-32), and OSX (-32/-64)
r10398: (mcgrathr) Revert "toolchain_build: Use new URL for git repositories"
r10399: (mseaborn) Disable dyncode_delete() tests when running in the browser
r10400: (mseaborn) libpthread: Use the named constant "UNLOCKED" instead of 0 in one case
r10401: (dschuff) Update perf expectations
r10402: (mseaborn) x86-32 TLS: Remove the IRT's self-pointer requirement for the thread pointer
r10403: (mseaborn) libpthread: Add some more comments for the mutex implementation
r10404: (mseaborn) libpthread cleanup: Expand out nc_pthread_condvar_ctor() function
r10405: (mseaborn) Performance tests: Add a test for an atomic increment operation
r10406: (mcgrathr) toolchain_build: Use --disable-nls on Windows
r10407: (jfb) Re-enable vector load/store tests.
r10408: (mseaborn) libpthread: Mutexes: Remove some code from the fast path
BUG=none
TEST=nacl_integration
Review URL: https://codereview.chromium.org/11476027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171871 0039d316-1c4b-4281-b951-d872f2087c98
-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": "10391", + "nacl_revision": "10408", # 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 |