fix: generate symbols for the correct crashpad handler binary (#23537)
This commit is contained in:
parent
fc468cce3b
commit
e82bb06336
1 changed files with 3 additions and 3 deletions
6
BUILD.gn
6
BUILD.gn
|
@ -987,10 +987,10 @@ if (is_mac) {
|
||||||
}
|
}
|
||||||
|
|
||||||
extract_symbols("crashpad_handler_syms") {
|
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"
|
symbol_dir = "$root_out_dir/breakpad_symbols"
|
||||||
dsym_file = "$root_out_dir/crashpad_handler.dSYM/Contents/Resources/DWARF/crashpad_handler"
|
dsym_file = "$root_out_dir/chrome_crashpad_handler.dSYM/Contents/Resources/DWARF/chrome_crashpad_handler"
|
||||||
deps = [ "//third_party/crashpad/crashpad/handler:crashpad_handler" ]
|
deps = [ "//components/crash/core/app:chrome_crashpad_handler" ]
|
||||||
}
|
}
|
||||||
|
|
||||||
group("electron_symbols") {
|
group("electron_symbols") {
|
||||||
|
|
Loading…
Reference in a new issue