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

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: I should stop using try bots as compile test on other platfroms... 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
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 12339794ead64afa970f27028dc6710e69627c06..a540ebb8a39bd3a2cba63e4463920abd601ee815 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -1146,6 +1146,7 @@
'browser/net/load_timing_observer_browsertest.cc',
'browser/net/predictor_browsertest.cc',
'browser/net/proxy_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',
@@ -1675,6 +1676,11 @@
['exclude', '^browser/ui/app_list/'],
],
}],
+ ['enable_message_center==0', {
+ 'sources!': [
+ 'browser/notifications/message_center_notifications_browsertest.cc',
+ ],
+ }],
], # conditions
}, # target browser_tests
{

Powered by Google App Engine
This is Rietveld 408576698