diff options
author | jfb <jfb@chromium.org> | 2015-04-02 14:12:10 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-04-02 21:13:16 +0000 |
commit | ca35ce841a2bba09a646275cddb47a4c8a093df7 (patch) | |
tree | b0c04c8f2ef4555759ad9d6115037e4b9a1508d3 /DEPS | |
parent | ac842b5d3769e9ea4ab6b034fc525f0b7796fdf4 (diff) | |
download | chromium_src-ca35ce841a2bba09a646275cddb47a4c8a093df7.zip chromium_src-ca35ce841a2bba09a646275cddb47a4c8a093df7.tar.gz chromium_src-ca35ce841a2bba09a646275cddb47a4c8a093df7.tar.bz2 |
NaCl: Update revision in DEPS, 6af0274 -> f905149
This pulls in the following Native Client changes:
6e8abe3: (jfb@chromium.org) PNaCl: Update LLVM revision in pnacl/COMPONENT_REVISIONS
169b6fa: (jfb@chromium.org) Revert of PNaCl: Update LLVM revision in pnacl/COMPONENT_REVISIONS (patchset #1 id:1 of https://codereview.chromium.org/1058603002/)
9923b64: (bradnelson@google.com) Clean up more things in the temp directory.
117b9e6: (bradnelson@google.com) Don't try to chmod symlinks.
211d5ff: (jfb@chromium.org) PNaCl: Update LLVM revision in pnacl/COMPONENT_REVISIONS
b759988: (stichnot@chromium.org) Add pnacl-translate -split-module={auto|seq}.
b5c242d: (jfb@chromium.org) PNaCl: Update LLVM revision in pnacl/COMPONENT_REVISIONS
49a3708: (jfb@chromium.org) Revert of PNaCl: Update LLVM revision in pnacl/COMPONENT_REVISIONS (patchset #1 id:1 of https://codereview.chromium.org/1055753002/)
f905149: (jfb@chromium.org) Update revision for PNaCl
Changes: https://chromium.googlesource.com/native_client/src/native_client/+log/6af02746e0fe59308afb793799976a0a3e4a7641..f905149157d3d1796488c2753e6aa6a01b307868
BUG=none
TEST=browser_tests and nacl_integration
CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:linux_chromium_dbg_32_ng,linux_nacl_sdk_build
R= jvoung@chromium.org
Review URL: https://codereview.chromium.org/1056923002
Cr-Commit-Position: refs/heads/master@{#323562}
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -94,7 +94,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': '6af02746e0fe59308afb793799976a0a3e4a7641', + 'nacl_revision': 'f905149157d3d1796488c2753e6aa6a01b307868', } # Only these hosts are allowed for dependencies in this DEPS file. |