Commit 08857c6c authored by thakis@chromium.org's avatar thakis@chromium.org

mac: Make 'clang=1' the default for official builds.

BUG=91371
TEST=none

Review URL: http://codereview.chromium.org/7605014

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96104 0039d316-1c4b-4281-b951-d872f2087c98
parent c085ff80
...@@ -557,6 +557,14 @@ ...@@ -557,6 +557,14 @@
['branding=="Chrome" and buildtype=="Official"', { ['branding=="Chrome" and buildtype=="Official"', {
'mac_breakpad%': 1, 'mac_breakpad%': 1,
'mac_keystone%': 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" }, { # else: branding!="Chrome" or buildtype!="Official"
'mac_breakpad%': 0, 'mac_breakpad%': 0,
'mac_keystone%': 0, 'mac_keystone%': 0,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment