| Index: ui/message_center/BUILD.gn
|
| diff --git a/ui/message_center/BUILD.gn b/ui/message_center/BUILD.gn
|
| index 31e9a89120a21d9388e7b823ef8632d6032fe104..613a5bfe71ea94292c2f9a7ae511fe9daf9c26d9 100644
|
| --- a/ui/message_center/BUILD.gn
|
| +++ b/ui/message_center/BUILD.gn
|
| @@ -128,7 +128,6 @@ component("message_center") {
|
| "views/message_center_bubble.h",
|
| ]
|
| }
|
| -
|
| } else {
|
| # Notification service disabled.
|
| sources = [
|
| @@ -136,6 +135,7 @@ component("message_center") {
|
| "notification_delegate.cc",
|
| "notification_delegate.h",
|
| ]
|
| +
|
| # Android implements its own notification UI manager instead of deferring to
|
| # the message center (when notifications are enabled). Include a minimal
|
| # set of files required for notifications on Android.
|
|
|