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

Unified Diff: chrome/chrome_tests.gypi

Issue 11819048: Implement message center on Windows (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Address sky/msw comments + rebase. 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/chrome_browser_ui.gypi ('k') | ui/message_center/message_center.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 4a6b46c569d31cf1b687515604bf7b47d9fb8cc0..ee286e006a979c6f17d109b7618b8517e18d7b58 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -1310,6 +1310,7 @@
'browser/ui/views/frame/browser_view_browsertest.cc',
'browser/ui/views/immersive_mode_controller_browsertest.cc',
'browser/ui/views/location_bar/star_view_browsertest.cc',
+ 'browser/ui/views/message_center/web_notification_tray_win_browsertest.cc',
'browser/ui/views/select_file_dialog_extension_browsertest.cc',
'browser/ui/views/sync/one_click_signin_bubble_view_browsertest.cc',
'browser/ui/views/toolbar_view_browsertest.cc',
@@ -1639,6 +1640,7 @@
'app/chrome_version.rc.version',
# TODO(port): http://crbug.com/45770
'browser/printing/printing_layout_browsertest.cc',
+ 'browser/ui/views/message_center/web_notification_tray_win_browsertest.cc',
],
}],
['toolkit_uses_gtk == 1', {
@@ -1736,6 +1738,7 @@
['enable_message_center==0 or use_ash==1', {
'sources!': [
'browser/notifications/message_center_notifications_browsertest.cc',
+ 'browser/ui/views/message_center/web_notification_tray_win_browsertest.cc',
],
}],
], # conditions
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | ui/message_center/message_center.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698