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

Unified Diff: chrome/chrome_exe.gypi

Issue 10909241: Generate dumps for relevant renderers when users kill a hung pepper plugin. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 3 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
Index: chrome/chrome_exe.gypi
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi
index 431d1367915c7ff0574b8d2a2a9d2b174e72af6a..c7ddaa4ea3681b5cb1227f04c016aa6a8b74e7f7 100644
--- a/chrome/chrome_exe.gypi
+++ b/chrome/chrome_exe.gypi
@@ -463,6 +463,10 @@
'../base/base.gyp:base',
'../breakpad/breakpad.gyp:breakpad_handler',
'../breakpad/breakpad.gyp:breakpad_sender',
+ # Provide debug info for detecting inter-process pepper deadlocks.
+ # TODO(yzshen): Remove when enough information is collected and the
+ # hang rate of pepper/renderer processes is reduced.
+ '../ppapi/ppapi_internal.gyp:ppapi_shared',
'../sandbox/sandbox.gyp:sandbox',
'app/policy/cloud_policy_codegen.gyp:policy',
],

Powered by Google App Engine
This is Rietveld 408576698