Bug 1943650 - Command-line --help output misformatted after --dbus-service. r=emilio
[gecko.git] / toolkit / components / statusfilter / moz.build
blob50610a5442c28e55eba6346945bc00c20e5bee99
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 with Files("**"):
8     BUG_COMPONENT = ("Core", "DOM: Navigation")
10 SOURCES += [
11     "nsBrowserStatusFilter.cpp",
14 EXPORTS += [
15     "nsBrowserStatusFilter.h",
18 FINAL_LIBRARY = "xul"