fix: generate symbols for the correct crashpad handler binary (#23537)

This commit is contained in:
Jeremy Apthorp 2020-05-13 13:54:40 -07:00 committed by GitHub
parent fc468cce3b
commit e82bb06336
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -987,10 +987,10 @@ if (is_mac) {
}
extract_symbols("crashpad_handler_syms") {
binary = "$root_out_dir/crashpad_handler"
binary = "$root_out_dir/chrome_crashpad_handler"
symbol_dir = "$root_out_dir/breakpad_symbols"
dsym_file = "$root_out_dir/crashpad_handler.dSYM/Contents/Resources/DWARF/crashpad_handler"
deps = [ "//third_party/crashpad/crashpad/handler:crashpad_handler" ]
dsym_file = "$root_out_dir/chrome_crashpad_handler.dSYM/Contents/Resources/DWARF/chrome_crashpad_handler"
deps = [ "//components/crash/core/app:chrome_crashpad_handler" ]
}
group("electron_symbols") {