From 06c1b216dcc90b933ae3c89a29182bc6a6dea646 Mon Sep 17 00:00:00 2001 From: thestig Date: Wed, 3 Dec 2014 19:03:01 -0800 Subject: [PATCH] Revert of NaCl: Update revision in DEPS, r14147 -> r14154 (patchset #1 id:1 of https://codereview.chromium.org/774883002/) Reason for revert: Broke MSAN bots. Original issue's description: > NaCl: Update revision in DEPS, r14147 -> r14154 > > This pulls in the following Native Client changes: > > r14148: (dschuff) PNaCl: Update LLVM/clang/binutils-x86 revision in pnacl/COMPONENT_REVISIONS > r14149: (hamaji) Update revision for PNaCl r14144->r14148 > r14150: (petarj) Fix issue in DecodeEscaping() in debug_stub test > r14151: (mseaborn) Remove much of the unused parts of pnacl/build.sh > r14152: (bradnelson) Nest the pnacl section of untrusted.gypi to the same level. > r14153: (dyen) The cached results from toolchain_build should be deterministic. > r14154: (jvoung) Add options for base dir and redirecting files to IRT open resource and use it. > > BUG=none > TEST=browser_tests and nacl_integration > CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:linux_rel_precise32,linux_arm_compile,linux_nacl_sdk > > Committed: https://crrev.com/42eb0eef6896901103f03c37c7e1fdd6e87eac5e > Cr-Commit-Position: refs/heads/master@{#306727} TBR=dschuff@chromium.org,mseaborn@chromium.org NOTREECHECKS=true NOTRY=true BUG=none Review URL: https://codereview.chromium.org/773383002 Cr-Commit-Position: refs/heads/master@{#306754} --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index a5752100ed82a6..b55fab2e6619b2 100644 --- a/DEPS +++ b/DEPS @@ -96,7 +96,7 @@ vars = { # Three lines of non-changing comments so that # the commit queue can handle CLs rolling NaCl # and whatever else without interference from each other. - 'nacl_revision': '9a55a9f76130f86000bdbf7dbe90a7aa7f644342', # from svn revision r14154 + 'nacl_revision': 'd4e59afe284b4aad20a361859c23e50df94fdbd2', # from svn revision r14147 } # Only these hosts are allowed for dependencies in this DEPS file.