Import XULRunner and make it produce the generic stub

This commit is contained in:
NTD 2018-04-20 20:11:26 -04:00 committed by Roy Tam
commit d3be0506a0
73 changed files with 2418 additions and 10 deletions

View file

@ -2416,15 +2416,6 @@ if test -n "$WITH_APP_BASENAME" ; then
MOZ_APP_BASENAME="$WITH_APP_BASENAME"
fi
# Special cases where we need to AC_DEFINE something. Also a holdover for apps
# that haven't made a confvars.sh yet. Don't add new stuff here, use
# MOZ_BUILD_APP.
case "$MOZ_BUILD_APP" in
xulrunner)
AC_DEFINE(MOZ_XULRUNNER)
;;
esac
if test -n "$MOZ_B2G"; then
AC_DEFINE(MOZ_B2G)
fi
@ -2434,7 +2425,6 @@ if test -n "$MOZ_GRAPHENE"; then
AC_DEFINE(MOZ_GRAPHENE)
fi
AC_SUBST(MOZ_XULRUNNER)
AC_SUBST(MOZ_B2G)
AC_SUBST(MOZ_B2G_VERSION)