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

Unified Diff: chrome/app/mash/BUILD.gn

Issue 2643853005: chromeos: Initial support for crash reporting for chrome --mash (Closed)
Patch Set: sadrul comments 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
« no previous file with comments | « no previous file | chrome/app/mash/mash_crash_reporter_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/mash/BUILD.gn
diff --git a/chrome/app/mash/BUILD.gn b/chrome/app/mash/BUILD.gn
index bad668e61e77ada30fbd71905012a8ccae7fc8aa..48b2ad736119a817925ebcab2dcbd437994ba2e6 100644
--- a/chrome/app/mash/BUILD.gn
+++ b/chrome/app/mash/BUILD.gn
@@ -33,7 +33,17 @@ source_set("mash") {
]
if (is_chromeos) {
- deps += [ "//ash/resources" ]
+ sources += [
+ "mash_crash_reporter_client.cc",
+ "mash_crash_reporter_client.h",
+ ]
+ deps += [
+ "//ash/resources",
+ "//components/crash/content/app",
+ "//components/crash/core/common",
+ "//components/upload_list",
+ "//components/version_info:generate_version_info",
+ ]
}
if (is_linux && !is_android) {
« no previous file with comments | « no previous file | chrome/app/mash/mash_crash_reporter_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698