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

Unified Diff: chrome/chrome_browser.gypi

Issue 580093003: Factor Google Now welcome notifications out of DesktopNotificationService. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 3 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/prefs/browser_prefs.cc ('k') | no next file » | 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 d31d6b10225616c4aabc21a9210957253a91e4e5..258756a012ecfe93014a59b4d5b45e6bef5c4c58 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -1758,10 +1758,6 @@
'browser/notifications/desktop_notification_service.h',
'browser/notifications/desktop_notification_service_factory.cc',
'browser/notifications/desktop_notification_service_factory.h',
- 'browser/notifications/extension_welcome_notification.cc',
- 'browser/notifications/extension_welcome_notification.h',
- 'browser/notifications/google_now_notification_stats_collector.cc',
- 'browser/notifications/google_now_notification_stats_collector.h',
'browser/notifications/message_center_notification_manager_win.cc',
'browser/notifications/notification.cc',
'browser/notifications/notification.h',
@@ -1783,6 +1779,12 @@
],
# Used on non-Android platforms when notifications are enabled.
'chrome_browser_non_android_notifications_sources': [
+ 'browser/notifications/extension_welcome_notification.cc',
+ 'browser/notifications/extension_welcome_notification.h',
+ 'browser/notifications/extension_welcome_notification_factory.cc',
+ 'browser/notifications/extension_welcome_notification_factory.h',
+ 'browser/notifications/google_now_notification_stats_collector.cc',
+ 'browser/notifications/google_now_notification_stats_collector.h',
'browser/notifications/message_center_notification_manager.cc',
'browser/notifications/message_center_notification_manager.h',
'browser/notifications/message_center_settings_controller.cc',
« no previous file with comments | « chrome/browser/prefs/browser_prefs.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698