| 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",
|
|
|