Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(480)

Unified Diff: breakpad/breakpad.gyp

Issue 9158035: Roll DEPS for Breakpad r897:r902. Mostly changes being upstreamed from CrOS's branch. Cleanup som... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « DEPS ('k') | build/common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: breakpad/breakpad.gyp
===================================================================
--- breakpad/breakpad.gyp (revision 117161)
+++ breakpad/breakpad.gyp (working copy)
@@ -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',
« no previous file with comments | « DEPS ('k') | build/common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698