diff options
author | epoger@chromium.org <epoger@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-10 13:32:59 +0000 |
---|---|---|
committer | epoger@chromium.org <epoger@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-10 13:32:59 +0000 |
commit | 0d64efba912bd9caf0ac364bfa4f0ac62b894bce (patch) | |
tree | 937e176a8119997cd5ea4192c6e49b95a1d32c43 /build | |
parent | 9a381544091b4f03229f73aecc9ac91e9339097c (diff) | |
download | chromium_src-0d64efba912bd9caf0ac364bfa4f0ac62b894bce.zip chromium_src-0d64efba912bd9caf0ac364bfa4f0ac62b894bce.tar.gz chromium_src-0d64efba912bd9caf0ac364bfa4f0ac62b894bce.tar.bz2 |
Re-enable Skia by default for Chromium-Mac. See bug for more details.
BUG=101731
Review URL: http://codereview.chromium.org/8520005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109421 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 6f2d9d7..888b0b8 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, }, { |