summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorepoger@chromium.org <epoger@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-01 17:54:24 +0000
committerepoger@chromium.org <epoger@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-01 17:54:24 +0000
commit8d8b9033824c6623b56e6b7196688d34145eb9b8 (patch)
tree1bcaae49304a37f8a7693cc92462dc3ecdb93b4c /build
parent939e4ed465fa51c15cb4a57606aa748393ca6bf2 (diff)
downloadchromium_src-8d8b9033824c6623b56e6b7196688d34145eb9b8.zip
chromium_src-8d8b9033824c6623b56e6b7196688d34145eb9b8.tar.gz
chromium_src-8d8b9033824c6623b56e6b7196688d34145eb9b8.tar.bz2
Revert 108110 - Set use_skia=1 by default
Reverted because it was killing pagecycler performance More background info at http://code.google.com/p/chromium/issues/detail?id=101731 ('re-enable use_skia by default') BUG=101731 Review URL: http://codereview.chromium.org/8384004 TBR=kerz@chromium.org Review URL: http://codereview.chromium.org/8386008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108129 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 e31c095..cdd3d18 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -254,7 +254,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,
}, {