Bug 1845017 - Disable the TestPHCExhaustion test r=glandium
[gecko.git] / browser / actors / moz.build
blob86aa3fdc7fb2dcc60fce3cbc6b948b2ad089965f
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 with Files("**"):
8     BUG_COMPONENT = ("Firefox", "General")
10 with Files("ContentSearch*.sys.mjs"):
11     BUG_COMPONENT = ("Firefox", "Search")
13 with Files("AboutReaderParent.sys.mjs"):
14     BUG_COMPONENT = ("Toolkit", "Reader Mode")
16 with Files("LightweightThemeChild.sys.mjs"):
17     BUG_COMPONENT = ("WebExtensions", "Themes")
19 with Files("PageInfoChild.sys.mjs"):
20     BUG_COMPONENT = ("Firefox", "Page Info Window")
22 with Files("PageStyleChild.sys.mjs"):
23     BUG_COMPONENT = ("Firefox", "Menus")
25 with Files("PluginChild.sys.mjs"):
26     BUG_COMPONENT = ("Core", "Audio/Video: GMP")
28 with Files("ScreenshotsComponentChild.sys.mjs"):
29     BUG_COMPONENT = ("Firefox", "Screenshots")
31 with Files("WebRTCChild.sys.mjs"):
32     BUG_COMPONENT = ("Firefox", "Site Permissions")
34 FINAL_TARGET_FILES.actors += [
35     "AboutNewTabChild.sys.mjs",
36     "AboutNewTabParent.sys.mjs",
37     "AboutPluginsChild.sys.mjs",
38     "AboutPluginsParent.sys.mjs",
39     "AboutPocketChild.sys.mjs",
40     "AboutPocketParent.sys.mjs",
41     "AboutPrivateBrowsingChild.sys.mjs",
42     "AboutPrivateBrowsingParent.sys.mjs",
43     "AboutProtectionsChild.sys.mjs",
44     "AboutProtectionsParent.sys.mjs",
45     "AboutReaderChild.sys.mjs",
46     "AboutReaderParent.sys.mjs",
47     "AboutTabCrashedChild.sys.mjs",
48     "AboutTabCrashedParent.sys.mjs",
49     "BlockedSiteChild.sys.mjs",
50     "BlockedSiteParent.sys.mjs",
51     "BrowserProcessChild.sys.mjs",
52     "BrowserTabChild.sys.mjs",
53     "ClickHandlerChild.sys.mjs",
54     "ClickHandlerParent.sys.mjs",
55     "ContentSearchChild.sys.mjs",
56     "ContentSearchParent.sys.mjs",
57     "ContextMenuChild.sys.mjs",
58     "ContextMenuParent.sys.mjs",
59     "DecoderDoctorChild.sys.mjs",
60     "DecoderDoctorParent.sys.mjs",
61     "DOMFullscreenChild.sys.mjs",
62     "DOMFullscreenParent.sys.mjs",
63     "EncryptedMediaChild.sys.mjs",
64     "EncryptedMediaParent.sys.mjs",
65     "FormValidationChild.sys.mjs",
66     "FormValidationParent.sys.mjs",
67     "LightweightThemeChild.sys.mjs",
68     "LinkHandlerChild.sys.mjs",
69     "LinkHandlerParent.sys.mjs",
70     "PageInfoChild.sys.mjs",
71     "PageStyleChild.sys.mjs",
72     "PageStyleParent.sys.mjs",
73     "PluginChild.sys.mjs",
74     "PluginParent.sys.mjs",
75     "PointerLockChild.sys.mjs",
76     "PointerLockParent.sys.mjs",
77     "PromptParent.sys.mjs",
78     "RefreshBlockerChild.sys.mjs",
79     "RefreshBlockerParent.sys.mjs",
80     "RFPHelperChild.sys.mjs",
81     "RFPHelperParent.sys.mjs",
82     "ScreenshotsComponentChild.sys.mjs",
83     "SearchSERPTelemetryChild.sys.mjs",
84     "SearchSERPTelemetryParent.sys.mjs",
85     "SpeechDispatcherChild.sys.mjs",
86     "SpeechDispatcherParent.sys.mjs",
87     "SwitchDocumentDirectionChild.sys.mjs",
88     "WebRTCChild.sys.mjs",
89     "WebRTCParent.sys.mjs",
92 BROWSER_CHROME_MANIFESTS += [
93     "test/browser/browser.ini",