Bug 1945643 - Update to mozilla-nimbus-schemas 2025.1.1 r=chumphreys
[gecko.git] / dom / privateattribution / moz.build
blob294a7483df7cc9b4e2fafad81261839af8cfad9d
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: Core & HTML")
10 EXPORTS.mozilla.dom += [
11     "PrivateAttribution.h",
12     "PrivateAttributionIPCUtils.h",
15 UNIFIED_SOURCES += [
16     "PrivateAttribution.cpp",
19 XPIDL_SOURCES += [
20     "nsIPrivateAttributionService.idl",
23 XPIDL_MODULE = "privateattribution"
25 XPCOM_MANIFESTS += [
26     "components.conf",
29 XPCSHELL_TESTS_MANIFESTS += [
30     "tests/xpcshell/xpcshell.toml",
33 MOCHITEST_MANIFESTS += ["tests/mochitest/mochitest.toml"]
35 EXTRA_JS_MODULES += [
36     "PrivateAttributionService.sys.mjs",
39 include("/ipc/chromium/chromium-config.mozbuild")
41 FINAL_LIBRARY = "xul"