Backed out 2 changesets (bug 1908320) for causing wr failures on align-items-baseline...
[gecko.git] / browser / components / syncedtabs / moz.build
blob8a702d39060e3e9f05a94db05fbbb4a1b37f064d
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.toml"]
9 XPCSHELL_TESTS_MANIFESTS += ["test/xpcshell/xpcshell.toml"]
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")