Bug 1845017 - Disable the TestPHCExhaustion test r=glandium
[gecko.git] / browser / components / syncedtabs / moz.build
blob53451d81b67b49bf2ba95c754b1d9a6295fab0f4
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/.
5 JAR_MANIFESTS += ["jar.mn"]
7 BROWSER_CHROME_MANIFESTS += ["test/browser/browser.ini"]
9 XPCSHELL_TESTS_MANIFESTS += ["test/xpcshell/xpcshell.ini"]
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",
22 with Files("**"):
23     BUG_COMPONENT = ("Firefox", "Sync")