mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-26 06:31:50 +08:00
2d68949f7f
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>
19 lines
228 B
Plaintext
19 lines
228 B
Plaintext
*.Makefile
|
|
*.ninja
|
|
*.pyc
|
|
*.target.mk
|
|
*.xcodeproj
|
|
*~
|
|
.*.sw?
|
|
.DS_Store
|
|
.gdb_history
|
|
.gdbinit
|
|
/Makefile
|
|
/out
|
|
/third_party/gtest/gtest
|
|
/third_party/gyp/gyp
|
|
/third_party/llvm
|
|
/third_party/mini_chromium/mini_chromium
|
|
/xcodebuild
|
|
tags
|