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

Unified Diff: build/common.gypi

Issue 7623021: mac: Use gcc for official builds again until breakpad is sorted out. (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 5229980dcea3bbfb130063f7513aaed3844d5809..e807099727af5fcebf1fda215e880ae4cccf114b 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -564,7 +564,8 @@
# 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,
+ # TODO(thakis): Reenable once breakpad issues are sorted out.
+ #'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