Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
[gecko.git] / browser / modules / moz.build
blob4e192cdbb082285628212bab2275ca2e324e0af1
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 BROWSER_CHROME_MANIFESTS += ['test/browser.ini']
8 XPCSHELL_TESTS_MANIFESTS += [
9     'test/unit/social/xpcshell.ini',
10     'test/xpcshell/xpcshell.ini',
13 EXTRA_JS_MODULES += [
14     'BrowserUITelemetry.jsm',
15     'CastingApps.jsm',
16     'Chat.jsm',
17     'ContentLinkHandler.jsm',
18     'ContentObservers.jsm',
19     'ContentSearch.jsm',
20     'ContentWebRTC.jsm',
21     'CustomizationTabPreloader.jsm',
22     'DirectoryLinksProvider.jsm',
23     'E10SUtils.jsm',
24     'Feeds.jsm',
25     'FormSubmitObserver.jsm',
26     'FormValidationHandler.jsm',
27     'HiddenFrame.jsm',
28     'NetworkPrioritizer.jsm',
29     'offlineAppCache.jsm',
30     'PanelFrame.jsm',
31     'RemotePrompt.jsm',
32     'SelfSupportBackend.jsm',
33     'SitePermissions.jsm',
34     'Social.jsm',
35     'TabCrashReporter.jsm',
36     'WebappManager.jsm',
39 if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'windows':
40     EXTRA_JS_MODULES += [
41         'Windows8WindowFrameColor.jsm',
42         'WindowsJumpLists.jsm',
43         'WindowsPreviewPerTab.jsm',
44     ]
46 if CONFIG['NIGHTLY_BUILD']:
47     EXTRA_JS_MODULES += [
48         'SignInToWebsite.jsm',
49     ]
51 EXTRA_PP_JS_MODULES += [
52     'AboutHome.jsm',
53     'PluginContent.jsm',
54     'RecentWindow.jsm',
55     'webrtcUI.jsm',
58 EXTRA_PP_COMPONENTS += [
59     'browsermodules.manifest',
62 if CONFIG['MOZILLA_OFFICIAL']:
63     DEFINES['MOZILLA_OFFICIAL'] = 1