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

Unified Diff: Makefile

Issue 972943003: Run gyp with --no-parallel -G config=$(BUILDTYPE) (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 10 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: Makefile
diff --git a/Makefile b/Makefile
index baaabfa70b6fe08a8469acccea4c8b4c45810960..25a46ccd26b9a38636331e94081dace1799d0616 100644
--- a/Makefile
+++ b/Makefile
@@ -86,7 +86,7 @@ endif
# Run gyp no matter what.
.PHONY: gyp
gyp:
- $(CWD)/gyp_skia
+ $(CWD)/gyp_skia --no-parallel -G config=$(BUILDTYPE)
# For all specific targets: run gyp if necessary, and then pass control to
# the gyp-generated buildfiles.
« 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