Bug 1538144 [wpt PR 15985] - Add tests for pixel-snapping under 3d transform, a=testonly
[gecko.git] / toolkit / moz.build
blob4522d53ba0c3205c96bc6c4269442525c8b05de9
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 DIRS += [
8     'actors',
9     'components',
10     'content',
11     'crashreporter',
12     'forgetaboutsite',
13     'locales',
14     'modules',
15     'mozapps/downloads',
16     'mozapps/extensions',
17     'mozapps/preferences',
18     'pluginproblem',
19     'profile',
20     'recordreplay',
21     'themes',
24 if CONFIG['MOZ_UPDATER'] and CONFIG['MOZ_WIDGET_TOOLKIT'] != 'android':
25     DIRS += ['mozapps/update']
27 if CONFIG['MOZ_MAINTENANCE_SERVICE'] or CONFIG['MOZ_UPDATER']:
28     DIRS += [
29         'mozapps/update/common',
30     ]
32 if CONFIG['MOZ_MAINTENANCE_SERVICE']:
33     DIRS += [
34         'components/maintenanceservice'
35     ]
37 DIRS += ['xre']
39 if CONFIG['MOZ_WIDGET_TOOLKIT'] != 'android':
40     DIRS += ['mozapps/handling']
41 if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'gtk3':
42     DIRS += ['system/unixproxy']
43 elif CONFIG['MOZ_WIDGET_TOOLKIT'] == 'cocoa':
44     DIRS += ['system/osxproxy']
45 elif CONFIG['MOZ_WIDGET_TOOLKIT'] == 'windows':
46     DIRS += ['system/windowsproxy',
47             'system/windowsDHCPClient']
48 elif CONFIG['MOZ_WIDGET_TOOLKIT'] == 'android':
49     DIRS += ['system/androidproxy']
51 TEST_HARNESS_FILES.testing.mochitest.browser.toolkit.crashreporter.test.browser += [
52     'crashreporter/test/browser/crashreport.sjs',
55 with Files('moz.*'):
56     BUG_COMPONENT = ('Firefox Build System', 'General')
58 with Files('toolkit.mozbuild'):
59     BUG_COMPONENT = ('Firefox Build System', 'General')
61 with Files('nss.configure'):
62     BUG_COMPONENT = ('Firefox Build System', 'General')
64 with Files('library/**'):
65     BUG_COMPONENT = ('Firefox Build System', 'General')
67 with Files('mozapps/installer/windows/**'):
68     BUG_COMPONENT = ('Toolkit', 'NSIS Installer')
70 with Files('mozapps/preferences/**'):
71     BUG_COMPONENT = ('Toolkit', 'Preferences')
73 with Files('pluginproblem/**'):
74     BUG_COMPONENT = ('Core', 'Plug-ins')