Skip to content

Commit

Permalink
fix: generate symbols for the correct crashpad handler binary (#23573)
Browse files Browse the repository at this point in the history
Co-authored-by: Jeremy Apthorp <nornagon@nornagon.net>
  • Loading branch information
trop[bot] and nornagon committed May 14, 2020
1 parent a3256fa commit 3a51ee5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -1009,10 +1009,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") {
Expand Down

0 comments on commit 3a51ee5

Please sign in to comment.