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

Unified Diff: chrome/browser/ui/cocoa/notifications/BUILD.gn

Issue 2748903003: [Mac] Use Crashpad in the AlertNotificationService.xpc. (Closed)
Patch Set: Comments Created 3 years, 9 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/browser/ui/cocoa/notifications/BUILD.gn
diff --git a/chrome/browser/ui/cocoa/notifications/BUILD.gn b/chrome/browser/ui/cocoa/notifications/BUILD.gn
index 4fb22a788393beb35f5fc974941c4bd30dd17bf0..4ea320fcae02cf953ff7b2f072f1b52ea50d0b29 100644
--- a/chrome/browser/ui/cocoa/notifications/BUILD.gn
+++ b/chrome/browser/ui/cocoa/notifications/BUILD.gn
@@ -25,6 +25,7 @@ mac_app_bundle("alert_notification_xpc_service") {
deps = [
":common",
"//base:base",
+ "//third_party/crashpad/crashpad/client",
]
libs = [
@@ -53,6 +54,8 @@ static_library("common") {
"notification_delivery.h",
"notification_response_builder_mac.h",
"notification_response_builder_mac.mm",
+ "xpc_mach_port.h",
+ "xpc_mach_port.mm",
]
deps = [

Powered by Google App Engine
This is Rietveld 408576698