Bug 1603673 - Signal that we support web manifest processing in Fenix r=snorp,agi...
[gecko.git] / toolkit / actors / moz.build
blobd64c79f417e88664bb0efe3f2d5ef16162a3218d
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 = ('Toolkit', 'General')
10 with Files('AutoScroll*.jsm'):
11     BUG_COMPONENT = ('Core', 'Panning and Zooming')
13 with Files('Finder*.jsm'):
14     BUG_COMPONENT = ('Toolkit', 'Find Toolbar')
16 with Files('KeyPressEventModelCheckerChild.jsm'):
17     BUG_COMPONENT = ('Core', 'DOM: Events')
19 TESTING_JS_MODULES += [
20     'TestChild.jsm',
21     'TestParent.jsm',
24 FINAL_TARGET_FILES.actors += [
25     'AudioPlaybackChild.jsm',
26     'AudioPlaybackParent.jsm',
27     'AutoCompleteChild.jsm',
28     'AutoCompleteParent.jsm',
29     'AutoplayChild.jsm',
30     'AutoplayParent.jsm',
31     'AutoScrollChild.jsm',
32     'AutoScrollParent.jsm',
33     'BrowserElementChild.jsm',
34     'BrowserElementParent.jsm',
35     'ControllersChild.jsm',
36     'DateTimePickerChild.jsm',
37     'DateTimePickerParent.jsm',
38     'ExtFindChild.jsm',
39     'FindBarChild.jsm',
40     'FindBarParent.jsm',
41     'FinderChild.jsm',
42     'InlineSpellCheckerChild.jsm',
43     'InlineSpellCheckerParent.jsm',
44     'KeyPressEventModelCheckerChild.jsm',
45     'PictureInPictureChild.jsm',
46     'PopupBlockingChild.jsm',
47     'PopupBlockingParent.jsm',
48     'PrintingChild.jsm',
49     'PurgeSessionHistoryChild.jsm',
50     'SelectChild.jsm',
51     'SelectParent.jsm',
52     'SidebarSearchParent.jsm',
53     'ThumbnailsChild.jsm',
54     'UAWidgetsChild.jsm',
55     'UnselectedTabHoverChild.jsm',
56     'ViewSourceChild.jsm',
57     'ViewSourcePageChild.jsm',
58     'ViewSourcePageParent.jsm',
59     'WebChannelChild.jsm',
60     'WebChannelParent.jsm',
61     'WebNavigationChild.jsm',
62     'ZoomChild.jsm',
63     'ZoomParent.jsm',