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

Unified Diff: chrome/browser/BUILD.gn

Issue 2888303004: Minimize the delegate dependencies for non persistent notifications. (Closed)
Patch Set: more fixes Created 3 years, 7 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/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",

Powered by Google App Engine
This is Rietveld 408576698