diff options
author | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-13 21:11:41 +0000 |
---|---|---|
committer | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-13 21:11:41 +0000 |
commit | 420a726bf360da59b34e59c95af0bd891097bba2 (patch) | |
tree | f6aa0ea444902c7dfaa249ec870e44ded868689c /DEPS | |
parent | e5f908e13979f34afe955e8c6d40c18c4aa1ad42 (diff) | |
download | chromium_src-420a726bf360da59b34e59c95af0bd891097bba2.zip chromium_src-420a726bf360da59b34e59c95af0bd891097bba2.tar.gz chromium_src-420a726bf360da59b34e59c95af0bd891097bba2.tar.bz2 |
NaCl: Update revision in DEPS, r7983 -> r8008
This pulls in the following Native Client changes:
r7984: (mcgrathr) Filter -fprofile-generate out of flags for nacl_helper_bootstrap
r7985: (mcgrathr) Use SCons feature to hide long command lines in temporary files on Windows
r7986: (mseaborn) thread_create: Reuse NaClIsValidJumpTarget() for checking function argument
r7987: (mseaborn) Stop using the Scons-built IRT library on the NaCl/Chromium integration bot
r7988: (pdox) Partially enable metadata file passing and interpretation.
r7989: (jvoung) Bump upstream rev to bring in StubWriter.h, missing from 7988.
r7990: (pasko) validator_ragel: forbid data16 on control transfer
r7991: (pasko) validator_ragel: handle more validator messages in x86-32 tests
r7992: (mseaborn) Scons: Merge dynamic_library_browser_tests into chrome_browser_tests
r7993: (pasko) validator_ragel: fix the crosses_block test special casing
r7994: (robertm) A simple tool for making objdump's disassemble dumps
r7995: (dschuff) Update UPSTREAM_REV to pull in the merge to r152162
r7996: (robertm) Roll ARM trusted TC to 7004 pulling in a new version of qemu (1.0.1)
r7997: (robertm) Switch to the latest qemu version and re-enable a patch which improves
r7999: (jvoung) Avoid some aliasing in buildbot "BUILD_STEP" printouts for pnacl bots.
r8000: (bsy) make clock interface optional.
r8002: (mseaborn) Exception handling: Split test so that it can be separately enabled/disabled
r8004: (dschuff) Have merge-bot script print out local hg revision to ease merge failure diagnosis
r8005: (dschuff) Only show info in merge script for llvm (the bot doesn't have checkouts of the rest)
r8006: (jvoung) Bump pnacl upstream rev.
r8007: (mseaborn) Cleanup: No need to link against -ldl
r8008: (mseaborn) Debug stub: Remove empty test files
BUG=none
TEST=nacl_integration
Review URL: https://chromiumcodereview.appspot.com/9694043
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126466 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": "110499", "chromium_git": "http://git.chromium.org/git", "swig_revision": "69281", - "nacl_revision": "7983", + "nacl_revision": "8008", # After changing nacl_revision, run 'glient sync' and check native_client/DEPS # to update other nacl_*_revision's. "nacl_tools_revision": "7955", # native_client/DEPS: tools_rev |