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

Unified Diff: build/landmine_utils.py

Issue 31143002: mac: Use ninja by default. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 2 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
Index: build/landmine_utils.py
diff --git a/build/landmine_utils.py b/build/landmine_utils.py
index 021fc9b71134cf68ec928e44f77d3de5a7addad6..4b8b257191523fa973028a0aa66161f25fd32bfe 100644
--- a/build/landmine_utils.py
+++ b/build/landmine_utils.py
@@ -109,6 +109,6 @@ def builder():
elif IsLinux():
return 'ninja'
elif IsMac():
- return 'xcode'
+ return 'ninja'
else:
assert False, 'Don\'t know what builder we\'re using!'

Powered by Google App Engine
This is Rietveld 408576698