| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 29d8c1cb4c7ffa727fbcdd899fcea8838ab47423..4b32f3b2ee130b700cbe7e578aabc771bd59f5b8 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -194,9 +194,8 @@
|
| 'enable_hidpi%': 1,
|
| }],
|
|
|
| - # Enable App Launcher on ChromeOS, Windows and OSX.
|
| - # On Linux, enable App Launcher for the Aura build.
|
| - ['use_ash==1 or OS=="win" or OS=="mac" or (desktop_linux==1 and use_aura==1)', {
|
| + # Enable App Launcher everywhere but mobile.
|
| + ['OS!="ios" and OS!="android"', {
|
| 'enable_app_list%': 1,
|
| }, {
|
| 'enable_app_list%': 0,
|
|
|