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

Unified Diff: chrome/chrome_browser.gypi

Issue 2064363002: Refactor MessageCenterSettingsController. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix misspell. Created 4 years, 6 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
« no previous file with comments | « chrome/browser/notifications/web_page_notifier_source.cc ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index df43b43c680036888f0e36441a42b1c73e7deb61..aa938c7dab3a24618f51fe8f6f5f09393c752332 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -2235,6 +2235,10 @@
],
# Used on non-Android platforms when notifications are enabled.
'chrome_browser_notifications_non_android_sources': [
+ 'browser/notifications/application_notifier_source.cc',
+ 'browser/notifications/application_notifier_source.h',
+ 'browser/notifications/arc_application_notifier_source_chromeos.cc',
+ 'browser/notifications/arc_application_notifier_source_chromeos.h',
'browser/notifications/extension_welcome_notification.cc',
'browser/notifications/extension_welcome_notification.h',
'browser/notifications/extension_welcome_notification_factory.cc',
@@ -2254,10 +2258,15 @@
'browser/notifications/notification_system_observer.cc',
'browser/notifications/notification_system_observer.h',
'browser/notifications/notification_ui_manager_desktop.cc',
+ 'browser/notifications/notifier_source.h',
'browser/notifications/profile_notification.cc',
'browser/notifications/profile_notification.h',
'browser/notifications/screen_lock_notification_blocker.cc',
'browser/notifications/screen_lock_notification_blocker.h',
+ 'browser/notifications/system_component_notifier_source_chromeos.cc',
+ 'browser/notifications/system_component_notifier_source_chromeos.h',
+ 'browser/notifications/web_page_notifier_source.cc',
+ 'browser/notifications/web_page_notifier_source.h',
],
'chrome_browser_nss_sources': [
'browser/certificate_manager_model.cc',
« no previous file with comments | « chrome/browser/notifications/web_page_notifier_source.cc ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698