Backed out changeset f594e6f00208 (bug 1940883) for causing crashes in bug 1941164.
[gecko.git] / toolkit / components / reportbrokensite / moz.build
blobe0956c46e33b9968ff0a4d439d7aa6d9cbbff130
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 FINAL_TARGET_FILES.actors = [
8     "ReportBrokenSiteChild.sys.mjs",
9     "ReportBrokenSiteParent.sys.mjs",
12 with Files("**"):
13     BUG_COMPONENT = ("Web Compatibility", "Tooling & Investigations")