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
5BROWSER_CHROME_MANIFESTS += [
6    "listeners/test/browser/browser.ini",
7    "messagehandler/test/browser/broadcast/browser.ini",
8    "messagehandler/test/browser/browser.ini",
9]
10
11XPCSHELL_TESTS_MANIFESTS += [
12    "messagehandler/test/xpcshell/xpcshell.ini",
13    "test/xpcshell/xpcshell.ini",
14    "webdriver/test/xpcshell/xpcshell.ini",
15]
16