diff options
author | kerz@chromium.org <kerz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-22 17:15:48 +0000 |
---|---|---|
committer | kerz@chromium.org <kerz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-22 17:15:48 +0000 |
commit | da962efdb65aced77096b2ecc2629b15c5b04fda (patch) | |
tree | be09773f08eb0eab743d3a0f75faebb10f2518ee /build/common.gypi | |
parent | 799b4b2342f2ce5837c8b36bd419eb6f40625f3b (diff) | |
download | chromium_src-da962efdb65aced77096b2ecc2629b15c5b04fda.zip chromium_src-da962efdb65aced77096b2ecc2629b15c5b04fda.tar.gz chromium_src-da962efdb65aced77096b2ecc2629b15c5b04fda.tar.bz2 |
Re-enable clang for official builders.
Revert 96424 - mac: Use gcc for official builds again until breakpad is sorted out.
BUG=91371
TEST=none
Review URL: http://codereview.chromium.org/7623021
TBR=thakis@chromium.org
Review URL: http://codereview.chromium.org/7711004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97670 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/common.gypi')
-rw-r--r-- | build/common.gypi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/build/common.gypi b/build/common.gypi index 8d507cc..1c08fbf 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -578,8 +578,7 @@ # 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. - # TODO(thakis): Reenable once breakpad issues are sorted out. - #'clang%': 1, + 'clang%': 1, }, { # else: branding!="Chrome" or buildtype!="Official" 'mac_breakpad%': 0, 'mac_keystone%': 0, |