mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
45 lines
1.0 KiB
Bash
Executable File
45 lines
1.0 KiB
Bash
Executable File
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
MOZ_APP_BASENAME=Fennec
|
|
MOZ_APP_VENDOR=Mozilla
|
|
|
|
MOZ_APP_VERSION=21.0a1
|
|
|
|
MOZ_BRANDING_DIRECTORY=mobile/xul/branding/unofficial
|
|
MOZ_OFFICIAL_BRANDING_DIRECTORY=mobile/xul/branding/official
|
|
# MOZ_APP_DISPLAYNAME is set by branding/configure.sh
|
|
|
|
MOZ_SAFE_BROWSING=
|
|
|
|
MOZ_SERVICES_COMMON=1
|
|
MOZ_SERVICES_CRYPTO=1
|
|
MOZ_SERVICES_METRICS=1
|
|
MOZ_SERVICES_SYNC=1
|
|
|
|
MOZ_DISABLE_DOMCRYPTO=1
|
|
|
|
if test "$LIBXUL_SDK"; then
|
|
MOZ_XULRUNNER=1
|
|
else
|
|
MOZ_XULRUNNER=
|
|
MOZ_PLACES=1
|
|
fi
|
|
|
|
if test "$OS_TARGET" = "Android"; then
|
|
MOZ_CAPTURE=1
|
|
MOZ_RAW=1
|
|
fi
|
|
|
|
# Needed for building our components as part of libxul
|
|
MOZ_APP_COMPONENT_LIBS="browsercomps"
|
|
MOZ_APP_COMPONENT_INCLUDE=nsBrowserComponents.h
|
|
|
|
# use custom widget for html:select
|
|
MOZ_USE_NATIVE_POPUP_WINDOWS=1
|
|
|
|
MOZ_APP_ID={a23983c0-fd0e-11dc-95ff-0800200c9a66}
|
|
MOZ_EXTENSION_MANAGER=1
|
|
MOZ_APP_STATIC_INI=1
|