Bumping manifests a=b2g-bump
[gecko.git] / toolkit / modules / moz.build
blobd2b1df87bb5e785d5dca91eb52ff418ca70612e9
1 # -*- Mode: python; c-basic-offset: 4; 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 XPCSHELL_TESTS_MANIFESTS += ['tests/xpcshell/xpcshell.ini']
8 BROWSER_CHROME_MANIFESTS += ['tests/browser/browser.ini']
9 MOCHITEST_MANIFESTS += ['tests/mochitest/mochitest.ini']
10 MOCHITEST_CHROME_MANIFESTS += ['tests/chrome/chrome.ini']
12 SPHINX_TREES['toolkit_modules'] = 'docs'
14 EXTRA_JS_MODULES += [
15     'AsyncShutdown.jsm',
16     'Battery.jsm',
17     'BinarySearch.jsm',
18     'BrowserUtils.jsm',
19     'CharsetMenu.jsm',
20     'debug.js',
21     'DeferredTask.jsm',
22     'Deprecated.jsm',
23     'Dict.jsm',
24     'DirectoryLinksProvider.jsm',
25     'FileUtils.jsm',
26     'Finder.jsm',
27     'Geometry.jsm',
28     'Http.jsm',
29     'InlineSpellChecker.jsm',
30     'LoadContextInfo.jsm',
31     'Log.jsm',
32     'NewTabUtils.jsm',
33     'PageMenu.jsm',
34     'PermissionsUtils.jsm',
35     'PopupNotifications.jsm',
36     'Preferences.jsm',
37     'PrivateBrowsingUtils.jsm',
38     'Promise-backend.js',
39     'Promise.jsm',
40     'PropertyListUtils.jsm',
41     'RemoteController.jsm',
42     'RemoteFinder.jsm',
43     'RemoteSecurityUI.jsm',
44     'RemoteWebNavigation.jsm',
45     'RemoteWebProgress.jsm',
46     'SelectContentHelper.jsm',
47     'SelectParentHelper.jsm',
48     'sessionstore/FormData.jsm',
49     'sessionstore/ScrollPosition.jsm',
50     'sessionstore/XPathGenerator.jsm',
51     'ShortcutUtils.jsm',
52     'Sntp.jsm',
53     'SpatialNavigation.jsm',
54     'Sqlite.jsm',
55     'Task.jsm',
56     'TelemetryTimestamps.jsm',
57     'Timer.jsm',
58     'WebChannel.jsm',
59     'ZipUtils.jsm',
62 EXTRA_PP_JS_MODULES += [
63     'CertUtils.jsm',
64     'GMPInstallManager.jsm',
65     'ResetProfile.jsm',
66     'Services.jsm',
67     'Troubleshoot.jsm',
68     'UpdateChannel.jsm',
69     'WindowDraggingUtils.jsm',
70     'WindowsPrefSync.jsm',
73 if 'Android' != CONFIG['OS_TARGET']:
74     EXTRA_PP_JS_MODULES += [
75         'LightweightThemeConsumer.jsm',
76     ]
79 if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'windows':
80     EXTRA_JS_MODULES += [
81         'WindowsRegistry.jsm',
82     ]
84 DEFINES['MOZ_APP_NAME'] = CONFIG['MOZ_APP_NAME']
85 DEFINES['MOZ_BUILD_APP'] = CONFIG['MOZ_BUILD_APP']
87 if CONFIG['MOZ_TOOLKIT_SEARCH']:
88     DEFINES['MOZ_TOOLKIT_SEARCH'] = True