Backed out changeset 4d07001e9afc (bug 673569) because it depends on bug 682048 which...
[gecko.git] / b2g / components / moz.build
bloba0ed6421f002a97ea8c753ca35650daac49ce07b
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 TEST_DIRS += ['test']
9 EXTRA_COMPONENTS += [
10     'ActivitiesGlue.js',
11     'AlertsService.js',
12     'B2GAboutRedirector.js',
13     'ContentHandler.js',
14     'ContentPermissionPrompt.js',
15     'FilePicker.js',
16     'HelperAppDialog.js',
17     'MailtoProtocolHandler.js',
18     'PaymentGlue.js',
19     'ProcessGlobal.js',
20     'SmsProtocolHandler.js',
21     'TelProtocolHandler.js',
22     'WebappsUpdateTimer.js',
23     'YoutubeProtocolHandler.js',
26 EXTRA_PP_COMPONENTS += [
27     'B2GComponents.manifest',
28     'DirectoryProvider.js',
29     'RecoveryService.js',
32 if CONFIG['MOZ_UPDATER']:
33     EXTRA_PP_COMPONENTS += [
34         'UpdatePrompt.js',
35     ]
37 EXTRA_JS_MODULES += [
38     'ErrorPage.jsm',
39     'SignInToWebsite.jsm',
40     'TelURIParser.jsm',
41     'WebappsUpdater.jsm',