moz.build (474B)
1 # This Source Code Form is subject to the terms of the Mozilla Public 2 # License, v. 2.0. If a copy of the MPL was not distributed with this 3 # file, You can obtain one at http://mozilla.org/MPL/2.0/. 4 5 MOZ_SRC_FILES += [ 6 "UITour.sys.mjs", 7 "UITourChild.sys.mjs", 8 "UITourParent.sys.mjs", 9 "UITourUtils.sys.mjs", 10 ] 11 12 BROWSER_CHROME_MANIFESTS += [ 13 "test/browser.toml", 14 ] 15 16 SPHINX_TREES["docs"] = "docs" 17 18 with Files("**"): 19 BUG_COMPONENT = ("Firefox", "Tours")