mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 14:06:33 +00:00
Pull LLVM/Clang/LLDB into third_party
This might feel a bit premature, but I feel fairly confident that basing a lot of the processing on LLDB is the way to go, so I plan to start by integrating it into our build process. (I think probably moving from gyp to GN first makes sense, so I can defer landing this until after that's farther along if you like.) BUG=crashpad:29 Change-Id: I85ee44f4e777f9d7ce521c4caf10ead21ffd8818 Reviewed-on: https://chromium-review.googlesource.com/424910 Reviewed-by: Mark Mentovai <mark@chromium.org>
This commit is contained in:
parent
0567536f86
commit
2d68949f7f
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,6 +12,7 @@
|
||||
/out
|
||||
/third_party/gtest/gtest
|
||||
/third_party/gyp/gyp
|
||||
/third_party/llvm
|
||||
/third_party/mini_chromium/mini_chromium
|
||||
/xcodebuild
|
||||
tags
|
||||
|
16
DEPS
16
DEPS
@ -17,18 +17,28 @@ vars = {
|
||||
}
|
||||
|
||||
deps = {
|
||||
'buildtools':
|
||||
Var('chromium_git') + '/chromium/buildtools.git@' +
|
||||
'f8fc76ea5ce4a60cda2fa5d7df3d4a62935b3113',
|
||||
'crashpad/third_party/gtest/gtest':
|
||||
Var('chromium_git') + '/external/github.com/google/googletest@' +
|
||||
'ec44c6c1675c25b9827aacd08c02433cccde7780',
|
||||
'crashpad/third_party/gyp/gyp':
|
||||
Var('chromium_git') + '/external/gyp@' +
|
||||
'93cc6e2c23e4d5ebd179f388e67aa907d0dfd43d',
|
||||
|
||||
# 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@' +
|
||||
'de1afb04f4afc074ec6d23bd9ee7b1e6b365427f',
|
||||
'buildtools':
|
||||
Var('chromium_git') + '/chromium/buildtools.git@' +
|
||||
'f8fc76ea5ce4a60cda2fa5d7df3d4a62935b3113',
|
||||
}
|
||||
|
||||
hooks = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user