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

Unified Diff: chrome/app/DEPS

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
« no previous file with comments | « no previous file | chrome/app/breakpad_win.cc » ('j') | chrome/app/breakpad_win.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/DEPS
diff --git a/chrome/app/DEPS b/chrome/app/DEPS
index 31f4011a80e0dcaaa5eb16508fc5c65e8f4d8fbb..0bfb0f55a09f3db6e2d05326b0faf7488c969a72 100644
--- a/chrome/app/DEPS
+++ b/chrome/app/DEPS
@@ -11,6 +11,10 @@ include_rules = [
"+grit", # For generated headers
"+media/base", # For initializing media library.
"+policy", # For generated headers and source
+ # 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/shared_impl/ppapi_message_tracker.h",
"+sandbox",
"+sandbox/linux/seccomp-legacy",
"+tools/memory_watcher",
« no previous file with comments | « no previous file | chrome/app/breakpad_win.cc » ('j') | chrome/app/breakpad_win.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698