Bumping manifests a=b2g-bump
[gecko.git] / browser / confvars.sh
blobd98d6a798eba93315895fc76f73e62150d2074ef
1 #! /bin/sh
2 # This Source Code Form is subject to the terms of the Mozilla Public
3 # License, v. 2.0. If a copy of the MPL was not distributed with this
4 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
6 MOZ_APP_BASENAME=Firefox
7 MOZ_APP_VENDOR=Mozilla
8 MOZ_UPDATER=1
9 MOZ_PHOENIX=1
11 if test "$OS_ARCH" = "WINNT"; then
12 MOZ_MAINTENANCE_SERVICE=1
13 if ! test "$HAVE_64BIT_BUILD"; then
14 MOZ_VERIFY_MAR_SIGNATURE=1
15 if test "$MOZ_UPDATE_CHANNEL" = "nightly" -o \
16 "$MOZ_UPDATE_CHANNEL" = "aurora" -o \
17 "$MOZ_UPDATE_CHANNEL" = "beta" -o \
18 "$MOZ_UPDATE_CHANNEL" = "release"; then
19 if ! test "$MOZ_DEBUG"; then
20 MOZ_STUB_INSTALLER=1
26 MOZ_CHROME_FILE_FORMAT=omni
27 MOZ_DISABLE_EXPORT_JS=1
28 MOZ_SAFE_BROWSING=1
29 MOZ_SERVICES_COMMON=1
30 MOZ_SERVICES_CRYPTO=1
31 MOZ_SERVICES_HEALTHREPORT=1
32 MOZ_SERVICES_METRICS=1
33 MOZ_SERVICES_SYNC=1
34 MOZ_SERVICES_CLOUDSYNC=1
35 MOZ_APP_VERSION=$FIREFOX_VERSION
36 MOZ_EXTENSIONS_DEFAULT=" gio"
37 # MOZ_APP_DISPLAYNAME will be set by branding/configure.sh
38 # Changing MOZ_*BRANDING_DIRECTORY requires a clobber to ensure correct results,
39 # because branding dependencies are broken.
40 # MOZ_BRANDING_DIRECTORY is the default branding directory used when none is
41 # specified. It should never point to the "official" branding directory.
42 # For mozilla-beta, mozilla-release, or mozilla-central repositories, use
43 # "nightly" branding (until bug 659568 is fixed).
44 # For the mozilla-aurora repository, use "aurora".
45 MOZ_BRANDING_DIRECTORY=browser/branding/nightly
46 MOZ_OFFICIAL_BRANDING_DIRECTORY=browser/branding/official
47 MOZ_APP_ID={ec8030f7-c20a-464f-9b0e-13a3a9e97384}
48 # This should usually be the same as the value MAR_CHANNEL_ID.
49 # If more than one ID is needed, then you should use a comma separated list
50 # of values.
51 ACCEPTED_MAR_CHANNEL_IDS=firefox-mozilla-beta,firefox-mozilla-release
52 # The MAR_CHANNEL_ID must not contain the following 3 characters: ",\t "
53 MAR_CHANNEL_ID=firefox-mozilla-beta
54 MOZ_PROFILE_MIGRATOR=1
55 MOZ_APP_STATIC_INI=1
56 MOZ_WEBAPP_RUNTIME=1
57 MOZ_MEDIA_NAVIGATOR=1
58 if test "$OS_TARGET" = "WINNT" -o "$OS_TARGET" = "Darwin"; then
59 MOZ_FOLD_LIBS=1
61 MOZ_WEBGL_CONFORMANT=1
62 # Enable navigator.mozPay
63 MOZ_PAY=1
64 # Enable activities. These are used for FxOS developers currently.
65 MOZ_ACTIVITIES=1
66 MOZ_JSDOWNLOADS=1
67 MOZ_WEBM_ENCODER=1
68 # Enable generational GC on desktop.
69 JSGC_GENERATIONAL=1