Bug 1507844 - Push the devtools.inspector.flexboxHighlighter.enabled pref in browser_...
[gecko.git] / browser / actors / moz.build
blob5b6ba43c4b42000833155775bb64f78609bb1d9a
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("LightweightThemeChild.jsm"):
11     BUG_COMPONENT = ("WebExtensions", "Themes")
13 with Files("LightWeightThemeInstallChild.jsm"):
14     BUG_COMPONENT = ("Firefox", "Theme")
16 with Files("PageInfoChild.jsm"):
17     BUG_COMPONENT = ("Firefox", "Page Info Window")
19 with Files("PageStyleChild.jsm"):
20     BUG_COMPONENT = ("Firefox", "Menus")
22 with Files("PluginChild.jsm"):
23     BUG_COMPONENT = ("Core", "Plug-ins")
25 with Files("WebRTCChild.jsm"):
26     BUG_COMPONENT = ("Firefox", "Device Permissions")
28 FINAL_TARGET_FILES.actors += [
29     'AboutReaderChild.jsm',
30     'BlockedSiteChild.jsm',
31     'BrowserTabChild.jsm',
32     'ClickHandlerChild.jsm',
33     'ContentSearchChild.jsm',
34     'ContextMenuChild.jsm',
35     'DOMFullscreenChild.jsm',
36     'FormSubmitChild.jsm',
37     'LightweightThemeChild.jsm',
38     'LightWeightThemeInstallChild.jsm',
39     'LinkHandlerChild.jsm',
40     'NetErrorChild.jsm',
41     'OfflineAppsChild.jsm',
42     'PageInfoChild.jsm',
43     'PageMetadataChild.jsm',
44     'PageStyleChild.jsm',
45     'PluginChild.jsm',
46     'URIFixupChild.jsm',
47     'WebRTCChild.jsm',