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

Unified Diff: build/common.gypi

Issue 12635010: Start building message_center on Mac. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: MessageCenterNotificationsTest Created 7 years, 9 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 | « no previous file | chrome/browser/extensions/extension_crash_recovery_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index dbed69b0d3b1406b90e9e2f78270754aa23547e5..58d0df8d5073cbc921268327a3ded7d12a997905 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -143,8 +143,8 @@
'enable_app_list%': 0,
}],
- # Enable Message Center only on ChromeOS and Windows for now.
- ['use_ash==1 or OS=="win"', {
+ # Enable Message Center only on ChromeOS, Windows, and Mac for now.
+ ['use_ash==1 or OS=="win" or OS=="mac"', {
'enable_message_center%': 1,
}, {
'enable_message_center%': 0,
« no previous file with comments | « no previous file | chrome/browser/extensions/extension_crash_recovery_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698