Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index cc48129203b482ed8ac59c23fa60bbb2cc657560..3f298a67557ee6029d934a6b432aa17c50098e5c 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -811,7 +811,6 @@ |
| 'enable_extensions%': 0, |
| 'enable_google_now%': 0, |
| 'cld_version%': 1, |
| - 'enable_spellcheck%': 0, |
| 'enable_themes%': 0, |
| 'remoting%': 0, |
| 'arm_neon%': 0, |
| @@ -823,8 +822,8 @@ |
| 'video_hole%': 1, |
| }], |
| - # OSX has a built-in spellchecker can be utilized. |
| - ['OS=="mac"', { |
| + # Android and OSX have built-in spellcheckers that can be utilized. |
| + ['OS=="android" or OS=="mac"', { |
| 'use_platform_spellchecker%': 1, |
| }], |