mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 14:06:33 +00:00
Don’t check out lldb (or llvm or clang)
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 <scottmg@chromium.org> Commit-Queue: Mark Mentovai <mark@chromium.org>
This commit is contained in:
parent
cd1d773a40
commit
e935375fe9
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
10
DEPS
10
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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user