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

Unified Diff: build/landmine_utils.py

Issue 111183004: win: Use ninja by default (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 | « build/gyp_chromium ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/landmine_utils.py
diff --git a/build/landmine_utils.py b/build/landmine_utils.py
index 4b8b257191523fa973028a0aa66161f25fd32bfe..46086fa83e069721c3d69e8124dc468f4e7da4d9 100644
--- a/build/landmine_utils.py
+++ b/build/landmine_utils.py
@@ -105,7 +105,7 @@ def builder():
elif platform() == 'ios':
return 'xcode'
elif IsWindows():
- return 'msvs'
+ return 'ninja'
elif IsLinux():
return 'ninja'
elif IsMac():
« no previous file with comments | « build/gyp_chromium ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698