| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 5516c63fb77467ce06a27fb98cbce8b1f70b2b7c..c288392cfdbbdf692c3c999e17725a748a503628 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -618,8 +618,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,
|
|
|