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

Unified Diff: chrome/browser/BUILD.gn

Issue 2821533003: Refactor NotificationPlatformBridgeLinux (Closed)
Patch Set: final 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 f163dbf7b10ef66b26344e9c2b15c2f303e4aa38..2434e5f051ab77acac32822c81f5b12cc12e8472 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -3770,6 +3770,13 @@ split_static_library("browser") {
"web_applications/web_app_linux.cc",
]
+ if (enable_native_notifications) {
+ sources += [
+ "notifications/notification_platform_bridge_linux.cc",
+ "notifications/notification_platform_bridge_linux.h",
+ ]
+ }
+
if (use_x11) {
sources += [
"fullscreen_aurax11.cc",
@@ -3795,14 +3802,6 @@ 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/notifications/DEPS » ('j') | chrome/browser/notifications/notification_platform_bridge_linux.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698