diff options
author | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-24 17:58:02 +0000 |
---|---|---|
committer | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-24 17:58:02 +0000 |
commit | 6fd1d1e0c83584afb676dfddd5c634e638f8e2b8 (patch) | |
tree | ac3e107ecf066490dc6986e2531f4274ed4dc2ee /DEPS | |
parent | aa7f9cd099cb7772fdc0aa4eebaf8af0540e2267 (diff) | |
download | chromium_src-6fd1d1e0c83584afb676dfddd5c634e638f8e2b8.zip chromium_src-6fd1d1e0c83584afb676dfddd5c634e638f8e2b8.tar.gz chromium_src-6fd1d1e0c83584afb676dfddd5c634e638f8e2b8.tar.bz2 |
NaCl: Update revision in DEPS, r10473 -> r10503
This pulls in the following Native Client changes:
r10474: (phajdan.jr) Fix build without pnacl.
r10475: (mseaborn) Allow creating a NaClAppThread without creating a new host OS thread
r10476: (stichnot) Fix typo in comments (Poplate -> Populate).
r10477: (mcgrathr) toolchain_build: Update gcc and binutils revisions
r10478: (shcherbina) Enable arm validator build on windows.
r10479: (mcgrathr) Deploy new ARM toolchain
r10480: (jvoung) Update runtime_eon perf regression on ARM HW bots.
r10481: (jvoung) Fix pnacl-strip to handle native archives.
r10482: (shcherbina) Validator_ragel: move byte_machines out of unreviewed.
r10483: (jfb) ARM validator: add some thread pointer load checks.
r10484: (jfb) ARM validator: remove checked-in nexe tests.
r10485: (mcgrathr) toolchain_build: Update gcc revision
r10486: (jvoung) Remove spirit from llvm-testsuite known failures (unexpected pass).
r10487: (mcgrathr) Use -Trodata-segment with new (ARM) toolchain, re-enable tests
r10488: (stichnot) Reenable -fast-isel for x86-64.
r10489: (jfb) Update PNaCl DEPS.
r10490: (kschimpf) Add uses to ARM table parallel_addition_and_subtraction_signed
r10491: (jfb) Update PNaCl tools.
r10493: (jvoung) Update pnacl gold rev to pull in halt sled padding change.
r10494: (shcherbina) Add empty file (to use as ARM validator golden file for stderr).
r10495: (sehr) Add jfb to owners.
r10496: (shcherbina) Slighly alter ARM ncval output format as a step towards unifying validators.
r10497: (halyavin) Add WIN32_LEAN_AND_MEAN to scons build. Remove hacks around it.
r10498: (jvoung) Handle gnu thin archives in pnacl drivers, rather than throwing an error.
r10499: (mcgrathr) toolchain_build: Update gcc revision
r10500: (mcgrathr) Deploy new ARM toolchain
r10501: (dmichael) Remove obsolete "NaClDescIoDescExternalize is EXPERIMENTAL" Logging
r10502: (jvoung) Change IRT text size limit from 4MB to 6MB.
r10503: (halyavin) Debug stub: Move thread exit notification out of threads lock.
BUG=none
TEST=nacl_integration
Review URL: https://codereview.chromium.org/11644096
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@174584 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": "10473", + "nacl_revision": "10503", # 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 |