1 # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
2 # vim: set filetype=python:
3 # This Source Code Form is subject to the terms of the Mozilla Public
4 # License, v. 2.0. If a copy of the MPL was not distributed with this
5 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
7 # NOTE: I think there are a few other possible components in this directory
9 BUG_COMPONENT = ("GeckoView", "General")
13 DEFINES["AB_CD"] = CONFIG["MOZ_UI_LOCALE"]
14 DEFINES["PACKAGE"] = "browser"
15 DEFINES["MOZ_APP_VERSION"] = CONFIG["MOZ_APP_VERSION"]
16 DEFINES["MOZ_APP_VERSION_DISPLAY"] = CONFIG["MOZ_APP_VERSION_DISPLAY"]
17 DEFINES["ANDROID_PACKAGE_NAME"] = CONFIG["ANDROID_PACKAGE_NAME"]