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

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

Issue 2393853002: Refactor CrashDump*Manager to use a shared CrashDumpObserver singleton. (Closed)
Patch Set: Review changes: remove refcounting, ability to unregister clients, move responsibility for posting to clients Created 4 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 6eecf543f61fbbf6fcd73e4f2021350471291bcf..20da935224ccc01e1d033248d7f86131ff63755c 100644
--- a/components/crash/content/browser/BUILD.gn
+++ b/components/crash/content/browser/BUILD.gn
@@ -10,8 +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",
+ "crash_dump_observer_android.cc",
+ "crash_dump_observer_android.h",
]
deps = [

Powered by Google App Engine
This is Rietveld 408576698