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

Unified Diff: build/common.gypi

Issue 7605014: mac: Make 'clang=1' the default for official builds. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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 8fb4dfa267e4f99bb1155973a3cce9a86a28be0b..cce352b1e6119d68125d8b6222e900cd6dc4f252 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -557,6 +557,14 @@
['branding=="Chrome" and buildtype=="Official"', {
'mac_breakpad%': 1,
'mac_keystone%': 1,
+
+ # Official builds use clang, but only on m15+. Since there's just
+ # one buildbot config for the builder for m13, m14, and m15, this
+ # can't be defined in the buildbot config but is instead defined
+ # here (it was added after the m14 branch was cut). This is in the
+ # buildtype=="Official" section so that developers don't see it
+ # for their local builds.
+ 'clang%': 1,
}, { # else: branding!="Chrome" or buildtype!="Official"
'mac_breakpad%': 0,
'mac_keystone%': 0,
« 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