Bug 1523562 [wpt PR 14799] - [Animation Worklet] Upstream animation worklet inside...
[gecko.git] / toolkit / actors / moz.build
blobb73a5273d59322c4766c06451431d17549060e5d
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('Finder*.jsm'):
11     BUG_COMPONENT = ('Toolkit', 'Find Toolbar')
13 TESTING_JS_MODULES += [
14     'TestChild.jsm',
15     'TestParent.jsm',
18 FINAL_TARGET_FILES.actors += [
19     'AudioPlaybackChild.jsm',
20     'AutoplayChild.jsm',
21     'BrowserChild.jsm',
22     'ControllersChild.jsm',
23     'DateTimePickerChild.jsm',
24     'ExtFindChild.jsm',
25     'FindBarChild.jsm',
26     'FinderChild.jsm',
27     'PopupBlockingChild.jsm',
28     'PrintingChild.jsm',
29     'PurgeSessionHistoryChild.jsm',
30     'SelectChild.jsm',
31     'SelectionSourceChild.jsm',
32     'ThumbnailsChild.jsm',
33     'UAWidgetsChild.jsm',
34     'UnselectedTabHoverChild.jsm',
35     'WebChannelChild.jsm',
36     'WebNavigationChild.jsm',
37     'ZoomChild.jsm',