summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorepoger@google.com <epoger@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-27 16:30:55 +0000
committerepoger@google.com <epoger@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-27 16:30:55 +0000
commit46bcd237ebf1d597de0f0f974c7adb3ede6ba621 (patch)
tree6b93a35002e313f566acc48e505e83d6d7f2cd9e /build
parente8eecdffea6d822a1078da73189c13dcfad74704 (diff)
downloadchromium_src-46bcd237ebf1d597de0f0f974c7adb3ede6ba621.zip
chromium_src-46bcd237ebf1d597de0f0f974c7adb3ede6ba621.tar.gz
chromium_src-46bcd237ebf1d597de0f0f974c7adb3ede6ba621.tar.bz2
Disable Skia on Mac until we resolve http://code.google.com/p/chromium/issues/detail?id=98079
('Unable to see any "TEXT' in chrome browser.') Review URL: http://codereview.chromium.org/8054015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102944 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/common.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/common.gypi b/build/common.gypi
index a4a0d82..b0c09e1 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -225,7 +225,7 @@
# the 'conditions' clause. Initial attempts resulted in chromium and
# webkit disagreeing on its setting.
['OS=="mac"', {
- 'use_skia%': 1,
+ 'use_skia%': 0,
# Mac uses clang by default, so turn on the plugin as well.
'clang_use_chrome_plugins%': 1,
}, {