Bug 1791785 - When dumping symbols never emit INLINE_ORIGIN directives with an empty...
[gecko.git] / browser / actors / moz.build
blobe6df031e08b72b4b4c5de56b5351db86a221aae9
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.jsm"):
14     BUG_COMPONENT = ("Toolkit", "Reader Mode")
16 with Files("LightweightThemeChild.jsm"):
17     BUG_COMPONENT = ("WebExtensions", "Themes")
19 with Files("PageInfoChild.sys.mjs"):
20     BUG_COMPONENT = ("Firefox", "Page Info Window")
22 with Files("PageStyleChild.jsm"):
23     BUG_COMPONENT = ("Firefox", "Menus")
25 with Files("PluginChild.jsm"):
26     BUG_COMPONENT = ("Core", "Audio/Video: GMP")
28 with Files("ScreenshotsComponentChild.sys.mjs"):
29     BUG_COMPONENT = ("Firefox", "Screenshots")
31 with Files("WebRTCChild.jsm"):
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.jsm",
40     "AboutPocketParent.jsm",
41     "AboutPrivateBrowsingChild.jsm",
42     "AboutPrivateBrowsingParent.jsm",
43     "AboutProtectionsChild.jsm",
44     "AboutProtectionsParent.jsm",
45     "AboutReaderChild.jsm",
46     "AboutReaderParent.jsm",
47     "AboutTabCrashedChild.sys.mjs",
48     "AboutTabCrashedParent.sys.mjs",
49     "BlockedSiteChild.jsm",
50     "BlockedSiteParent.jsm",
51     "BrowserProcessChild.sys.mjs",
52     "BrowserTabChild.sys.mjs",
53     "BrowserTabParent.sys.mjs",
54     "ClickHandlerChild.jsm",
55     "ClickHandlerParent.jsm",
56     "ContentSearchChild.sys.mjs",
57     "ContentSearchParent.sys.mjs",
58     "ContextMenuChild.jsm",
59     "ContextMenuParent.jsm",
60     "DecoderDoctorChild.jsm",
61     "DecoderDoctorParent.jsm",
62     "DOMFullscreenChild.jsm",
63     "DOMFullscreenParent.jsm",
64     "EncryptedMediaChild.jsm",
65     "EncryptedMediaParent.jsm",
66     "FormValidationChild.sys.mjs",
67     "FormValidationParent.sys.mjs",
68     "LightweightThemeChild.jsm",
69     "LinkHandlerChild.jsm",
70     "LinkHandlerParent.jsm",
71     "NetErrorChild.jsm",
72     "NetErrorParent.jsm",
73     "PageInfoChild.sys.mjs",
74     "PageStyleChild.jsm",
75     "PageStyleParent.jsm",
76     "PluginChild.jsm",
77     "PluginParent.jsm",
78     "PointerLockChild.jsm",
79     "PointerLockParent.jsm",
80     "PromptParent.jsm",
81     "RefreshBlockerChild.jsm",
82     "RefreshBlockerParent.jsm",
83     "RFPHelperChild.jsm",
84     "RFPHelperParent.jsm",
85     "ScreenshotsComponentChild.sys.mjs",
86     "SearchSERPTelemetryChild.jsm",
87     "SearchSERPTelemetryParent.jsm",
88     "SwitchDocumentDirectionChild.jsm",
89     "WebRTCChild.jsm",
90     "WebRTCParent.jsm",
93 BROWSER_CHROME_MANIFESTS += [
94     "test/browser/browser.ini",