Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2635)

Unified Diff: build/common.gypi

Issue 7922006: mac: Turn style plugin on by default. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: mac mac mac Created 9 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
}],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698