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