Bug 1845134 - Part 4: Update existing ui-icons to use the latest source from acorn...
[gecko.git] / services / fxaccounts / moz.build
blob0047122c2d3ed7a4bf9cdd326c6fe9df0336a4e8
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 = ("Firefox", "Firefox Accounts")
10 MOCHITEST_CHROME_MANIFESTS += ["tests/mochitest/chrome.toml"]
12 BROWSER_CHROME_MANIFESTS += ["tests/browser/browser.toml"]
14 XPCSHELL_TESTS_MANIFESTS += ["tests/xpcshell/xpcshell.toml"]
16 EXTRA_JS_MODULES += [
17     "Credentials.sys.mjs",
18     "FxAccounts.sys.mjs",
19     "FxAccountsClient.sys.mjs",
20     "FxAccountsCommands.sys.mjs",
21     "FxAccountsCommon.sys.mjs",
22     "FxAccountsConfig.sys.mjs",
23     "FxAccountsDevice.sys.mjs",
24     "FxAccountsKeys.sys.mjs",
25     "FxAccountsOAuth.sys.mjs",
26     "FxAccountsPairing.sys.mjs",
27     "FxAccountsPairingChannel.sys.mjs",
28     "FxAccountsProfile.sys.mjs",
29     "FxAccountsProfileClient.sys.mjs",
30     "FxAccountsPush.sys.mjs",
31     "FxAccountsStorage.sys.mjs",
32     "FxAccountsTelemetry.sys.mjs",
33     "FxAccountsWebChannel.sys.mjs",
36 XPCOM_MANIFESTS += [
37     "components.conf",