Index: chrome/chrome_browser.gypi |
=================================================================== |
--- chrome/chrome_browser.gypi (revision 88351) |
+++ chrome/chrome_browser.gypi (working copy) |
@@ -1467,7 +1467,6 @@ |
'browser/notifications/notification_object_proxy.h', |
'browser/notifications/notification_options_menu_model.cc', |
'browser/notifications/notification_options_menu_model.h', |
- 'browser/notifications/notification_stubs.cc', |
'browser/notifications/notification_ui_manager.cc', |
'browser/notifications/notification_ui_manager.h', |
'browser/notifications/notifications_prefs_cache.cc', |
@@ -2100,7 +2099,6 @@ |
'browser/task_manager/task_manager.cc', |
'browser/task_manager/task_manager.h', |
'browser/task_manager/task_manager_notification_resource_provider.cc', |
- 'browser/task_manager/task_manager_notification_resource_provider_stub.cc', |
'browser/task_manager/task_manager_resource_providers.cc', |
'browser/task_manager/task_manager_resource_providers.h', |
'browser/themes/browser_theme_pack.cc', |
@@ -4459,22 +4457,6 @@ |
['exclude', '^browser/ui/views/file_manager_dialog.h'], |
]} |
], |
- ['enable_desktop_notifications==0', { |
- 'sources/': [ |
- ['exclude', '^browser/desktop_notification_handler.cc'], |
- ['exclude', '^browser/notifications/'], |
- ['exclude', '^browser/ui/cocoa/notifications/'], |
- ['exclude', '^browser/ui/gtk/notifications/'], |
- ['exclude', '^browser/ui/views/notifications/'], |
- ['include', '^browser/notifications/notification_stubs.cc'], |
- ['exclude', '^browser/task_manager/task_manager_notification_resource_provider.cc'], |
- ] |
- }, { # enable_desktop_notifications==0 |
- 'sources!': [ |
- 'browser/notifications/notification_stubs.cc', |
- 'browser/task_manager/task_manager_notification_resource_provider_stub.cc', |
- ] |
- }], |
], |
}, |
{ |