Bug 1842773 - Part 5: Add ArrayBuffer.prototype.{maxByteLength,resizable} getters...
[gecko.git] / services / common / moz.build
blob3585dc54261612de45c5410996ed12114e6b5242
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.js",
24     "kinto-storage-adapter.sys.mjs",
25     "logmanager.sys.mjs",
26     "observers.sys.mjs",
27     "rest.sys.mjs",
28     "uptake-telemetry.sys.mjs",
29     "utils.sys.mjs",
32 if CONFIG["MOZ_WIDGET_TOOLKIT"] != "android":
33     EXTRA_JS_MODULES["services-common"] += [
34         "hawkclient.sys.mjs",
35         "hawkrequest.sys.mjs",
36         "tokenserverclient.sys.mjs",
37     ]
39 TESTING_JS_MODULES.services.common += [
40     "modules-testing/logging.sys.mjs",
43 SPHINX_TREES["/services/common"] = "docs"
45 XPCOM_MANIFESTS += [
46     "app_services_logger/components.conf",