| Index: chrome/browser/BUILD.gn
|
| diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
|
| index bbc9f2dc107e7d2174856f61f0a98ba126a78cb5..de54c4a2904a6241323f384bab0f779098e3bd57 100644
|
| --- a/chrome/browser/BUILD.gn
|
| +++ b/chrome/browser/BUILD.gn
|
| @@ -2292,6 +2292,7 @@ split_static_library("browser") {
|
| }
|
| if (enable_notifications) {
|
| sources += [
|
| + "notifications/alert_dispatcher_mac.h",
|
| "notifications/desktop_notification_profile_util.cc",
|
| "notifications/desktop_notification_profile_util.h",
|
| "notifications/login_state_notification_blocker_chromeos.cc",
|
|
|