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

Unified Diff: trunk/src/ui/message_center/message_center.gyp

Issue 14631021: Revert 199625 "Remove ENABLE_MESSAGE_CENTER" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: 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
Index: trunk/src/ui/message_center/message_center.gyp
===================================================================
--- trunk/src/ui/message_center/message_center.gyp (revision 199638)
+++ trunk/src/ui/message_center/message_center.gyp (working copy)
@@ -17,6 +17,7 @@
'../../build/temp_gyp/googleurl.gyp:googleurl',
'../../skia/skia.gyp:skia',
'../base/strings/ui_strings.gyp:ui_strings',
+ '../compositor/compositor.gyp:compositor',
'../ui.gyp:ui',
'../ui.gyp:ui_resources',
],
@@ -30,7 +31,6 @@
'cocoa/popup_collection.mm',
'cocoa/popup_controller.h',
'cocoa/popup_controller.mm',
- 'dummy_message_center.cc',
'message_center.cc',
'message_center.h',
'message_center_constants.cc',
@@ -97,21 +97,6 @@
'../../third_party/GTM',
],
}],
- ['OS!="ios"', {
- 'dependencies': [
- '../compositor/compositor.gyp:compositor',
- ],
- }],
- ['notifications==0', { # Android and iOS.
- 'sources/': [
- # Exclude everything except dummy impl.
- ['exclude', '\\.(cc|mm)$'],
- ['include', '^dummy_message_center\\.cc$'],
- ['include', '^message_center_switches\\.cc$'],
- ],
- }, { # notifications==1
- 'sources!': [ 'dummy_message_center.cc' ],
- }],
],
}, # target_name: message_center
{
@@ -157,13 +142,6 @@
'views/message_popup_collection_unittest.cc',
],
}],
- ['notifications==0', { # Android and iOS.
- 'sources/': [
- # Exclude everything except main().
- ['exclude', '\\.(cc|mm)$'],
- ['include', '^test/run_all_unittests\\.cc$'],
- ],
- }],
],
}, # target_name: message_center_unittests
],
« no previous file with comments | « trunk/src/ui/message_center/dummy_message_center.cc ('k') | trunk/src/ui/message_center/message_center_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698