Commit 51d49b12 authored by dmazzoni@google.com's avatar dmazzoni@google.com

Revert 138432 - NaCl: Update revision in DEPS, r8655 -> r8676

(Broke chromium os build.)

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
r8671: (mseaborn) Build untrusted code with "-g" to get debugging info
r8672: (khim) Fix for bug #2796
r8674: (jvoung) Switch perf expectations size test from checking
r8675: (scottmg) avoid noise from assembler wrapper when preprocessing
r8676: (mseaborn) IRT threading: Add a test for TLS inside the IRT

BUG=none
TEST=nacl_integration

Review URL: https://chromiumcodereview.appspot.com/10422004

TBR=bradchen@google.com
Review URL: https://chromiumcodereview.appspot.com/10399139

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138438 0039d316-1c4b-4281-b951-d872f2087c98
parent 7398ee24
...@@ -11,7 +11,7 @@ vars = { ...@@ -11,7 +11,7 @@ vars = {
"webkit_revision": "118012", "webkit_revision": "118012",
"chromium_git": "http://git.chromium.org/git", "chromium_git": "http://git.chromium.org/git",
"swig_revision": "69281", "swig_revision": "69281",
"nacl_revision": "8676", "nacl_revision": "8655",
# After changing nacl_revision, run 'glient sync' and check native_client/DEPS # After changing nacl_revision, run 'glient sync' and check native_client/DEPS
# to update other nacl_*_revision's. # to update other nacl_*_revision's.
"nacl_tools_revision": "8228", # native_client/DEPS: tools_rev "nacl_tools_revision": "8228", # native_client/DEPS: tools_rev
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment