Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index ed11e4dd1b956c25cdce7de5fa72a4a800933767..561aef55e370f313f03b4fb538d4d4b01f4c93df 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -217,6 +217,8 @@ |
# Use Skia as WebKit renderer on Mac |
Mark Mentovai
2011/09/16 13:46:47
This comment seems sort of misplaced now that you’
|
['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, |
}], |