moz.build (652B)
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/. 6 7 # NOTE: I think there are a few other possible components in this directory 8 with Files("**"): 9 BUG_COMPONENT = ("GeckoView", "General") 10 11 DIRS += ["geckoview"] 12 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"]