Skip to content

Commit

Permalink
Resync dump_syms binary in breakpad.gyp with upstream.
Browse files Browse the repository at this point in the history
This avoids a link error due to missing dependencies to stuff defined in
test_assembler.cc.

BUG=none
TEST=dump_syms links

Review URL: http://codereview.chromium.org/2873058

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53444 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
mnissler@chromium.org committed Jul 23, 2010
1 parent 02e0da6 commit c675b7e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions breakpad/breakpad.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -230,14 +230,12 @@

'sources': [
'src/common/dwarf/bytereader.cc',
'src/common/dwarf/cfi_assembler.cc',
'src/common/dwarf_cfi_to_module.cc',
'src/common/dwarf_cfi_to_module.h',
'src/common/dwarf_cu_to_module.cc',
'src/common/dwarf_cu_to_module.h',
'src/common/dwarf/dwarf2diehandler.cc',
'src/common/dwarf/dwarf2reader.cc',
'src/common/dwarf/functioninfo.cc',
'src/common/dwarf_line_to_module.cc',
'src/common/dwarf_line_to_module.h',
'src/common/language.cc',
Expand Down

0 comments on commit c675b7e

Please sign in to comment.