diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-19 09:22:37 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-19 09:22:37 +0000 |
commit | 50b09cd6b46302af011d4aa2452cb83c5eb3b5be (patch) | |
tree | b447a11ea3be2304e716db828ed015164d7bac77 /breakpad | |
parent | e94ceedc9cbd8c3aee7074c539969205d80958bf (diff) | |
download | chromium_src-50b09cd6b46302af011d4aa2452cb83c5eb3b5be.zip chromium_src-50b09cd6b46302af011d4aa2452cb83c5eb3b5be.tar.gz chromium_src-50b09cd6b46302af011d4aa2452cb83c5eb3b5be.tar.bz2 |
Mac: Speculative fix following the Breakpad roll to r657.
BUG=none
TEST=Official Mac bot builds.
TBR=mark
Review URL: http://codereview.chromium.org/3176020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56664 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'breakpad')
-rw-r--r-- | breakpad/breakpad.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp index 2abe827..3ae48bd 100644 --- a/breakpad/breakpad.gyp +++ b/breakpad/breakpad.gyp @@ -173,6 +173,8 @@ 'crash_report_sender', ], 'sources': [ + 'src/client/mac/crash_generation/crash_generation_client.cc', + 'src/client/mac/crash_generation/crash_generation_client.h', 'src/client/mac/handler/protected_memory_allocator.cc', 'src/client/mac/handler/exception_handler.cc', 'src/client/mac/Framework/Breakpad.mm', |