Bug 831614 - Desktop sync UI checkbox for Setting up Sync for Metro at the same time...
[gecko.git] / browser / confvars.sh
blob3eadf904d3aaef7a78ce2fde5240b6650d574b0c
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_SAFE_BROWSING=1
28 MOZ_SERVICES_COMMON=1
29 MOZ_SERVICES_CRYPTO=1
30 MOZ_SERVICES_HEALTHREPORT=1
31 MOZ_SERVICES_METRICS=1
32 MOZ_SERVICES_SYNC=1
33 MOZ_APP_VERSION=$FIREFOX_VERSION
34 MOZ_EXTENSIONS_DEFAULT=" gio"
35 # MOZ_APP_DISPLAYNAME will be set by branding/configure.sh
36 # Changing MOZ_*BRANDING_DIRECTORY requires a clobber to ensure correct results,
37 # because branding dependencies are broken.
38 # MOZ_BRANDING_DIRECTORY is the default branding directory used when none is
39 # specified. It should never point to the "official" branding directory.
40 # For mozilla-beta, mozilla-release, or mozilla-central repositories, use
41 # "nightly" branding (until bug 659568 is fixed).
42 # For the mozilla-aurora repository, use "aurora".
43 MOZ_BRANDING_DIRECTORY=browser/branding/nightly
44 MOZ_OFFICIAL_BRANDING_DIRECTORY=browser/branding/official
45 MOZ_APP_ID={ec8030f7-c20a-464f-9b0e-13a3a9e97384}
46 # This should usually be the same as the value MAR_CHANNEL_ID.
47 # If more than one ID is needed, then you should use a comma separated list
48 # of values.
49 ACCEPTED_MAR_CHANNEL_IDS=firefox-mozilla-central
50 # The MAR_CHANNEL_ID must not contain the following 3 characters: ",\t "
51 MAR_CHANNEL_ID=firefox-mozilla-central
52 MOZ_PROFILE_MIGRATOR=1
53 MOZ_EXTENSION_MANAGER=1
54 MOZ_APP_STATIC_INI=1
55 MOZ_WEBAPP_RUNTIME=1
56 MOZ_MEDIA_NAVIGATOR=1