Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index 92b34c8af7c20faefba751b29c4426382dfee938..6a9202499ef3156d15181eec6517e23140fee319 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -135,8 +135,8 @@ |
| 'enable_touch_ui%': 1, |
| }], |
| - # Enable App Launcher only on ChromeOS and Windows for now. |
| - ['use_ash==1 or OS=="win"', { |
| + # Enable App Launcher only on ChromeOS, Windows and OSX. |
| + ['use_ash==1 or OS=="win" or OS=="mac"', { |
| 'enable_app_list%': 1, |
| }, { |
| 'enable_app_list%': 0, |