diff options
author | huanr@chromium.org <huanr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-16 19:34:59 +0000 |
---|---|---|
committer | huanr@chromium.org <huanr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-16 19:34:59 +0000 |
commit | 7075b06c4ddb77982b62ffcecb46a6c52d7860f4 (patch) | |
tree | 2f0e1f34ef05253c573b4cfbe3a7ff48fe7dfe8f /build | |
parent | 37048f235367c282f1dba8c26364050dfc083d90 (diff) | |
download | chromium_src-7075b06c4ddb77982b62ffcecb46a6c52d7860f4.zip chromium_src-7075b06c4ddb77982b62ffcecb46a6c52d7860f4.tar.gz chromium_src-7075b06c4ddb77982b62ffcecb46a6c52d7860f4.tar.bz2 |
Revert 31875 to see whether it fixes reliability bot.
BUG=25677
TEST=None
Review URL: http://codereview.chromium.org/397014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32074 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/common.gypi | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/build/common.gypi b/build/common.gypi index 4652db4..7bfcbb0 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -45,14 +45,12 @@ 'target_arch%': '<!(uname -m | sed -e "s/i.86/ia32/;s/x86_64/x64/;s/arm.*/arm/")', + # For now, only Linux spellchecks in the renderer. + 'spellchecker_in_renderer%': 1, }, { # 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, }], ], @@ -145,7 +143,7 @@ # Whether pepper APIs are enabled. 'enable_pepper%': 0, - + # Whether usage of OpenMAX is enabled. 'enable_openmax%': 0, |