diff options
Diffstat (limited to 'b2g/dev/confvars.sh')
-rw-r--r-- | b2g/dev/confvars.sh | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/b2g/dev/confvars.sh b/b2g/dev/confvars.sh deleted file mode 100644 index 4fb0b58a1..000000000 --- a/b2g/dev/confvars.sh +++ /dev/null @@ -1,12 +0,0 @@ -#! /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 |