From 1353a09a96e0427f01913a94149b7bc91beb2284 Mon Sep 17 00:00:00 2001 From: "thestig@chromium.org" Date: Fri, 13 Jan 2012 03:34:28 +0000 Subject: Roll DEPS for Breakpad r897:r902. Mostly changes being upstreamed from CrOS's branch. Cleanup some whitespaces while we're at it. Review URL: http://codereview.chromium.org/9158035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@117602 0039d316-1c4b-4281-b951-d872f2087c98 --- breakpad/breakpad.gyp | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'breakpad') diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp index 695932f..112f872 100644 --- a/breakpad/breakpad.gyp +++ b/breakpad/breakpad.gyp @@ -399,6 +399,7 @@ '../testing/gmock.gyp:gmock', 'breakpad_client', 'breakpad_processor_support', + 'linux_dumper_unittest_helper', ], 'sources': [ @@ -408,11 +409,21 @@ 'src/client/linux/minidump_writer/line_reader_unittest.cc', 'src/client/linux/minidump_writer/linux_dumper_unittest.cc', 'src/client/linux/minidump_writer/minidump_writer_unittest.cc', + 'src/common/linux/elf_core_dump.cc', + 'src/common/linux/elf_core_dump.h', + 'src/common/linux/elf_core_dump_unittest.cc', 'src/common/linux/file_id_unittest.cc', 'src/common/linux/linux_libc_support_unittest.cc', 'src/common/linux/synth_elf.cc', + 'src/common/linux/tests/crash_generator.cc', + 'src/common/linux/tests/crash_generator.h', + 'src/common/memory_range.h', 'src/common/memory_unittest.cc', 'src/common/test_assembler.cc', + 'src/common/tests/file_utils.cc', + 'src/common/tests/file_utils.h', + 'src/tools/linux/md2core/minidump_memory_range.h', + 'src/tools/linux/md2core/minidump_memory_range_unittest.cc', ], 'include_dirs': [ @@ -423,6 +434,19 @@ ], }, { + 'target_name': 'linux_dumper_unittest_helper', + 'type': 'executable', + 'dependencies': [ + ], + 'sources': [ + 'src/client/linux/minidump_writer/linux_dumper_unittest_helper.cc', + ], + + 'include_dirs': [ + '..', + ], + }, + { 'target_name': 'generate_test_dump', 'type': 'executable', -- cgit v1.1