moz.build (693B)
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 JAR_MANIFESTS += ["jar.mn"] 6 7 BROWSER_CHROME_MANIFESTS += ["test/browser/browser.toml"] 8 9 XPCSHELL_TESTS_MANIFESTS += ["test/xpcshell/xpcshell.toml"] 10 11 EXTRA_JS_MODULES.syncedtabs += [ 12 "EventEmitter.sys.mjs", 13 "SyncedTabsDeckComponent.sys.mjs", 14 "SyncedTabsDeckStore.sys.mjs", 15 "SyncedTabsDeckView.sys.mjs", 16 "SyncedTabsListStore.sys.mjs", 17 "TabListComponent.sys.mjs", 18 "TabListView.sys.mjs", 19 "util.sys.mjs", 20 ] 21 22 with Files("**"): 23 BUG_COMPONENT = ("Firefox", "Sync")