Backed out 2 changesets (bug 1908320) for causing wr failures on align-items-baseline...
[gecko.git] / browser / confvars.sh
blob6c27951bfaf54a0030b2db7f3fb15be0b653aa6f
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_DISPLAYNAME will be set by branding/configure.sh
7 # MOZ_BRANDING_DIRECTORY is the default branding directory used when none is
8 # specified. It should never point to the "official" branding directory.
9 # For mozilla-beta, mozilla-release, or mozilla-central repositories, use
10 # "unofficial" branding.
11 # For the mozilla-aurora repository, use "aurora".
12 MOZ_BRANDING_DIRECTORY=browser/branding/unofficial
13 MOZ_OFFICIAL_BRANDING_DIRECTORY=browser/branding/official