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

Unified Diff: chrome_elf/DEPS

Issue 2088133002: Switch chrome_elf exception handling from breakpad to crashpad. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update commments and attempt to fix dependency failure Created 4 years, 6 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: chrome_elf/DEPS
diff --git a/chrome_elf/DEPS b/chrome_elf/DEPS
index 116683333ab88b06d49f79fd9d6e892cff22868b..9148fb24181c454c88a57765cf0a90f72f917217 100644
--- a/chrome_elf/DEPS
+++ b/chrome_elf/DEPS
@@ -3,5 +3,7 @@ include_rules = [
"+breakpad/src/client",
"+chrome/app/chrome_crash_reporter_client_win.h",
"+chrome/common/chrome_version.h",
- "+chrome/install_static/install_util.h"
+ "+chrome/install_static/install_util.h",
+ "+third_party/crashpad/crashpad/client/crashpad_client.h",
+ "+components/crash/content/app/crashpad.h",
]

Powered by Google App Engine
This is Rietveld 408576698