diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-11 23:15:39 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-11 23:15:39 +0000 |
commit | 400cb98f44149db771f2b935068f2812fb351928 (patch) | |
tree | 1684bbaca0c9592ff07334042a77743027909c47 /breakpad/breakpad.gyp | |
parent | ebec8b14d022849619f213145c35a6ca128c6ac4 (diff) | |
download | chromium_src-400cb98f44149db771f2b935068f2812fb351928.zip chromium_src-400cb98f44149db771f2b935068f2812fb351928.tar.gz chromium_src-400cb98f44149db771f2b935068f2812fb351928.tar.bz2 |
Roll DEPS for Breakpad 1052:1069.
Review URL: https://codereview.chromium.org/11098059
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@161434 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'breakpad/breakpad.gyp')
-rw-r--r-- | breakpad/breakpad.gyp | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp index e79001e..f7fd3e6 100644 --- a/breakpad/breakpad.gyp +++ b/breakpad/breakpad.gyp @@ -27,21 +27,22 @@ 'target_name': 'breakpad_utilities', 'type': 'static_library', 'sources': [ - 'src/common/convert_UTF.c', 'src/client/mac/handler/breakpad_nlist_64.cc', 'src/client/mac/handler/dynamic_images.cc', + 'src/client/mac/handler/minidump_generator.cc', + 'src/client/minidump_file_writer.cc', + 'src/common/convert_UTF.c', + 'src/common/mac/MachIPC.mm', + 'src/common/mac/SimpleStringDictionary.mm', + 'src/common/mac/arch_utilities.cc', 'src/common/mac/bootstrap_compat.cc', 'src/common/mac/file_id.cc', - 'src/common/mac/MachIPC.mm', 'src/common/mac/macho_id.cc', 'src/common/mac/macho_utilities.cc', 'src/common/mac/macho_walker.cc', - 'src/client/minidump_file_writer.cc', - 'src/client/mac/handler/minidump_generator.cc', - 'src/common/mac/SimpleStringDictionary.mm', - 'src/common/string_conversion.cc', 'src/common/mac/string_utilities.cc', 'src/common/md5.cc', + 'src/common/string_conversion.cc', ], }, { @@ -254,7 +255,8 @@ '..', ], 'sources': [ - 'src/google_breakpad/procesor/call_stack.h', + 'src/google_breakpad/processor/call_stack.h', + 'src/google_breakpad/processor/stack_frame_symbolizer.h', 'src/processor/minidump_stackwalk.cc', 'src/processor/stackwalker.cc', 'src/processor/stackwalker.h', @@ -288,6 +290,7 @@ 'src/processor/simple_symbol_supplier.h', 'src/processor/source_line_resolver_base.cc', 'src/processor/source_line_resolver_base.h', + 'src/processor/stack_frame_symbolizer.cc', 'src/processor/stackwalker.cc', 'src/processor/stackwalker.h', 'src/processor/stackwalker_amd64.cc', |