Bug 1696969 [wpt PR 27896] - Allow fuzzy matching for replaced-element-003, a=testonly
[gecko.git] / services / common / moz.build
blob8a0d0a5b3ab5e4c0501a8d8bc72e5ddc13f308a4
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.js",
22     "kinto-http-client.js",
23     "kinto-offline-client.js",
24     "kinto-storage-adapter.js",
25     "logmanager.js",
26     "observers.js",
27     "rest.js",
28     "uptake-telemetry.js",
29     "utils.js",
32 if CONFIG["MOZ_WIDGET_TOOLKIT"] != "android":
33     EXTRA_JS_MODULES["services-common"] += [
34         "hawkclient.js",
35         "hawkrequest.js",
36         "tokenserverclient.js",
37     ]
39 TESTING_JS_MODULES.services.common += [
40     "modules-testing/logging.js",
43 SPHINX_TREES["/services/common"] = "docs"
45 XPCOM_MANIFESTS += [
46     "app_services_logger/components.conf",