diff options
author | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-05 21:45:03 +0000 |
---|---|---|
committer | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-05 21:45:03 +0000 |
commit | e91d7d0f624bcd491ff5d848ce6862646aa00c83 (patch) | |
tree | 4e2eaf652f2de1dc2b08076bbefea2c3982610ae /breakpad | |
parent | 9df1e3015f43cecc69ded3399bbf3049b3b4768e (diff) | |
download | chromium_src-e91d7d0f624bcd491ff5d848ce6862646aa00c83.zip chromium_src-e91d7d0f624bcd491ff5d848ce6862646aa00c83.tar.gz chromium_src-e91d7d0f624bcd491ff5d848ce6862646aa00c83.tar.bz2 |
Fix breakpad paths.
Looks like I lost a GYP define after a gclient sync and didn't notice
that I got some paths wrong in breakpad.gyp.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43654 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'breakpad')
-rw-r--r-- | breakpad/breakpad.gyp | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp index 833dada..29718de 100644 --- a/breakpad/breakpad.gyp +++ b/breakpad/breakpad.gyp @@ -211,28 +211,28 @@ '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', + 'src/common/language.h', 'src/common/linux/dump_stabs.cc', 'src/common/linux/dump_stabs.h', 'src/common/linux/dump_symbols.cc', 'src/common/linux/dump_symbols.h', - 'src/common/linux/dwarf_cfi_to_module.cc', - 'src/common/linux/dwarf_cfi_to_module.h', - 'src/common/linux/dwarf_cu_to_module.cc', - 'src/common/linux/dwarf_cu_to_module.h', - 'src/common/linux/dwarf_line_to_module.cc', - 'src/common/linux/dwarf_line_to_module.h', 'src/common/linux/file_id.cc', 'src/common/linux/file_id.h', 'src/common/linux/guid_creator.h', - 'src/common/linux/language.cc', - 'src/common/linux/language.h', - 'src/common/linux/module.cc', - 'src/common/linux/module.h', - 'src/common/linux/stabs_reader.cc', - 'src/common/linux/stabs_reader.h', + 'src/common/module.cc', + 'src/common/module.h', + 'src/common/stabs_reader.cc', + 'src/common/stabs_reader.h', 'src/tools/linux/dump_syms/dump_syms.cc', ], |