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

Unified Diff: chrome/browser/BUILD.gn

Issue 2794103002: Add initial support for native Linux desktop notifications (Closed)
Patch Set: Rebase, address peter@'s comments Created 3 years, 8 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/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index dfa5ad988462d84c9c6fc8f1a8a02ec9111ac441..f4483d4a381c5ab665fdfe09d20d5844edbdef92 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -3754,6 +3754,13 @@ split_static_library("browser") {
]
defines += [ "USE_LIBSECRET" ]
deps += [ "//third_party/libsecret" ]
+ if (use_gio) {
+ sources += [
+ "notifications/notification_platform_bridge_linux.cc",
+ "notifications/notification_platform_bridge_linux.h",
+ ]
+ deps += [ "//build/linux/libgio" ]
+ }
}
if (use_ozone) {
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | chrome/browser/notifications/notification_display_service_factory.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698