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

Unified Diff: chrome/chrome_tests.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/chrome_browser_ui.gypi ('k') | chrome/test/base/testing_browser_process.h » ('j') | 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 11c3267a9e5dcb90b8ab41e6b06aec716d843113..23a96cdf94930a8678c21edaef777c1d0b285817 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -478,11 +478,6 @@
'browser/ui/views/native_widget_win_interactive_uitest.cc',
],
}], # OS != "win"
- ['enable_message_center==0', {
- 'sources!': [
- 'browser/ui/views/message_center/web_notification_tray_win_browsertest.cc',
- ],
- }], # enable_message_center
], # conditions
},
{
@@ -2036,11 +2031,6 @@
['exclude', '^browser/ui/app_list/'],
],
}],
- ['enable_message_center==0', {
- 'sources!': [
- 'browser/notifications/message_center_notifications_browsertest.cc',
- ],
- }],
['enable_plugins==1', {
'dependencies': [
# Runtime dependency.
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | chrome/test/base/testing_browser_process.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698