| Index: chrome/browser/extensions/BUILD.gn
|
| diff --git a/chrome/browser/extensions/BUILD.gn b/chrome/browser/extensions/BUILD.gn
|
| index 1dc29675465105f053673f492b6fe3583a7801a8..3697602cb92d32d4bbfab66e3efb2d8768ffd751 100644
|
| --- a/chrome/browser/extensions/BUILD.gn
|
| +++ b/chrome/browser/extensions/BUILD.gn
|
| @@ -298,6 +298,12 @@ static_library("extensions") {
|
| "api/networking_private/networking_private_ui_delegate_chromeos.h",
|
| "api/networking_private/networking_private_ui_delegate_factory_impl.cc",
|
| "api/networking_private/networking_private_ui_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",
|
|
|