diff options
Diffstat (limited to 'build')
-rw-r--r-- | build/common.gypi | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/build/common.gypi b/build/common.gypi index 4652db4..be89cdd 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -43,17 +43,10 @@ # else gets passed through, which probably won't work very well; such # hosts should pass an explicit target_arch to gyp. 'target_arch%': - '<!(uname -m | sed -e "s/i.86/ia32/;s/x86_64/x64/;s/arm.*/arm/")', - + '<!(uname -m | sed -e "s/i.86/ia32/;s/x86_64/x64/;s/arm.*/arm/")' }, { # OS!="linux" 'target_arch%': 'ia32', }], - [ 'OS=="mac"', { - # For now, only Linux and Windows use spellcheck in the renderer. - 'spellchecker_in_renderer%': 0, - }, { # OS!="mac" - 'spellchecker_in_renderer%': 1, - }], ], # We do want to build Chromium with Breakpad support in certain @@ -86,7 +79,6 @@ 'branding%': '<(branding)', 'buildtype%': '<(buildtype)', 'target_arch%': '<(target_arch)', - 'spellchecker_in_renderer%': '<(spellchecker_in_renderer)', 'toolkit_views%': '<(toolkit_views)', 'chromeos%': '<(chromeos)', 'inside_chromium_build%': '<(inside_chromium_build)', @@ -309,9 +301,6 @@ ['enable_pepper==1', { 'defines': ['ENABLE_PEPPER=1'], }], - ['spellchecker_in_renderer==1', { - 'defines': ['SPELLCHECKER_IN_RENDERER=1'] - }], ['fastbuild!=0', { 'conditions': [ # Finally, for Windows, we simply turn on profiling. |