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

Unified Diff: chrome/chrome_browser.gypi

Issue 247943003: Allow compiling Android with notifications=1, add stubbed UI manager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed review comments Created 6 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
« no previous file with comments | « chrome/browser/prefs/browser_prefs.cc ('k') | ui/message_center/message_center.gyp » ('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 aab197aa734b2fcbedf54b1a8a57bc7749d8236b..f623ff87e0540623568b86854cc114567efb9a75 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -1375,8 +1375,10 @@
'browser/notifications/notification_object_proxy.h',
'browser/notifications/notification_system_observer.cc',
'browser/notifications/notification_system_observer.h',
- 'browser/notifications/notification_ui_manager.cc',
'browser/notifications/notification_ui_manager.h',
+ 'browser/notifications/notification_ui_manager_android.cc',
+ 'browser/notifications/notification_ui_manager_android.h',
+ 'browser/notifications/notification_ui_manager_desktop.cc',
'browser/notifications/sync_notifier/chrome_notifier_delegate.cc',
'browser/notifications/sync_notifier/chrome_notifier_delegate.h',
'browser/notifications/sync_notifier/chrome_notifier_service.cc',
@@ -3228,6 +3230,10 @@
'browser/lifetime/application_lifetime_stub.cc',
'browser/lifetime/browser_close_manager.cc',
'browser/net/predictor_tab_helper.cc',
+ 'browser/notifications/message_center_notification_manager.cc',
+ 'browser/notifications/message_center_settings_controller.cc',
+ 'browser/notifications/message_center_stats_collector.cc',
+ 'browser/notifications/notification_ui_manager_desktop.cc',
'browser/parsers/metadata_parser_jpeg.cc',
'browser/parsers/metadata_parser_jpeg_factory.cc',
'browser/parsers/metadata_parser_manager.cc',
@@ -3272,6 +3278,7 @@
['exclude', '^browser/importer/'],
['exclude', '^browser/media_galleries/'],
['exclude', '^browser/net/firefox_*'],
+ ['exclude', '^browser/notifications/sync_notifier/'],
['exclude', '^browser/profile_resetter/'],
['exclude', '^browser/service/'],
['exclude', '^browser/sync/glue/app_'],
« no previous file with comments | « chrome/browser/prefs/browser_prefs.cc ('k') | ui/message_center/message_center.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698