diff options
author | mseaborn <mseaborn@chromium.org> | 2014-10-22 15:49:42 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-10-22 22:49:56 +0000 |
commit | 8ccc2c14870ce8fa70ed1e55f0e7bef817cb8da3 (patch) | |
tree | d0e5be31a3823becfdf0cfdf45171e171164a68e /DEPS | |
parent | 7538785194246e87fb2d82b67a13c7d64018528c (diff) | |
download | chromium_src-8ccc2c14870ce8fa70ed1e55f0e7bef817cb8da3.zip chromium_src-8ccc2c14870ce8fa70ed1e55f0e7bef817cb8da3.tar.gz chromium_src-8ccc2c14870ce8fa70ed1e55f0e7bef817cb8da3.tar.bz2 |
NaCl: Update revision in DEPS, r13953 -> r13974
This pulls in the following Native Client changes:
r13954: (mseaborn) Clean up conditionalisation in the service_runtime/include/ headers
r13955: (hidehiko) Non-SFI Mode: Add linux_syscalls directory to the default include path of Non-SFI gyp rule.
r13960: (petarj) Simplify irt-linkage and fix an issue for MIPS
r13963: (dyen) win32 i686-nacl-as and i686-nacl-ld for PNaCl direct to NaCl toolchain.
r13964: (shyamsundarr) Allow vzeroall and vzeroupper in ragel dfa.
r13967: (nfullagar) Additional path modification to make benchmark code more
r13970: (hamaji) Non-SFI Mode: Append --allow-llvm-bitcode-input only once
BUG=none
TEST=browser_tests and nacl_integration
CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:linux_rel_precise32,linux_nacl_sdk,linux_chromium_dbg
Review URL: https://codereview.chromium.org/652133003
Cr-Commit-Position: refs/heads/master@{#300785}
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -96,7 +96,7 @@ vars = { # Three lines of non-changing comments so that # the commit queue can handle CLs rolling NaCl # and whatever else without interference from each other. - 'nacl_revision': '6a6d18e28e0b1bba5a408f4940ccbde4f1420d63', # from svn revision r13953 + 'nacl_revision': 'c4102cf8b31a545d4fba47108a45affdf92f6fa1', # from svn revision r13974 } # Only these hosts are allowed for dependencies in this DEPS file. |