Bug 1866777 - Disable test_race_cache_with_network.js on windows opt for frequent...
[gecko.git] / testing / specialpowers / moz.build
blob7a2413e2a2c1bda98a90fc784aa9575ff062e2ef
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 XPI_NAME = "specialpowers"
9 USE_EXTENSION_MANIFEST = True
11 FINAL_TARGET_FILES += [
12     "api.js",
13     "manifest.json",
14     "schema.json",
17 FINAL_TARGET_FILES.content += [
18     "content/AppTestDelegate.sys.mjs",
19     "content/AppTestDelegateChild.sys.mjs",
20     "content/AppTestDelegateParent.sys.mjs",
23 modules = [
24     "content/ContentTaskUtils.sys.mjs",
25     "content/MockColorPicker.sys.mjs",
26     "content/MockFilePicker.sys.mjs",
27     "content/MockPermissionPrompt.sys.mjs",
28     "content/SpecialPowersChild.sys.mjs",
29     "content/SpecialPowersEventUtils.sys.mjs",
30     "content/SpecialPowersParent.sys.mjs",
31     "content/SpecialPowersSandbox.sys.mjs",
32     "content/WrapPrivileged.sys.mjs",
35 TESTING_JS_MODULES += modules
37 FINAL_TARGET_FILES.modules += modules
39 with Files("**"):
40     BUG_COMPONENT = ("Testing", "Mochitest")