Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1164)

Unified Diff: chrome/browser/extensions/BUILD.gn

Issue 2703213004: Migrate extension notifications to the new NotificationDisplayService (Closed)
Patch Set: Migrate extension notifications to the new NotificationDisplayService Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/extensions/api/notifications/extension_notification_display_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698