Use MOZ_PHOENIX instead of checking for 'browser' in MOZ_BUILD_APP

This commit is contained in:
NTD 2018-02-03 08:22:52 -05:00 committed by Roy Tam
commit 28bbfef589
21 changed files with 35 additions and 24 deletions

View file

@ -7,7 +7,7 @@
include $(topsrcdir)/config/rules.mk
ifeq (browser,$(MOZ_BUILD_APP))
ifdef MOZ_PHOENIX
ifdef COMPILE_ENVIRONMENT
gtest::
$(MAKE) -C $(DEPTH)/toolkit/library gtestxul

View file

@ -22,7 +22,7 @@ ifdef MOZ_B2G
BUILD_GTEST=
endif
ifneq (browser,$(MOZ_BUILD_APP))
ifndef MOZ_PHOENIX
BUILD_GTEST=
endif