diff options
author | mcgrathr@chromium.org <mcgrathr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-03 21:04:46 +0000 |
---|---|---|
committer | mcgrathr@chromium.org <mcgrathr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-03 21:04:46 +0000 |
commit | 28de75bac5bef7d292110723b3a2b56b3f410099 (patch) | |
tree | a4b2a4b9b23787f03ab2df1678afbb6a2a76ef9d /DEPS | |
parent | fa2712a8f4d2c62ed124eabcdb4dfab608d052f7 (diff) | |
download | chromium_src-28de75bac5bef7d292110723b3a2b56b3f410099.zip chromium_src-28de75bac5bef7d292110723b3a2b56b3f410099.tar.gz chromium_src-28de75bac5bef7d292110723b3a2b56b3f410099.tar.bz2 |
NaCl: Update revision in DEPS, r7483 -> r7504
This pulls in the following Native Client changes:
r7484: (jvoung) Remove pnacl error tests for missing llc/ld. When we package llc/ld as a CRX or use Omaha, it should be hard to hit that case anyway, especially with the right amount of QA being done before pushing a new version out.
r7485: (mcgrathr) Fix typo and unused variable in win_as.py
r7486: (robertm) Switch to us llvm-mc for all platforms (arm was stil using gnus-as).
r7487: (noelallen) Change default verbosity of build_nexe.
r7488: (robertm) Centralize bot knowledge for file up/down loading.
r7489: (robertm) Fix typo in code for downloading canned binaries
r7490: (robertm) Roll both toolchains to rev 7487
r7492: (jvoung) Don't build crx with glibc files at all if not running with --nacl_glibc
r7493: (mcgrathr) Avoid dynamic libstdc++ dependency in Linux toolchains
r7494: (robertm) Another fix for the arm build-bots <-> hw bot handshake
r7495: (pdox) Cleanup pnacl-translate's link line.
r7496: (mcgrathr) Update binutils to 380881c and use --enable-deterministic-archives
r7497: (sehr) Fix some message fragmentation issues. Improve testing of fragmentation to
r7498: (pdox) * Introduce PNACL_CC_NEUTRAL, which is a neutral CC compiler (that does not depend on libc/c++). This is used to make it clear that the files being produced are identical between newlib/glibc toolchains.
r7499: (sehr) Revert 7497. It broke the valgrind and qemu bots.
r7500: (jvoung) Update llvm testsuite's known failures comments with a bit more detail.
r7501: (mcgrathr) Remove obsolete tests/lua code
r7502: (krasin) Bump Chrome DEPS to r115770.
r7504: (mcgrathr) Remove tests/earth, now duplicated in chromium/src/ppapi/native_client/tests
BUG=108379
TEST=nacl_integration
Review URL: http://codereview.chromium.org/9014017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116195 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ vars = { "webkit_revision": "103933", "chromium_git": "http://git.chromium.org/git", "swig_revision": "69281", - "nacl_revision": "7483", + "nacl_revision": "7504", # After changing nacl_revision, run 'glient sync' and check native_client/DEPS # to update other nacl_*_revision's. "nacl_tools_revision": "7139", # native_client/DEPS: tools_rev |