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

Unified Diff: chrome/chrome_tests.gypi

Issue 11896085: Adding implementation for MessageCenter::Delegate on MessageCeneterNotificationManager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: disable on win7_aura Created 7 years, 11 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/notifications/notification_ui_manager.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 2b9d0e59fbe13bac3032bf53d944672395644e6d..7dae214d194001fea00a766386cacf5c5535e0bf 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -1186,6 +1186,7 @@
'browser/net/predictor_browsertest.cc',
'browser/net/proxy_browsertest.cc',
'browser/net/websocket_browsertest.cc',
+ 'browser/notifications/message_center_notifications_browsertest.cc',
'browser/page_cycler/page_cycler_browsertest.cc',
'browser/performance_monitor/performance_monitor_browsertest.cc',
'browser/policy/cloud_policy_browsertest.cc',
@@ -1720,6 +1721,11 @@
['exclude', '^browser/ui/app_list/'],
],
}],
+ ['enable_message_center==0 or use_ash==1', {
+ 'sources!': [
+ 'browser/notifications/message_center_notifications_browsertest.cc',
+ ],
+ }],
], # conditions
}, # target browser_tests
{
« no previous file with comments | « chrome/browser/notifications/notification_ui_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698