summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-19 22:44:29 +0000
committerestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-19 22:44:29 +0000
commitc27324bdb7b9ee448a0c73d5c005c709282c8cbc (patch)
treed7ec31ab43e6493ef3f00eb81faeca0c79a793c3 /build
parent5ef3748a651d073bf12928e880a042bf450e1aa8 (diff)
downloadchromium_src-c27324bdb7b9ee448a0c73d5c005c709282c8cbc.zip
chromium_src-c27324bdb7b9ee448a0c73d5c005c709282c8cbc.tar.gz
chromium_src-c27324bdb7b9ee448a0c73d5c005c709282c8cbc.tar.bz2
Move Mac to using renderer spellchecker.
BUG=25677 Review URL: http://codereview.chromium.org/395007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32561 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/common.gypi10
1 files changed, 0 insertions, 10 deletions
diff --git a/build/common.gypi b/build/common.gypi
index 8163dd0..612874c 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -48,12 +48,6 @@
}, { # 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 +80,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 +302,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.