Skip to content

Commit

Permalink
Add copy_pdb as a dependency of generate_breakpad_symbols
Browse files Browse the repository at this point in the history
This makes sure all the symbol files have been copied to the
output directory before generating breakpad symbols.

Fixes brave/brave-browser#809
  • Loading branch information
mbacchi committed Aug 24, 2018
1 parent eece84d commit d2a3761
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/win/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ action("generate_breakpad_symbols") {

deps = [
"//third_party/breakpad:dump_syms",
"//brave/build/win:copy_pdb",
]
}

Expand Down

0 comments on commit d2a3761

Please sign in to comment.