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

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

Issue 2718123003: mash: Store chrome --mash crash key metadata in shared memory
Patch Set: rebase Created 3 years, 10 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: chrome/app/mash/BUILD.gn
diff --git a/chrome/app/mash/BUILD.gn b/chrome/app/mash/BUILD.gn
index 8c23ae97995b780acde3fd4020e8a63659dfdba5..242b4fea952e03056c34bc97dfed123c1d868936 100644
--- a/chrome/app/mash/BUILD.gn
+++ b/chrome/app/mash/BUILD.gn
@@ -38,7 +38,15 @@ source_set("mash") {
]
if (is_chromeos) {
- deps += [ "//ash/resources" ]
+ sources += [
+ "mash_crash_keys.cc",
+ "mash_crash_keys.h",
+ ]
+ deps += [
+ "//ash/resources",
+ "//breakpad:client",
+ "//components/crash/core/common",
+ ]
}
if (is_linux && !is_android) {

Powered by Google App Engine
This is Rietveld 408576698