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

Unified Diff: shell/crash/DEPS

Issue 1227333002: Add breakpad support to mojo shell apk. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Reuse chromium breakpad infrastructure. Created 5 years, 5 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: 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",
+]

Powered by Google App Engine
This is Rietveld 408576698