moz.build (1171B)
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/. 6 7 with Files("**"): 8 BUG_COMPONENT = ("Firefox", "Firefox Accounts") 9 10 MOCHITEST_CHROME_MANIFESTS += ["tests/mochitest/chrome.toml"] 11 12 BROWSER_CHROME_MANIFESTS += ["tests/browser/browser.toml"] 13 14 XPCSHELL_TESTS_MANIFESTS += ["tests/xpcshell/xpcshell.toml"] 15 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", 34 ] 35 36 XPCOM_MANIFESTS += [ 37 "components.conf", 38 ]