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

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

Issue 2393853002: Refactor CrashDump*Manager to use a shared CrashDumpObserver singleton. (Closed)
Patch Set: Rebase Created 3 years, 11 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: 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 = [
« no previous file with comments | « chromecast/browser/cast_content_browser_client.cc ('k') | components/crash/content/browser/crash_dump_manager_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698