Bug 1031527 - Remove dup fd from ParamTraits<MagicGrallocBufferHandle>::Read(). r...
[gecko.git] / browser / confvars.sh
blob15ab57d42ad83ab065704d362210904ad9fdd165
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 if ! test "$HAVE_64BIT_OS"; then
13 MOZ_VERIFY_MAR_SIGNATURE=1
14 MOZ_MAINTENANCE_SERVICE=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_FXACCOUNTS=1
32 MOZ_SERVICES_HEALTHREPORT=1
33 MOZ_SERVICES_METRICS=1
34 MOZ_SERVICES_SYNC=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/aurora
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-aurora
52 # The MAR_CHANNEL_ID must not contain the following 3 characters: ",\t "
53 MAR_CHANNEL_ID=firefox-mozilla-aurora
54 MOZ_PROFILE_MIGRATOR=1
55 MOZ_EXTENSION_MANAGER=1
56 MOZ_APP_STATIC_INI=1
57 MOZ_WEBAPP_RUNTIME=1
58 MOZ_MEDIA_NAVIGATOR=1
59 if test "$OS_TARGET" = "WINNT" -o "$OS_TARGET" = "Darwin"; then
60 MOZ_FOLD_LIBS=1
62 MOZ_WEBGL_CONFORMANT=1
63 # Enable navigator.mozPay
64 MOZ_PAY=1
65 # Enable activities. These are used for FxOS developers currently.
66 MOZ_ACTIVITIES=1
67 MOZ_JSDOWNLOADS=1
68 MOZ_WEBM_ENCODER=1
69 # Enable exact rooting and generational GC on desktop.
70 JSGC_USE_EXACT_ROOTING=1
71 JSGC_GENERATIONAL=1