diff options
author | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-23 23:16:57 +0000 |
---|---|---|
committer | mseaborn@chromium.org <mseaborn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-23 23:16:57 +0000 |
commit | 675338786854487ef3fee04b920900e3368dc6f2 (patch) | |
tree | ac164db3a81404da6cec0b26100f67604535bd57 /DEPS | |
parent | ff65a8a959057873f220919692f67b9cfb38e42b (diff) | |
download | chromium_src-675338786854487ef3fee04b920900e3368dc6f2.zip chromium_src-675338786854487ef3fee04b920900e3368dc6f2.tar.gz chromium_src-675338786854487ef3fee04b920900e3368dc6f2.tar.bz2 |
NaCl: Update revision in DEPS, r8655 -> r8670
This pulls in the following Native Client changes:
r8656: (mseaborn) sel_main_chrome: Add an interface for setting the /dev/urandom FD
r8657: (halyavin) Test for debug stub with real gdb.
r8658: (halyavin) Gcl commited file not in CL. Revert for this.
r8659: (halyavin) Skip qualification test when gdb tests are run with asan.
r8660: (mseaborn) Scons: Move some glibc-test-disabling logic out of SConstruct
r8661: (mseaborn) Remove nacl_file.cc and the src/untrusted/ppapi directory
r8662: (mseaborn) libpthread: Remove a comment which I missed in my earlier change
r8663: (bradchen) Update build/untrusted.gyp for glibc builds
r8664: (mseaborn) Enable running nacl-glibc tests under the IRT
r8665: (bbudge) Update Chrome revision in NaCl DEPS.
r8667: (jvoung) Bump llvm rev for cleanup (removing -arm_static_tls flag).
r8668: (bsy) Change lock_impl_win.cc to use CRITICAL_SECTION objects.
r8669: (kschimpf) Generalize the concept of two instructions executing atomically.
r8670: (mseaborn) Thread suspension: Implement for Linux
BUG=none
TEST=nacl_integration
Review URL: https://chromiumcodereview.appspot.com/10412059
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138656 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ vars = { "webkit_revision": "118203", "chromium_git": "http://git.chromium.org/git", "swig_revision": "69281", - "nacl_revision": "8655", + "nacl_revision": "8670", # After changing nacl_revision, run 'glient sync' and check native_client/DEPS # to update other nacl_*_revision's. "nacl_tools_revision": "8228", # native_client/DEPS: tools_rev |