https://github.com/mozilla/gecko-dev
Raw File
Tip revision: e28bcd7ae58d95c0f7171eef381edba0bdce637c authored by Mozilla Releng Treescript on 05 August 2024, 13:59:10 UTC
Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release
Tip revision: e28bcd7
moz.build
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
# vim: set filetype=python:
# 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/.

with Files("**"):
    BUG_COMPONENT = ("GeckoView", "General")
back to top