diff options
author | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-23 17:58:00 +0000 |
---|---|---|
committer | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-23 17:58:00 +0000 |
commit | 2c4aaad836cccfd82f10707f5c94c5d8adb2a143 (patch) | |
tree | 354b5ec6fb732b2d3eb92379b247bba6a7a8f830 /DEPS | |
parent | 59fcbdb3b30c2c0ac72817a6aa3a518d1208941f (diff) | |
download | chromium_src-2c4aaad836cccfd82f10707f5c94c5d8adb2a143.zip chromium_src-2c4aaad836cccfd82f10707f5c94c5d8adb2a143.tar.gz chromium_src-2c4aaad836cccfd82f10707f5c94c5d8adb2a143.tar.bz2 |
NaCl: Update revision in DEPS, r11819 -> r11830
This pulls in the following Native Client changes:
r11820: (petarj) [MIPS] Modify NaClFindAddressSpaceRandomized to find appropriate address
r11821: (mcgrathr) toolchain_build: Use POSIX-style path separators uniformly
r11822: (mseaborn) Cleanup: Remove tests/autoloader, which is dead code
r11823: (mseaborn) IRT: Remove weak definition of IrtInit() and simplify initialisation
r11824: (jvoung) Update PNaCl LLVM DEPS revision.
r11825: (jvoung) LLVM-nightly: Remove expected failure "aha" for x86-64.
r11826: (kschimpf) Roll pnacl llvm rev.
r11827: (kschimpf) Update PNaCl LLVM DEPS revision
r11828: (mcgrathr) toolchain_build: Update binutils revision
r11829: (eliben) Update LLVM revision in pnacl/DEPS. Pulls in:
r11830: (shcherbina) Add @spec section to lots of targeted validator tests.
BUG=none
TEST=browser_tests and nacl_integration
Review URL: https://codereview.chromium.org/19545003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@213163 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": "11819", + "nacl_revision": "11830", # 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 |