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

Unified Diff: components/browser_watcher/DEPS

Issue 2327043002: A simple minidump writer for postmortem stability reports. (Closed)
Patch Set: Missed the hex number Created 4 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 | « components/browser_watcher/BUILD.gn ('k') | components/browser_watcher/postmortem_minidump_writer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/browser_watcher/DEPS
diff --git a/components/browser_watcher/DEPS b/components/browser_watcher/DEPS
index 5ea95eaf28b9cf7d62a6d0a35443a18192ecf59c..1d59b5cc9d2705369964d034c4337dc1358e8361 100644
--- a/components/browser_watcher/DEPS
+++ b/components/browser_watcher/DEPS
@@ -1,3 +1,4 @@
include_rules = [
- "+components/metrics"
+ "+components/metrics",
+ "+third_party/crashpad/crashpad",
]
« no previous file with comments | « components/browser_watcher/BUILD.gn ('k') | components/browser_watcher/postmortem_minidump_writer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698