diff options
-rw-r--r-- | DEPS | 2 | ||||
-rw-r--r-- | breakpad/breakpad.gyp | 17 |
2 files changed, 8 insertions, 11 deletions
@@ -44,7 +44,7 @@ vars = { deps = { "src/breakpad/src": - (Var("googlecode_url") % "google-breakpad") + "/trunk/src@1069", + (Var("googlecode_url") % "google-breakpad") + "/trunk/src@1052", "src/googleurl": (Var("googlecode_url") % "google-url") + "/trunk@179", diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp index f7fd3e6..e79001e 100644 --- a/breakpad/breakpad.gyp +++ b/breakpad/breakpad.gyp @@ -27,22 +27,21 @@ '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', ], }, { @@ -255,8 +254,7 @@ '..', ], 'sources': [ - 'src/google_breakpad/processor/call_stack.h', - 'src/google_breakpad/processor/stack_frame_symbolizer.h', + 'src/google_breakpad/procesor/call_stack.h', 'src/processor/minidump_stackwalk.cc', 'src/processor/stackwalker.cc', 'src/processor/stackwalker.h', @@ -290,7 +288,6 @@ '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', |