Bug 1900094 - Add telemetry for impressions missing due to domain-to-categories map...
[gecko.git] / toolkit / components / prompts / moz.build
blobf1577e4c1527e97a6539cf43931e91fb5442a552
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 = ("Toolkit", "Content Prompts")
10 DIRS += ["src"]
12 SPHINX_TREES["prompts"] = "docs"
14 with Files("docs/**"):
15     SCHEDULES.exclusive = ["docs"]
17 TESTING_JS_MODULES += [
18     "test/PromptTestUtils.sys.mjs",
21 MOCHITEST_MANIFESTS += ["test/mochitest.toml"]
22 MOCHITEST_CHROME_MANIFESTS += ["test/chrome.toml"]
24 JAR_MANIFESTS += ["jar.mn"]