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

Unified Diff: platform_tools/chromeos/bin/chromeos_setup.sh

Issue 206463007: change default build (in "make" wrapper) to ninja on all platforms (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: rebase Created 6 years, 9 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 | « make.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: platform_tools/chromeos/bin/chromeos_setup.sh
diff --git a/platform_tools/chromeos/bin/chromeos_setup.sh b/platform_tools/chromeos/bin/chromeos_setup.sh
index be8b5cbc843c72584faf15ebabf2fee6ad29784a..e2dc32b34edaf3a17991ebb30a1f10b76fd74a60 100755
--- a/platform_tools/chromeos/bin/chromeos_setup.sh
+++ b/platform_tools/chromeos/bin/chromeos_setup.sh
@@ -49,7 +49,7 @@ setup_device() {
exportVar GENERIC_BOARD_TYPE ${GENERIC_BOARD_TYPE}
exportVar GYP_DEFINES "$DEFINES"
- exportVar GYP_GENERATORS "make"
+ exportVar GYP_GENERATORS "ninja"
exportVar GYP_GENERATOR_FLAGS ""
exportVar SKIA_OUT "out/config/chromeos-${TARGET_DEVICE}"
exportVar builddir_name "."
« no previous file with comments | « make.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698