moz.build (826B)
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", "Bookmarks & History") 9 10 XPCSHELL_TESTS_MANIFESTS += [ 11 "tests/unit/xpcshell.toml", 12 ] 13 BROWSER_CHROME_MANIFESTS += [ 14 "tests/browser/browser.toml", 15 ] 16 17 JAR_MANIFESTS += ["jar.mn"] 18 19 MOZ_SRC_FILES += [ 20 "OpenGraphPageData.sys.mjs", 21 "PageDataSchema.sys.mjs", 22 "PageDataService.sys.mjs", 23 "SchemaOrgPageData.sys.mjs", 24 "TwitterPageData.sys.mjs", 25 ] 26 27 FINAL_TARGET_FILES.actors += [ 28 "PageDataChild.sys.mjs", 29 "PageDataParent.sys.mjs", 30 ] 31 32 SPHINX_TREES["docs"] = "docs"