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

Unified Diff: components/crash.gypi

Issue 1525023003: Distinguish in the browser between renderer crashes and kills (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Implemented detection of a volunatry renderer exit Created 5 years 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: components/crash.gypi
diff --git a/components/crash.gypi b/components/crash.gypi
index f2e790cfe42e78f119a6e4279afdce4d2f889944..83aee2accab7fa094077590473016a2c8adef567 100644
--- a/components/crash.gypi
+++ b/components/crash.gypi
@@ -400,6 +400,8 @@
'crash/content/browser/crash_dump_manager_android.h',
'crash/content/browser/crash_handler_host_linux.cc',
'crash/content/browser/crash_handler_host_linux.h',
+ 'crash/content/browser/crash_micro_dump_manager_android.cc',
+ 'crash/content/browser/crash_micro_dump_manager_android.h',
],
'include_dirs': [
'../breakpad/src',

Powered by Google App Engine
This is Rietveld 408576698