Bug 1946184 - Fix computing the CSD margin right after calling HideWindowChrome(...
[gecko.git] / services / common / moz.build
blob42c5431de82ee827583051b5e6741a05f254307a
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 = ("Cloud Services", "Firefox: Common")
10 TEST_DIRS += ["tests"]
12 EXPORTS.mozilla.appservices += [
13     "app_services_logger/AppServicesLoggerComponents.h",
16 EXTRA_COMPONENTS += [
17     "servicesComponents.manifest",
20 EXTRA_JS_MODULES["services-common"] += [
21     "async.sys.mjs",
22     "kinto-http-client.sys.mjs",
23     "kinto-offline-client.sys.mjs",
24     "kinto-storage-adapter.sys.mjs",
25     "observers.sys.mjs",
26     "rest.sys.mjs",
27     "uptake-telemetry.sys.mjs",
28     "utils.sys.mjs",
31 if CONFIG["MOZ_WIDGET_TOOLKIT"] != "android":
32     EXTRA_JS_MODULES["services-common"] += [
33         "hawkclient.sys.mjs",
34         "hawkrequest.sys.mjs",
35         "tokenserverclient.sys.mjs",
36     ]
38 TESTING_JS_MODULES.services.common += [
39     "modules-testing/logging.sys.mjs",
42 SPHINX_TREES["/services/common"] = "docs"
44 XPCOM_MANIFESTS += [
45     "app_services_logger/components.conf",