| Index: chrome/browser/BUILD.gn
|
| diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
|
| index dfa5ad988462d84c9c6fc8f1a8a02ec9111ac441..f4483d4a381c5ab665fdfe09d20d5844edbdef92 100644
|
| --- a/chrome/browser/BUILD.gn
|
| +++ b/chrome/browser/BUILD.gn
|
| @@ -3754,6 +3754,13 @@ split_static_library("browser") {
|
| ]
|
| defines += [ "USE_LIBSECRET" ]
|
| deps += [ "//third_party/libsecret" ]
|
| + if (use_gio) {
|
| + sources += [
|
| + "notifications/notification_platform_bridge_linux.cc",
|
| + "notifications/notification_platform_bridge_linux.h",
|
| + ]
|
| + deps += [ "//build/linux/libgio" ]
|
| + }
|
| }
|
|
|
| if (use_ozone) {
|
|
|