Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index 3ca0957941fb1ce7db7ae24d2aa79e1d6a16b8c9..f60184be225db8229f41fff97ba2bc53b04725cd 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', { |
|
Matt Giuca
2016/05/03 07:31:15
Delightful!
Can we just change this to a positive
tapted
2016/05/04 09:55:43
That becomes tricky since chromecast \implies{} OS
Matt Giuca
2016/05/05 00:26:30
Acknowledged.
|
| 'enable_app_list%': 1, |
| }, { |
| 'enable_app_list%': 0, |