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

Unified Diff: chrome/browser/BUILD.gn

Issue 2794103002: Add initial support for native Linux desktop notifications (Closed)
Patch Set: Refactor, move impl to chrome/browser/notifications 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
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | chrome/browser/about_flags.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index ad84e9eaa01cae8b02970226913072aa62f64849..627b87ed388b8d8ee5e7a5c5ba1536e6ed52378a 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -3745,6 +3745,13 @@ split_static_library("browser") {
]
defines += [ "USE_LIBSECRET" ]
deps += [ "//third_party/libsecret" ]
+ if (use_gio) {
+ sources += [
+ "notifications/dbus_notification_manager.cc",
+ "notifications/dbus_notification_manager.h",
+ ]
+ deps += [ "//build/linux/libgio" ]
+ }
}
if (use_ozone) {
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | chrome/browser/about_flags.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698