Bug 1753131 - use MediaManager device list change coalescing for MediaDevices r=jib
[gecko.git] / testing / modules / moz.build
blobef95e4e07f1475ef40fd2c21304a910f14c81ddc
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/.
7 XPCSHELL_TESTS_MANIFESTS += ["tests/xpcshell/xpcshell.ini"]
8 BROWSER_CHROME_MANIFESTS += ["tests/browser/browser.ini"]
10 TESTING_JS_MODULES += [
11     "ajv-6.12.6.js",
12     "AppData.jsm",
13     "AppInfo.jsm",
14     "Assert.jsm",
15     "CoverageUtils.jsm",
16     "FileTestUtils.jsm",
17     "MockRegistrar.jsm",
18     "sinon-7.2.7.js",
19     "Sinon.jsm",
20     "StructuredLog.jsm",
21     "TestUtils.jsm",
22     "XPCShellContentUtils.jsm",
25 if CONFIG["MOZ_WIDGET_TOOLKIT"] == "windows":
26     TESTING_JS_MODULES += [
27         "MockRegistry.jsm",
28     ]
31 TEST_HARNESS_FILES.testing.mochitest.tests.SimpleTest += ["StructuredLog.jsm"]
33 with Files("**"):
34     BUG_COMPONENT = ("Testing", "General")
36 with Files("tests/xpcshell/**"):
37     BUG_COMPONENT = ("Testing", "XPCShell Harness")
39 with Files("tests/browser/**"):
40     BUG_COMPONENT = ("Testing", "General")