diff options
author | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-27 02:30:09 +0000 |
---|---|---|
committer | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-27 02:30:09 +0000 |
commit | 08f7e9bc62924ae5cc1df2db117710f08fe5f97b (patch) | |
tree | 8954606b3b09c24faef375c93458b34389e61235 /DEPS | |
parent | 1237507966d3862db56e4a14b180073201f17616 (diff) | |
download | chromium_src-08f7e9bc62924ae5cc1df2db117710f08fe5f97b.zip chromium_src-08f7e9bc62924ae5cc1df2db117710f08fe5f97b.tar.gz chromium_src-08f7e9bc62924ae5cc1df2db117710f08fe5f97b.tar.bz2 |
NaCl: Update revision in DEPS, r11830 -> r11866
This pulls in the following Native Client changes:
r11831: (shcherbina) Remove auxiliary scripts related to text-based spec.
r11832: (shcherbina) Make all sections in targeted tests required.
r11833: (phosek) Grab the address space lock before calling to Vmmap in mprotect
r11834: (khim) Roll binutils revision to pull in updated objdump
r11835: (jvoung) Update NaCl perf expecations for nacl-gcc (from change at 11467).
r11836: (jvoung) Update PNaCl from 11755 to 11829.
r11837: (jfb) Test no-read uses of synchronization primitives
r11838: (jfb) Split synchronization tests
r11839: (jfb) Update Clang DEPS
r11840: (jfb) Update TOOL_REVISIONS for PNaCl 11829->11839
r11841: (shcherbina) Change prefix handling in text-based validator spec.
r11842: (shcherbina) Split 0f18 validator targeted test into nicer chunks.
r11843: (shcherbina) Bump TOOL_REVISIONS to reflect update to nacl-objdump
r11844: (shcherbina) Rename gyp_compile_ragel build step to gyp_compile_NOragel.
r11845: (shcherbina) Remove REXW prefix from validator targeted test that exposes DATA16+REP bug.
r11846: (shcherbina) Disallow REP prefixes except in string instructions in text-based validator spec.
r11847: (phosek) Update NaClDesc flags in subclass ctor instead of overwriting them
r11848: (thakis) Make inttypes.h and similar macro usage C++11-friendly.
r11849: (mseaborn) Cleanup: Remove the "minimal x86-64 test" Buildbot step for Mac OS X
r11850: (mseaborn) command_tester.py: Remove clause for x86-32 Windows that is no longer used
r11851: (jvoung) Update perf expectations for PNaCl after 3.3 merge, etc.
r11852: (jvoung) Disable zlib features in LLVM shared lib builds to avoid dependency.
r11853: (mseaborn) Remove use of POSIX signal handling on Mac OS X
r11854: (dschuff) Update PNaCl binutils deps
r11855: (dschuff) PNaCl: Update LLVM revision in pnacl/DEPS
r11856: (jvoung) Update PNaCl rev in TOOLS_REVISION 11839 -> 11852.
r11857: (kschimpf) PNaCl: Update LLVM revision in pnacl/DEPS
r11858: (kschimpf) PNaCl: Update LLVM revision in pnacl/DEPS.
r11859: (sbc) Remove errno and __errno from libnosys.
r11860: (shcherbina) Weaken sel_ldr dependency on old x86 validator.
r11861: (shcherbina) Split tls and string instruction tests into nicer chunks.
r11862: (shcherbina) Disable nop patching in validator targeted tests.
r11863: (shcherbina) Remove remnants of nop patching from validator targeted tests.
r11864: (jvoung) Remove pnacl-nmf and GENNMF now that it is removed from chrome scons tests.
r11865: (dschuff) Check for 64-bit phdrs for the TLS template in any x86-64 compilation
r11866: (thakis) Let `gclient sync` in Chromium work on *BSD.
BUG=none
TEST=browser_tests and nacl_integration
Review URL: https://codereview.chromium.org/20754005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@214020 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": "11830", + "nacl_revision": "11866", # 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 |