diff options
author | dschuff@chromium.org <dschuff@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-03 16:34:09 +0000 |
---|---|---|
committer | dschuff@chromium.org <dschuff@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-03 16:34:09 +0000 |
commit | b81ca5a95eb74a720a78fbae3ee5205b7db2f528 (patch) | |
tree | a10f4dd16eb38edc4bccabe5e8e9897a21ff6017 /DEPS | |
parent | 5780f5ac5dc59b860e062cbad5992262841e05ad (diff) | |
download | chromium_src-b81ca5a95eb74a720a78fbae3ee5205b7db2f528.zip chromium_src-b81ca5a95eb74a720a78fbae3ee5205b7db2f528.tar.gz chromium_src-b81ca5a95eb74a720a78fbae3ee5205b7db2f528.tar.bz2 |
NaCl: Update revision in DEPS, r11889 -> r11912
This pulls in the following Native Client changes:
r11890: (stichnot) Update PNaCl rev in TOOLS_REVISION 11852 -> 11888.
r11891: (stichnot) Add more uniqueness to temporary name created in
r11892: (shcherbina) Change ncval to ncval_new in spec2k buildbot.
r11893: (khim) Fix src/trusted/validator_ragel/PRESUBMIT.py
r11894: (mseaborn) Revert r11890: "Update PNaCl rev in TOOLS_REVISION 11852 -> 11888."
r11895: (petarj) [MIPS] Add support for unaligned_data_test and unaligned_data_irt_test
r11896: (dschuff) Add armv7a to the list of architectures recognized by FixArch
r11897: (stichnot) Cleanup https://codereview.chromium.org/20502002/ by removing a no-longer-necessary argument.
r11898: (mseaborn) Mac cleanup: Split up nacl_signal.c and create separate nacl_signal_stack.c
r11899: (mcgrathr) Update x86 toolchains, add regression test for -fPIC lea-splitter case
r11900: (mseaborn) Extend write_to_dyncode test to test after dyncode_create() is called too
r11901: (bsy) line buffer vdiff output, since bots were timing out (no output in 1500S)
r11902: (stichnot) Add a PNaCl O3_O0 configuration for the gcc torture tests. This is clang -O3 (which should be equivalent to clang -O2)
r11903: (bsy) Load the main nexe using mmap, if desc is safe-for-mmap
r11904: (kschimpf) Update pnacl llvm revisions.
r11905: (phosek) Vmmap uses ABI memory protection flags
r11906: (mcgrathr) Don't use seccomp-bpf sandbox for coverage builds
r11907: (stichnot) Update PNaCl rev in TOOLS_REVISION 11852 -> 11896.
r11908: (etienneb) Fix invalid comparison to detect monotonic clock.
r11909: (jfb) Use the proper flag name for -pnaclabi-allow-dev-intrinsics.
r11910: (mseaborn) libpthread: Ensure that mutexes are released using an atomic store on PNaCl
r11911: (mseaborn) Cleanup: posix/nacl_signal.c no longer needs to build for Mac OS X
r11912: (dschuff) Use variables for toolchain lib/include dirs in untrusted.gypi
BUG=none
TEST=nacl_integration
Review URL: https://codereview.chromium.org/21885005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215509 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": "11889", + "nacl_revision": "11912", # 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 |