Bug 1943650 - Command-line --help output misformatted after --dbus-service. r=emilio
[gecko.git] / dom / quota / test / moz.build
blob32cd4e65235183c1aa01d7693173f0046c2732db
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 TEST_DIRS += ["gtest"]
9 BROWSER_CHROME_MANIFESTS += ["browser/browser.toml"]
11 MARIONETTE_MANIFESTS += ["marionette/manifest.toml"]
13 MOCHITEST_MANIFESTS += ["mochitest/mochitest.toml"]
15 XPCSHELL_TESTS_MANIFESTS += [
16     "xpcshell/caching/xpcshell.toml",
17     "xpcshell/telemetry/xpcshell.toml",
18     "xpcshell/upgrades/xpcshell.toml",
19     "xpcshell/xpcshell.toml",
22 TEST_HARNESS_FILES.testing.mochitest.browser.dom.quota.test.common += [
23     "common/browser.js",
24     "common/content.js",
25     "common/file.js",
26     "common/global.js",
27     "common/nestedtest.js",
28     "common/system.js",
31 TEST_HARNESS_FILES.testing.mochitest.tests.dom.quota.test.common += [
32     "common/content.js",
33     "common/file.js",
34     "common/global.js",
35     "common/mochitest.js",
36     "common/test_simpledb.js",
37     "common/test_storage_manager_persist_allow.js",
38     "common/test_storage_manager_persist_deny.js",
39     "common/test_storage_manager_persisted.js",
42 TEST_HARNESS_FILES.testing.mochitest.tests.dom.quota.test.modules += [
43     "modules/content/Assert.mjs",
44     "modules/content/ModuleLoader.mjs",
45     "modules/content/StorageUtils.mjs",
46     "modules/content/Utils.mjs",
47     "modules/content/UtilsParent.mjs",
48     "modules/content/WorkerDriver.mjs",
51 TEST_HARNESS_FILES.testing.mochitest.tests.dom.quota.test.modules.worker += [
52     "modules/content/worker/Assert.js",
53     "modules/content/worker/head.js",
54     "modules/content/worker/ModuleLoader.js",
55     "modules/content/worker/Utils.js",
56     "modules/content/worker/UtilsChild.mjs",
59 TEST_HARNESS_FILES.xpcshell.dom.quota.test.common += [
60     "common/file.js",
61     "common/global.js",
62     "common/system.js",
63     "common/test_simpledb.js",
64     "common/xpcshell.js",
67 TEST_HARNESS_FILES.xpcshell.dom.quota.test.xpcshell.common += [
68     "xpcshell/common/head.js",
69     "xpcshell/common/utils.js",
72 TESTING_JS_MODULES.dom.quota.test.modules += [
73     "modules/system/FileUtils.sys.mjs",
74     "modules/system/ModuleLoader.sys.mjs",
75     "modules/system/PrefUtils.sys.mjs",
76     "modules/system/PrincipalUtils.sys.mjs",
77     "modules/system/ProcessUtils.sys.mjs",
78     "modules/system/QuotaUtils.sys.mjs",
79     "modules/system/RequestError.sys.mjs",
80     "modules/system/StorageUtils.sys.mjs",
81     "modules/system/Utils.sys.mjs",
82     "modules/system/UtilsParent.sys.mjs",
83     "modules/system/WorkerDriver.sys.mjs",
86 TESTING_JS_MODULES.dom.quota.test.modules.worker += [
87     "modules/system/worker/Assert.js",
88     "modules/system/worker/head.js",
89     "modules/system/worker/ModuleLoader.js",
90     "modules/system/worker/Utils.js",
91     "modules/system/worker/UtilsChild.mjs",