no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / mobile / android / chrome / moz.build
blobbb28efc488f8fcd8118383342389a08a90e7f2b5
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
8 with Files("**"):
9     BUG_COMPONENT = ("GeckoView", "General")
11 DIRS += ["geckoview"]
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"]