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

Unified Diff: Makefile

Issue 1225683010: Add goma=on option to Makefile build. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: goma=on instead Created 5 years, 5 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 97612655a7b1aea4e7a96c9e8b9dc93321fcd006..7f161c64c950e9eb7677978c42fe54427bbabdae 100644
--- a/Makefile
+++ b/Makefile
@@ -162,7 +162,9 @@ endif
ifdef embedscript
GYPFLAGS += -Dembed_script=$(embedscript)
endif
-
+ifeq ($(goma), on)
+ GYPFLAGS += -Duse_goma=1
+endif
# arm specific flags.
# arm_version=<number | "default">
ifneq ($(strip $(arm_version)),)
« 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