From e91d7d0f624bcd491ff5d848ce6862646aa00c83 Mon Sep 17 00:00:00 2001 From: "agl@chromium.org" Date: Mon, 5 Apr 2010 21:45:03 +0000 Subject: 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 --- breakpad/breakpad.gyp | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'breakpad/breakpad.gyp') 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', ], -- cgit v1.1