Chromium Code Reviews| Index: shell/crash/DEPS |
| diff --git a/shell/crash/DEPS b/shell/crash/DEPS |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..dc5e932073f43b79582cc6398b026bc593b0b92b |
| --- /dev/null |
| +++ b/shell/crash/DEPS |
| @@ -0,0 +1,8 @@ |
| +include_rules = [ |
| + "+sandbox", |
| + |
| + "+content/public/common/content_descriptors.h", |
| + "+content/public/common/result_codes.h", |
| + "+third_party/crashpad", |
| + "+third_party/lss/linux_syscall_support.h", |
| +] |