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

Unified Diff: BUILD.gn

Issue 2070903002: Add an XPC service to handle alert notifications on mac (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move_builder_add_response
Patch Set: Created 4 years, 2 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/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index bf9083b98606458a60a5e68b02ddc51b71cac202..b88829b1c3ded834b363ac7e10e10ba14953b1c4 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -636,6 +636,11 @@ group("both_gn_and_gyp") {
deps += [
"//breakpad:crash_inspector",
"//breakpad:dump_syms",
+
+ # XPC service is in developement and guarded against the
+ # enable_xpc_notifications, in the meantime however we still
+ # need compile coverage in the bots.
+ "//chrome/browser/ui/cocoa/notifications:alert_notification_xpc_service",
"//third_party/apple_sample_code",
"//third_party/molokocacao",
]
« no previous file with comments | « no previous file | chrome/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698