From e935375fe9552fabd093f35027d0980b055397f4 Mon Sep 17 00:00:00 2001 From: Mark Mentovai Date: Mon, 20 Nov 2017 16:03:05 -0500 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20check=20out=20lldb=20(or=20llvm?= =?UTF-8?q?=20or=20clang)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These are large, not pinned (floating at HEAD), and we’re not currently using them. Change-Id: I550f832aeb42db8404fdb764f78e83136a2a7ef6 Reviewed-on: https://chromium-review.googlesource.com/779668 Reviewed-by: Scott Graham Commit-Queue: Mark Mentovai --- .gitignore | 1 - DEPS | 10 ---------- 2 files changed, 11 deletions(-) diff --git a/.gitignore b/.gitignore index 43ab9c0a..3311c2ef 100644 --- a/.gitignore +++ b/.gitignore @@ -12,7 +12,6 @@ /out /third_party/gtest/gtest /third_party/gyp/gyp -/third_party/llvm /third_party/mini_chromium/mini_chromium /third_party/zlib/zlib /xcodebuild diff --git a/DEPS b/DEPS index 26aa6bf4..2e40af5e 100644 --- a/DEPS +++ b/DEPS @@ -26,16 +26,6 @@ deps = { 'crashpad/third_party/gyp/gyp': Var('chromium_git') + '/external/gyp@' + 'f72586209ecbf70b71ce690f2182ebe51669cbb3', - - # TODO(scottmg): Consider pinning these. For now, we don't have any particular - # reason to do so. - 'crashpad/third_party/llvm': - Var('chromium_git') + '/external/llvm.org/llvm.git@HEAD', - 'crashpad/third_party/llvm/tools/clang': - Var('chromium_git') + '/external/llvm.org/clang.git@HEAD', - 'crashpad/third_party/llvm/tools/lldb': - Var('chromium_git') + '/external/llvm.org/lldb.git@HEAD', - 'crashpad/third_party/mini_chromium/mini_chromium': Var('chromium_git') + '/chromium/mini_chromium@' + 'dd0c3e9680ae3c4c22f2221a2a75e48dd4a562ec',