Bug 1535487 - determine rootUrl directly in buglist creator r=tomprince
[gecko.git] / toolkit / actors / moz.build
blobe646376831c7de50c8a21713d5ef3f27d9785a1f
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 with Files('KeyPressEventModelCheckerChild.jsm'):
14     BUG_COMPONENT = ('Core', 'DOM: Events')
16 TESTING_JS_MODULES += [
17     'TestChild.jsm',
18     'TestParent.jsm',
21 FINAL_TARGET_FILES.actors += [
22     'AudioPlaybackChild.jsm',
23     'AutoplayChild.jsm',
24     'BrowserChild.jsm',
25     'ControllersChild.jsm',
26     'DateTimePickerChild.jsm',
27     'ExtFindChild.jsm',
28     'FindBarChild.jsm',
29     'FinderChild.jsm',
30     'KeyPressEventModelCheckerChild.jsm',
31     'PopupBlockingChild.jsm',
32     'PrintingChild.jsm',
33     'PurgeSessionHistoryChild.jsm',
34     'SelectChild.jsm',
35     'SelectionSourceChild.jsm',
36     'ThumbnailsChild.jsm',
37     'UAWidgetsChild.jsm',
38     'UnselectedTabHoverChild.jsm',
39     'WebChannelChild.jsm',
40     'WebNavigationChild.jsm',
41     'ZoomChild.jsm',
44 if CONFIG['NIGHTLY_BUILD']:
45     FINAL_TARGET_FILES.actors += [
46         'PictureInPictureChild.jsm',
47     ]