summaryrefslogtreecommitdiffstats
path: root/breakpad
diff options
context:
space:
mode:
authorglider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-12 10:38:54 +0000
committerglider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-12 10:38:54 +0000
commit8841119f763a3dc3bea5d9879663deda02c45d56 (patch)
tree03b017d54fada650fb67ff6f8bfe0f8de35f0628 /breakpad
parent90dfa2221d10f14dd422f0d046d0383387489d66 (diff)
downloadchromium_src-8841119f763a3dc3bea5d9879663deda02c45d56.zip
chromium_src-8841119f763a3dc3bea5d9879663deda02c45d56.tar.gz
chromium_src-8841119f763a3dc3bea5d9879663deda02c45d56.tar.bz2
Bump Breakpad revision to r963
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 TBR=mark Review URL: https://chromiumcodereview.appspot.com/10377108 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136762 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'breakpad')
-rw-r--r--breakpad/breakpad.gyp2
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',