blob: 4fb0b58a18dc95a1b4f2b4e60451810f404f7f90 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#! /bin/sh
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
MOZ_B2G=1
MOZ_MULET=1
. ${srcdir}/browser/confvars.sh
MOZ_BUNDLED_FONTS=1
MOZ_UA_OS_AGNOSTIC=1
|