Bug 1859954 - Use XP_DARWIN rather than XP_MACOS in PHC r=glandium
[gecko.git] / services / settings / moz.build
blob0042b3c4d17cf61d03b9dbdbbe320476abc3b67f
1 # This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
5 with Files("**"):
6     BUG_COMPONENT = ("Firefox", "Remote Settings Client")
8 DIRS += [
9     "dumps",
10     "static-dumps",
13 EXTRA_COMPONENTS += [
14     "servicesSettings.manifest",
17 EXTRA_JS_MODULES["services-settings"] += [
18     "Attachments.sys.mjs",
19     "Database.sys.mjs",
20     "IDBHelpers.sys.mjs",
21     "remote-settings.sys.mjs",
22     "RemoteSettings.worker.mjs",
23     "RemoteSettingsClient.sys.mjs",
24     "RemoteSettingsComponents.sys.mjs",
25     "RemoteSettingsWorker.sys.mjs",
26     "SharedUtils.sys.mjs",
27     "SyncHistory.sys.mjs",
28     "Utils.sys.mjs",
31 XPCOM_MANIFESTS += [
32     "components.conf",
35 XPCSHELL_TESTS_MANIFESTS += ["test/unit/xpcshell.ini"]
37 SPHINX_TREES["/services/settings"] = "docs"