| 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) {
|
|
|