| 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",
|
|
|