Files
tubestation/toolkit/components/reportbrokensite/moz.build
Dennis Schubert 22218a7a1c Bug 1956012 - Ensure that broken_site_report ping schemas for fenix and desktop match. r=twisniewski,jgraham,android-reviewers,webcompat-reviewers,tthibaud
Even if we don't submit some metrics from Fenix, we still want to have them defined in the schema. This will result in the telemetry tables having the same schema, which makes analyzing and combining data much easier.

Differential Revision: https://phabricator.services.mozilla.com/D242965
2025-03-26 18:02:18 +00:00

18 lines
511 B
Python

# -*- 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/.
FINAL_TARGET_FILES.actors = [
"ReportBrokenSiteChild.sys.mjs",
"ReportBrokenSiteParent.sys.mjs",
]
DIRS += [
"tests",
]
with Files("**"):
BUG_COMPONENT = ("Web Compatibility", "Tooling & Investigations")