| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 29476b7e25d7fec80134fd96940a36a7e246e7a6..9f326f913dcf21c79fbbeedd6aada7b817ef1b25 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -621,8 +621,8 @@
|
| 'use_system_libjpeg%': '<(android_webview_build)',
|
| }],
|
|
|
| - # Enable Settings App only on Windows.
|
| - ['enable_app_list==1 and OS=="win"', {
|
| + # Do not enable the Settings App on ChromeOS.
|
| + ['enable_app_list==1 and chromeos==0', {
|
| 'enable_settings_app%': 1,
|
| }, {
|
| 'enable_settings_app%': 0,
|
|
|