| Index: chrome/browser/BUILD.gn
|
| diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
|
| index f01d984ea132ecb8294f5f628782496195e17997..33c9d0b0464329408e9478a727d4a210602c8c42 100644
|
| --- a/chrome/browser/BUILD.gn
|
| +++ b/chrome/browser/BUILD.gn
|
| @@ -756,6 +756,8 @@ split_static_library("browser") {
|
| "notifications/login_state_notification_blocker_chromeos.h",
|
| "notifications/message_center_display_service.cc",
|
| "notifications/message_center_display_service.h",
|
| + "notifications/native_notification_delegate.cc",
|
| + "notifications/native_notification_delegate.h",
|
| "notifications/native_notification_display_service.cc",
|
| "notifications/native_notification_display_service.h",
|
| "notifications/non_persistent_notification_handler.cc",
|
|
|