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

Unified Diff: chrome/chrome_browser.gypi

Issue 15025002: Remove ENABLE_MESSAGE_CENTER (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixing static initializer Created 7 years, 7 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/task_manager/task_manager_notification_browsertest.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 dc2bb5fdc3762f76cd762dbc63ea3290b1906b65..23bb7b320b500dcf30a707abc435122a3114a88f 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -54,6 +54,7 @@
'../third_party/zlib/zlib.gyp:minizip',
'../third_party/zlib/zlib.gyp:zlib',
'../ui/base/strings/ui_strings.gyp:ui_strings',
+ '../ui/message_center/message_center.gyp:message_center',
'../ui/ui.gyp:shell_dialogs',
'../ui/ui.gyp:ui',
'../ui/ui.gyp:ui_resources',
@@ -2999,18 +3000,6 @@
'../ui/app_list/app_list.gyp:app_list',
]
}],
- ['enable_message_center==1', {
- 'dependencies': [
- '../ui/message_center/message_center.gyp:message_center',
- ],
- }, { # enable_message_center==0
- 'sources!': [
- 'browser/notifications/message_center_notification_manager.cc',
- 'browser/notifications/message_center_notification_manager.h',
- 'browser/notifications/message_center_settings_controller.cc',
- 'browser/notifications/message_center_settings_controller.h',
- ],
- }],
['enable_managed_users!=1', {
'sources/': [
['exclude', '^browser/managed_mode/'],
« no previous file with comments | « chrome/browser/task_manager/task_manager_notification_browsertest.cc ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698