Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index b6d75c97d173755cd1d9426e22cd1f947fb1ab08..8e0c0c0b0b5bbb72dd92ab8368236ef43387319b 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -259,7 +259,7 @@ |
| }], |
| # Enable App Launcher everywhere but mobile. |
| - ['OS!="ios" and OS!="android"', { |
| + ['OS!="ios" and OS!="android" and chromecast==0', { |
| 'enable_app_list%': 1, |
| }, { |
| 'enable_app_list%': 0, |