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

Unified Diff: chrome/chrome_browser.gypi

Issue 7046052: Revert stubs that were added in r88040. We need proper interfaces around features that need to b... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 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
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',
- ]
- }],
],
},
{
« no previous file with comments | « chrome/browser/task_manager/task_manager_notification_resource_provider_stub.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698