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

Unified Diff: test/mac/xcode-gcc/test.gyp

Issue 61293005: ninja: use clang by default on Mac, matching recent Xcodes (Closed) Base URL: http://gyp.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 1 month 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 | « test/mac/gyptest-xcode-gcc.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mac/xcode-gcc/test.gyp
===================================================================
--- test/mac/xcode-gcc/test.gyp (revision 1785)
+++ test/mac/xcode-gcc/test.gyp (working copy)
@@ -2,6 +2,11 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
{
+ 'make_global_settings': [
+ ['CC', '/usr/bin/gcc'],
+ ['CXX', '/usr/bin/g++'],
+ ],
+
'target_defaults': {
'xcode_settings': {
'GCC_TREAT_WARNINGS_AS_ERRORS': 'YES',
« no previous file with comments | « test/mac/gyptest-xcode-gcc.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698