| Index: chrome/browser/extensions/BUILD.gn
|
| diff --git a/chrome/browser/extensions/BUILD.gn b/chrome/browser/extensions/BUILD.gn
|
| index d7ea29dc4049fa0e44a01447511b74783ef667be..f51bd88054c0a080f5d865ce7b98b2ef5cc59b56 100644
|
| --- a/chrome/browser/extensions/BUILD.gn
|
| +++ b/chrome/browser/extensions/BUILD.gn
|
| @@ -321,6 +321,12 @@ static_library("extensions") {
|
| "api/networking_private/networking_private_ui_delegate_factory_impl.h",
|
| "api/networking_private/networking_private_verify_delegate_factory_impl.cc",
|
| "api/networking_private/networking_private_verify_delegate_factory_impl.h",
|
| + "api/notifications/extension_notification_display_helper.cc",
|
| + "api/notifications/extension_notification_display_helper.h",
|
| + "api/notifications/extension_notification_display_helper_factory.cc",
|
| + "api/notifications/extension_notification_display_helper_factory.h",
|
| + "api/notifications/extension_notification_handler.cc",
|
| + "api/notifications/extension_notification_handler.h",
|
| "api/notifications/notifications_api.cc",
|
| "api/notifications/notifications_api.h",
|
| "api/omnibox/omnibox_api.cc",
|
|
|