diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-16 16:11:07 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-16 16:11:07 +0000 |
commit | e4dbede850654fa504fb75879927cf14bdcc250a (patch) | |
tree | 0ba93a74dbadbd3f7a9de3cafa2cecd3c61e46b8 /build/common.gypi | |
parent | 78866f18f12220543bc07b2900919aa663f3ffd5 (diff) | |
download | chromium_src-e4dbede850654fa504fb75879927cf14bdcc250a.zip chromium_src-e4dbede850654fa504fb75879927cf14bdcc250a.tar.gz chromium_src-e4dbede850654fa504fb75879927cf14bdcc250a.tar.bz2 |
mac: Turn style plugin on by default.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/7922006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@101494 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/common.gypi')
-rw-r--r-- | build/common.gypi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build/common.gypi b/build/common.gypi index ed11e4d..a106db1 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -214,9 +214,10 @@ 'enable_webrtc%': 1, 'conditions': [ - # Use Skia as WebKit renderer on Mac ['OS=="mac"', { 'use_skia%': 0, + # Mac uses clang by default, so turn on the plugin as well. + 'clang_use_chrome_plugins%': 1, }, { 'use_skia%': 1, }], |