moz.build (830B)
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 EXTRA_JS_MODULES.taskbartabs += [ 8 "TaskbarTabs.sys.mjs", 9 "TaskbarTabsChrome.sys.mjs", 10 "TaskbarTabsCmd.sys.mjs", 11 "TaskbarTabsPageAction.sys.mjs", 12 "TaskbarTabsPin.sys.mjs", 13 "TaskbarTabsRegistry.sys.mjs", 14 "TaskbarTabsUtils.sys.mjs", 15 "TaskbarTabsWindowManager.sys.mjs", 16 ] 17 18 JAR_MANIFESTS += ["jar.mn"] 19 20 BROWSER_CHROME_MANIFESTS += [ 21 "test/browser/browser.toml", 22 ] 23 24 XPCSHELL_TESTS_MANIFESTS += [ 25 "test/xpcshell/xpcshell.toml", 26 ] 27 28 XPCOM_MANIFESTS += [ 29 "components.conf", 30 ] 31 32 SPHINX_TREES["docs"] = "docs"