diff options
author | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-02 21:59:00 +0000 |
---|---|---|
committer | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-02 21:59:00 +0000 |
commit | 30f756934ace32c2044ae06c68d657006245e5af (patch) | |
tree | 99ff99cb49f02f47f0a095e8d0ec6a1b11482c8f /DEPS | |
parent | a5242d5dc5dc0581609ce232416494abfd683211 (diff) | |
download | chromium_src-30f756934ace32c2044ae06c68d657006245e5af.zip chromium_src-30f756934ace32c2044ae06c68d657006245e5af.tar.gz chromium_src-30f756934ace32c2044ae06c68d657006245e5af.tar.bz2 |
NaCl: Update revision in DEPS, r7300 -> r7328
This pulls in the following Native Client changes:
r7301: (pdox) Update BINUTILS_REV to pull in merge with git binutils repo up to
r7302: (ncbray) NaCl Mac 10.5 buildbots use Python 2.7 instead of 2.5.
r7303: (jasonwkim) Disable x86* translator on CrOS due to missing shim
r7304: (jvoung) Do a barrel^H^H^H^H^H^H toolchain DEPS roll!
r7306: (robertm) Add support for a bigger jail whih can build large parts of chrome.
r7307: (dschuff) Fix unrecognized option bug in pnacl-translate, make run.py quiet mode swallow sel_ldr stderr output
r7308: (dschuff) Update torture test scripts to use clang, update known failures for clang
r7309: (sehr) Make llc and ld command lines use argz, and add new command line interfaces
r7310: (mseaborn) x86-64 Windows: Fix check in stack unwinding test to be suitably strict
r7311: (robertm) Exclude /usr/lib LIBPATH when using arm cross toolchain.
r7312: (mcgrathr) Move over tweaks to munge-phdr script from chromium repo
r7313: (mseaborn) Re-enable the multiple-sandboxes test on x86-32 Linux
r7314: (sehr) Update toolchain to get http://codereview.chromium.org/8771010/.
r7315: (robertm) update arm trusted TC to lastest version (manually built, labelled "rev 7000")
r7316: (mseaborn) Remove redundant "exit_status=0" arguments
r7318: (noelallen) Revert of ARM break.
r7320: (krasin) Update glibc rev to 9e33f4. This brings in: Define __WORDSIZE 32 for strt* routines.
r7321: (jvoung) Bump chrome deps / binary rev.
r7323: (sehr) Add needed Pnacl support to sel_universal. This allows testing the argz-based
r7324: (jvoung) DEPS-in third_party/ply from chromium to allow running the IDL generator
r7326: (mseaborn) Enable tests/windows_crash_in_syscall to build with PNaCl
r7327: (mseaborn) sync_tgz.py: Fix unchecked subprocess.call() call
r7328: (ncbray) Browser tests are retried when known flake occurs.
BUG=none
TEST=nacl_integration
Review URL: http://codereview.chromium.org/8775037
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112800 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": "101791", "chromium_git": "http://git.chromium.org/git", "swig_revision": "69281", - "nacl_revision": "7300", + "nacl_revision": "7328", # 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 |