| 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,
|
|
|