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