diff options
author | epoger@chromium.org <epoger@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-01 15:27:12 +0000 |
---|---|---|
committer | epoger@chromium.org <epoger@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-01 15:27:12 +0000 |
commit | 5a3000bb877fb19fcc103815844284db905780bf (patch) | |
tree | 9218445c3ad6f59e97771d0c26f8ec9b0940babc /build | |
parent | d8c664d2a1a9301d8bdc7ab68959f51791ebbdc3 (diff) | |
download | chromium_src-5a3000bb877fb19fcc103815844284db905780bf.zip chromium_src-5a3000bb877fb19fcc103815844284db905780bf.tar.gz chromium_src-5a3000bb877fb19fcc103815844284db905780bf.tar.bz2 |
Set use_skia=1 by default
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
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108110 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/common.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/common.gypi b/build/common.gypi index cdd3d18..e31c095 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%': 0, + 'use_skia%': 1, # Mac uses clang by default, so turn on the plugin as well. 'clang_use_chrome_plugins%': 1, }, { |