diff options
author | alexeypa@chromium.org <alexeypa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-14 19:44:19 +0000 |
---|---|---|
committer | alexeypa@chromium.org <alexeypa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-14 19:44:19 +0000 |
commit | 6795e7bf54387c8d7579b71ce6b97047da2ddca9 (patch) | |
tree | 12078eb263faae8f9c0eb6b911178404b4747622 /breakpad | |
parent | d4c96e2310a06ae542277e79e35ffd70f80f80be (diff) | |
download | chromium_src-6795e7bf54387c8d7579b71ce6b97047da2ddca9.zip chromium_src-6795e7bf54387c8d7579b71ce6b97047da2ddca9.tar.gz chromium_src-6795e7bf54387c8d7579b71ce6b97047da2ddca9.tar.bz2 |
Roll Breakpad to @970.
Add two NULL parameters to CrashGenerationServer ctor to match the new prototype (changed in r952)
Add the files appeared in r945 to breakpad.gyp
BUG=127776,132164
TEST=remoting_unittests.BreakpadWinDeathTest.*
Review URL: https://chromiumcodereview.appspot.com/10544121
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142200 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 6ecab03..2ee6fcd 100644 --- a/breakpad/breakpad.gyp +++ b/breakpad/breakpad.gyp @@ -474,6 +474,8 @@ 'src/client/linux/crash_generation/crash_generation_client.cc', 'src/client/linux/crash_generation/crash_generation_client.h', 'src/client/linux/handler/exception_handler.cc', + 'src/client/linux/log/log.cc', + 'src/client/linux/log/log.h', 'src/client/linux/minidump_writer/directory_reader.h', 'src/client/linux/minidump_writer/line_reader.h', 'src/client/linux/minidump_writer/linux_core_dumper.cc', |