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

Unified Diff: components/crash/content/browser/BUILD.gn

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/content/browser/BUILD.gn
diff --git a/components/crash/content/browser/BUILD.gn b/components/crash/content/browser/BUILD.gn
index 850d622d88d92f779066fbc09cf68ba0ee2882ab..6eecf543f61fbbf6fcd73e4f2021350471291bcf 100644
--- a/components/crash/content/browser/BUILD.gn
+++ b/components/crash/content/browser/BUILD.gn
@@ -10,6 +10,8 @@ source_set("browser") {
sources = [
"crash_dump_manager_android.cc",
"crash_dump_manager_android.h",
+ "crash_micro_dump_manager_android.cc",
+ "crash_micro_dump_manager_android.h",
]
deps = [

Powered by Google App Engine
This is Rietveld 408576698