diff options
author | eliben@chromium.org <eliben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-12 17:23:20 +0000 |
---|---|---|
committer | eliben@chromium.org <eliben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-12 17:23:20 +0000 |
commit | 83f6d7436f86e91bb4a597bc86d61409b750e95c (patch) | |
tree | f78640f50daebc0b3b639c81250cc89296000467 | |
parent | 9dc78e12f7d233c5279c779fe1135d0586275881 (diff) | |
download | chromium_src-83f6d7436f86e91bb4a597bc86d61409b750e95c.zip chromium_src-83f6d7436f86e91bb4a597bc86d61409b750e95c.tar.gz chromium_src-83f6d7436f86e91bb4a597bc86d61409b750e95c.tar.bz2 |
NaCl: Update revision in DEPS, r12227 -> r12241
This pulls in the following Native Client changes:
r12228: (bradnelson) Switching to non-hermetic MinGW for general toolchain use.
r12229: (bsy) A locking framework and tests for using flock(2) on OSX to synchronize pwrite
r12230: (bsy) fix dprintf redefinition build failure on asan bots
r12231: (eliben) Add scons test targeting libc memory allocation.
r12232: (bradnelson) Fixing path to MinGW.
r12233: (mseaborn) [MIPS] Add support to gyp files to build Native Client inside of Chromium
r12234: (mseaborn) PNaCl: Allow translator to produce an unsandboxed, native executable
r12235: (petarj) [MIPS] Support for atomic64
r12236: (bradnelson) Reverting r12228.
r12237: (mcgrathr) Avoid loop->libcall optimizations in nacl_helper_bootstrap
r12238: (bradnelson) Reverting r12232.
r12239: (petarj) PNaCl: Update LLVM, compiler-rt and binutils revisions in pnacl/DEPS
r12240: (bradnelson) Switching toolchain_build to use existing hermetic mingw.
r12241: (eliben) Roll LLVM revision in pnacl/DEPS. List of commits:
BUG=none
TEST=nacl_integration
Review URL: https://codereview.chromium.org/27024003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@228355 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ vars = { "chromiumos_git": "https://chromium.googlesource.com/chromiumos", "skia_git": "https://skia.googlesource.com", "swig_revision": "69281", - "nacl_revision": "12227", + "nacl_revision": "12241", # After changing nacl_revision, run 'glient sync' and check native_client/DEPS # to update other nacl_*_revision's. "nacl_tools_revision": "11437", # native_client/DEPS: tools_rev |