| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 40f13837c3df9648f3686c92781c48a6ba52e77f..c885a1a982f12939109dd21d11b9665f0ceea98b 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -616,8 +616,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,
|
|
|