mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 22:26:06 +00:00
I've heard/lived enough horror stories about AV, outbound-blocking firewalls, etc. on Windows, that I think the best approach is to have chrome.exe embed the majority of crashpad_handler and jump to it as early as possible when running in that mode. So, move most of crashpad_handler into a static_library with just main() in the executable target. R=mark@chromium.org BUG=chromium:546288, crashpad:27 Review URL: https://codereview.chromium.org/1416873016 .
Description
Languages
C++
92.5%
Objective-C++
2.5%
C
2%
Python
1.8%
Assembly
0.9%
Other
0.3%