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

Unified Diff: chrome/chrome_browser_ui.gypi

Issue 11684003: Make MessageCenter a singleton object and build on Windows. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Update comment. Created 7 years, 12 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 | « ash/system/web_notification/web_notification_tray_unittest.cc ('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_browser_ui.gypi
diff --git a/chrome/chrome_browser_ui.gypi b/chrome/chrome_browser_ui.gypi
index a6f8f8b609323f7f4faf111583e9de260228901a..b909bb0bd269e36d426274f6a3c34fd9e121a995 100644
--- a/chrome/chrome_browser_ui.gypi
+++ b/chrome/chrome_browser_ui.gypi
@@ -2336,6 +2336,11 @@
'../ui/message_center/message_center.gyp:message_center',
],
}],
+ ['OS=="win"', {
+ 'dependencies': [
+ '../ui/message_center/message_center.gyp:message_center'
+ ],
+ }],
['use_aura==1 and use_ash==0 and OS=="linux"', {
'dependencies': [
# gtk2 is the only component that can interact with gtk2 in our new
« no previous file with comments | « ash/system/web_notification/web_notification_tray_unittest.cc ('k') | ui/message_center/message_center.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698