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

Unified Diff: chrome/chrome.gyp

Issue 371015: Linux: Catch plugin crashes. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 1 month 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
Index: chrome/chrome.gyp
===================================================================
--- chrome/chrome.gyp (revision 31259)
+++ chrome/chrome.gyp (working copy)
@@ -2534,6 +2534,7 @@
'browser/password_manager/password_store_win.h',
],
'sources': [
+ 'browser/crash_handler_host_linux.h',
'browser/net/ssl_config_service_manager_pref.cc',
'browser/spellcheck_host.cc',
'browser/spellcheck_host.h',
@@ -2546,9 +2547,9 @@
'conditions': [
['linux_breakpad==1', {
'sources': [
- 'browser/renderer_host/render_crash_handler_host_linux.cc',
'app/breakpad_linux.cc',
'app/breakpad_linux.h',
+ 'browser/crash_handler_host_linux.cc',
],
'dependencies': [
'../breakpad/breakpad.gyp:breakpad_client',
@@ -2559,7 +2560,7 @@
],
}, { # linux_breakpad==0
'sources': [
- 'browser/renderer_host/render_crash_handler_host_linux_stub.cc',
+ 'browser/crash_handler_host_linux_stub.cc',
],
}],
],

Powered by Google App Engine
This is Rietveld 408576698