From cb915325192ddc12fc815d314bbfa366e8d3674b Mon Sep 17 00:00:00 2001 From: "mseaborn@chromium.org" Date: Fri, 16 May 2014 19:35:02 +0000 Subject: [PATCH] NaCl: Update revision in DEPS, r13167 -> r13181 This pulls in the following Native Client changes: r13168: (mseaborn) Non-SFI NaCl: Enable running more tests with nonsfi_loader r13169: (dyen) Make toolchain build upload linux 64 bit hosted toolchain. r13170: (dschuff) Add bot selectors for new PNaCl mac and windows bots r13171: (dyen) Removed old toolchain management files. r13172: (mseaborn) PNaCl: Remove unnecessary use of "-Ttext" option when doing bitcode linking r13173: (petarj) [MIPS] Switch to newer versions of the tools r13174: (noelallen) Create GROUPS for trusted and untrusted targets to avoid using default toolchain... r13175: (noelallen) Pin latest bionic version number. r13176: (jvoung) Remove deprecated NaClDescIoDescMakeFromHandle. r13177: (jvoung) Add more detailed perf markers to clarify perf of NaCl ELF file load. r13178: (petarj) [MIPS] Fix incorrect use of assembly macro in the test r13179: (bradnelson) Use SO_EXCLUSIVEADDRUSE on Windows instead of SO_REUSEADDR. r13180: (mseaborn) command_tester.py: Don't write output file if the test failed r13181: (mseaborn) readlink() syscall: Add missing test and fix to work on larger buffer sizes BUG=none TEST=browser_tests and nacl_integration Review URL: https://codereview.chromium.org/286033003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271081 0039d316-1c4b-4281-b951-d872f2087c98 --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 01920a2aa583..314bfaadb441 100644 --- a/DEPS +++ b/DEPS @@ -33,7 +33,7 @@ vars = { "chromiumos_git": "https://chromium.googlesource.com/chromiumos", "skia_git": "https://skia.googlesource.com", "swig_revision": "230490", - "nacl_revision": "13167", + "nacl_revision": "13181", # After changing nacl_revision, run 'glient sync' and check native_client/DEPS # to update other nacl_*_revision's. "nacl_tools_revision": "13077", # native_client/DEPS: tools_rev -- 2.11.4.GIT