Add goma=on option to Makefile build.

Review URL: https://codereview.chromium.org/1225683010

Cr-Commit-Position: refs/heads/master@{#29551}
This commit is contained in:
rmcilroy 2015-07-09 02:50:48 -07:00 committed by Commit bot
parent d05538827e
commit 91255190ea

View File

@ -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)),)