diff options
author | mcgrathr@chromium.org <mcgrathr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-17 16:31:09 +0000 |
---|---|---|
committer | mcgrathr@chromium.org <mcgrathr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-17 16:31:09 +0000 |
commit | e02fb91852c4713dc1edc5758ecf23c6b717e9fd (patch) | |
tree | 0acdc773640722f2432d3fe34d5d1896d7f71495 /DEPS | |
parent | b3178ad830b98bfcca1d678b790fa81366d8b314 (diff) | |
download | chromium_src-e02fb91852c4713dc1edc5758ecf23c6b717e9fd.zip chromium_src-e02fb91852c4713dc1edc5758ecf23c6b717e9fd.tar.gz chromium_src-e02fb91852c4713dc1edc5758ecf23c6b717e9fd.tar.bz2 |
NaCl: Update revision in DEPS, r6909 -> r6941
NOTE: r6941 fixes a user-visible regression vs M15/M14.
This pulls in the following Native Client changes:
r6910: (noelallen) Update untrusted GYP build to support mac.
r6911: (mcgrathr) Handle ELFCLASS32 files for x86-64
r6912: (mcgrathr) Update pnacl binutils revision
r6913: (bsy) roll deps, get new clang stuff, fix clang build issues.
r6914: (krasin) Bump DEPS for pnacl toolchain to r6912.
r6915: (bsy) remove information leak in get_tls fast path
r6916: (nfullagar) Enable variadic macros in SConstruct
r6917: (bsy) remove scaffolding for cross repo change to plumb exitStatus through to JS.
r6918: (nfullagar) Enable variadic macros, naclsdk.py
r6919: (krasin) Fix a memory leak (64 bytes) in NaClAttemptToExecuteData
r6920: (bsy) fix clang update caused build break w/ asm.
r6921: (bsy) fix NACL_ALLOW_THIS_IN_INITIALIZER_LIST
r6922: (jasonwkim) Refine approach for ChromiumOS
r6923: (jasonwkim) Fix typo
r6924: (jasonwkim) fix typo
r6925: (pdox) PNaCl only needs -static for linking statically against GLibC. (The pnacl driver handles the linker script change)
r6926: (nfullagar) Disable nacl logging when building from chrome.
r6927: (krasin) Fix a memory leak in src/trusted/service_runtime/nacl_sync_cond_test.c
r6928: (krasin) pnacl clang: use __asm__, not asm, to satisfy -pedantic.
r6929: (eugenis) Enable ASan bots.
r6930: (kschimpf) Simplify the code of the x86-64 validator to more directly call its
r6931: (jasonwkim) Remove dead code
r6932: (noelallen) Update untrusted GYP to support building of Chrome IRT.
r6933: (nfullagar) Adjust filtering on NaClLog when built in chrome.
r6934: (sehr) Add zero-length output files that choke the trybots.
r6935: (noelallen) Build 32 adn 64 bit for Windows
r6936: (pdox) Fix thread_test for PNaCl GLibC by disabling dynamic_annotations/valgrind.
r6937: (sehr) Add nexes for read sandboxing tests. The next CL that depends on them includes the .S files that produce these nexes with compile_tests.sh in the same directory.
r6938: (pdox) Update BINUTILS_REV to bring in: http://codereview.chromium.org/8298009/
r6939: (pdox) Update UPSTREAM_REV and LLVM_PROJECT_REV to bring in LLVM merge up to r141981.
r6940: (noelallen) Convert paths to POSIX style on Windows and remove spew.
r6941: (mcgrathr) Preserve x87 FPU control word across trampoline system calls
BUG=none
TEST=nacl_integration
R=ncbray@google.com,mseaborn@chromium.org,sehr@google.com
Review URL: http://codereview.chromium.org/8303005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105820 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ vars = { "webkit_revision": "97595", "chromium_git": "http://git.chromium.org/git", "swig_revision": "69281", - "nacl_revision": "6909", + "nacl_revision": "6941", # After changing nacl_revision, run 'glient sync' and check native_client/DEPS # to update other nacl_*_revision's. # TODO(brettw) We should use the "From" syntax to avoid hardcoding the |