summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorhbono@chromium.org <hbono@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-10 04:00:47 +0000
committerhbono@chromium.org <hbono@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-10 04:00:47 +0000
commit8c91b2303a0b909b37c75b5742360e302ca955c9 (patch)
treef451ea59b1cd8e73d6653cae96705e5cc2b329ad /build
parent0df16f71f6102ad9062baffc3be49580ddee0ad2 (diff)
downloadchromium_src-8c91b2303a0b909b37c75b5742360e302ca955c9.zip
chromium_src-8c91b2303a0b909b37c75b5742360e302ca955c9.tar.gz
chromium_src-8c91b2303a0b909b37c75b5742360e302ca955c9.tar.bz2
Enable Spellcheck API on Chromium.
This change just enables the Spellcheck API implemented in <http://webkit.org/b/59693> on Chromium by default to fix WebKit Bug 62296 <http://webkit.org/b/62296>. BUG=http://webkit.org/b/62296 TEST=editing/spelling/spellcheck-api.html Review URL: http://codereview.chromium.org/7071003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88634 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/features_override.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/features_override.gypi b/build/features_override.gypi
index 5767fbc..ed9517b 100644
--- a/build/features_override.gypi
+++ b/build/features_override.gypi
@@ -54,6 +54,7 @@
'ENABLE_SANDBOX=1',
'ENABLE_SHARED_WORKERS=1',
'ENABLE_SKIA_GPU=<(use_skia_gpu)',
+ 'ENABLE_SPELLCHECK_API=1',
'ENABLE_SVG=<(enable_svg)',
'ENABLE_SVG_ANIMATION=<(enable_svg)',
'ENABLE_SVG_AS_IMAGE=<(enable_svg)',