Bug 1640914 [wpt PR 23771] - Python 3: port tests in resource-timing, a=testonly
[gecko.git] / browser / confvars.sh
blob31f28736606ddc4ce95d98b30d778dfc222b8680
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
10 if test "$OS_ARCH" = "WINNT"; then
11 if ! test "$HAVE_64BIT_BUILD"; then
12 if test "$MOZ_UPDATE_CHANNEL" = "nightly" -o \
13 "$MOZ_UPDATE_CHANNEL" = "nightly-try" -o \
14 "$MOZ_UPDATE_CHANNEL" = "aurora" -o \
15 "$MOZ_UPDATE_CHANNEL" = "beta" -o \
16 "$MOZ_UPDATE_CHANNEL" = "release"; then
17 if ! test "$MOZ_DEBUG"; then
18 if ! test "$USE_STUB_INSTALLER"; then
19 # Expect USE_STUB_INSTALLER from taskcluster for downstream task consistency
20 echo "ERROR: STUB installer expected to be enabled but"
21 echo "ERROR: USE_STUB_INSTALLER is not specified in the environment"
22 exit 1
24 MOZ_STUB_INSTALLER=1
30 BROWSER_CHROME_URL=chrome://browser/content/browser.xhtml
32 # MOZ_APP_DISPLAYNAME will be set by branding/configure.sh
33 # MOZ_BRANDING_DIRECTORY is the default branding directory used when none is
34 # specified. It should never point to the "official" branding directory.
35 # For mozilla-beta, mozilla-release, or mozilla-central repositories, use
36 # "unofficial" branding.
37 # For the mozilla-aurora repository, use "aurora".
38 MOZ_BRANDING_DIRECTORY=browser/branding/unofficial
39 MOZ_OFFICIAL_BRANDING_DIRECTORY=browser/branding/official
40 MOZ_APP_ID={ec8030f7-c20a-464f-9b0e-13a3a9e97384}
42 MOZ_PROFILE_MIGRATOR=1
44 # Include the DevTools client, not just the server (which is the default)
45 MOZ_DEVTOOLS=all