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

Unified Diff: components/browser_watcher/BUILD.gn

Issue 2339873003: A postmortem minidump dumper utility (Closed)
Patch Set: Incorrect use of fprintf Created 4 years, 3 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 | « no previous file | components/browser_watcher/dump_postmortem_minidump_main_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/browser_watcher/BUILD.gn
diff --git a/components/browser_watcher/BUILD.gn b/components/browser_watcher/BUILD.gn
index 0783f59d4a983ae9a59d2afab139861738d2eb92..2ef820023138aee55b76eb1eed9224f773bff51a 100644
--- a/components/browser_watcher/BUILD.gn
+++ b/components/browser_watcher/BUILD.gn
@@ -85,3 +85,13 @@ source_set("unit_tests") {
"//third_party/crashpad/crashpad/util",
]
}
+
+executable("dump_postmortem") {
+ sources = [
+ "dump_postmortem_minidump_main_win.cc",
+ ]
+ deps = [
+ ":stability_report_proto",
+ "//base",
+ ]
+}
« no previous file with comments | « no previous file | components/browser_watcher/dump_postmortem_minidump_main_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698