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

Unified Diff: chrome_elf/DEPS

Issue 2114533002: Switch chrome_elf exception handling from breakpad to crashpad (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add dependencies on the chrome_elf_common target in the blacklist target. Previously this came in i… 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
« no previous file with comments | « chrome_elf/BUILD.gn ('k') | chrome_elf/blacklist.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_elf/DEPS
diff --git a/chrome_elf/DEPS b/chrome_elf/DEPS
index 116683333ab88b06d49f79fd9d6e892cff22868b..4e77d3ba3ac689b61132bd4136f0b1d0fb73326c 100644
--- a/chrome_elf/DEPS
+++ b/chrome_elf/DEPS
@@ -3,5 +3,8 @@ 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",
+ "+components/crash/core/common/crash_keys.h",
]
« no previous file with comments | « chrome_elf/BUILD.gn ('k') | chrome_elf/blacklist.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698