diff options
author | mnissler@chromium.org <mnissler@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-23 07:43:08 +0000 |
---|---|---|
committer | mnissler@chromium.org <mnissler@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-23 07:43:08 +0000 |
commit | c675b7e3a0c2c68594b0b88f6cc3ab040f68bfd1 (patch) | |
tree | 4f2a5a1afc91b16986bdd65b093a065ac7043bbd /breakpad | |
parent | 02e0da600ccbd1a63857b8d4291901729487d10e (diff) | |
download | chromium_src-c675b7e3a0c2c68594b0b88f6cc3ab040f68bfd1.zip chromium_src-c675b7e3a0c2c68594b0b88f6cc3ab040f68bfd1.tar.gz chromium_src-c675b7e3a0c2c68594b0b88f6cc3ab040f68bfd1.tar.bz2 |
Resync dump_syms binary in breakpad.gyp with upstream.
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
Diffstat (limited to 'breakpad')
-rw-r--r-- | breakpad/breakpad.gyp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp index 1dfae53..2abe827 100644 --- a/breakpad/breakpad.gyp +++ b/breakpad/breakpad.gyp @@ -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', |