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

Unified Diff: chrome/browser/BUILD.gn

Issue 2794103002: Add initial support for native Linux desktop notifications (Closed)
Patch Set: Remove unused import 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
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | no next file with comments »
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 dfa5ad988462d84c9c6fc8f1a8a02ec9111ac441..3917241753565653f702294cbd6c79d1735d6f2f 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -3756,6 +3756,14 @@ split_static_library("browser") {
deps += [ "//third_party/libsecret" ]
}
+ if (enable_native_notifications) {
+ sources += [
+ "notifications/notification_platform_bridge_linux.cc",
+ "notifications/notification_platform_bridge_linux.h",
+ ]
+ deps += [ "//build/linux/libgio" ]
+ }
+
if (use_ozone) {
sources += [
"fullscreen_ozone.cc",
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698