Skip to content

Commit

Permalink
fix: generate symbols for the correct crashpad handler binary (electr…
Browse files Browse the repository at this point in the history
  • Loading branch information
nornagon authored May 13, 2020
1 parent fc468cc commit e82bb06
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 @@ -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") {
Expand Down

0 comments on commit e82bb06

Please sign in to comment.