|
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/. |
|
6 |
|
7 XPIDL_SOURCES += [ |
|
8 'SessionStore.idl', |
|
9 ] |
|
10 |
|
11 XPIDL_MODULE = 'MobileComponents' |
|
12 |
|
13 EXTRA_COMPONENTS += [ |
|
14 'AddonUpdateService.js', |
|
15 'BlocklistPrompt.js', |
|
16 'ColorPicker.js', |
|
17 'ContentDispatchChooser.js', |
|
18 'ContentPermissionPrompt.js', |
|
19 'DownloadManagerUI.js', |
|
20 'FilePicker.js', |
|
21 'LoginManagerPrompter.js', |
|
22 'NSSDialogService.js', |
|
23 'PaymentsUI.js', |
|
24 'PromptService.js', |
|
25 'SiteSpecificUserAgent.js', |
|
26 'Snippets.js', |
|
27 'TabSource.js', |
|
28 'WebappsUpdateTimer.js', |
|
29 'XPIDialogService.js', |
|
30 ] |
|
31 |
|
32 EXTRA_PP_COMPONENTS += [ |
|
33 'AboutRedirector.js', |
|
34 'BrowserCLH.js', |
|
35 'DirectoryProvider.js', |
|
36 'HelperAppDialog.js', |
|
37 'MobileComponents.manifest', |
|
38 'SessionStore.js', |
|
39 'Sidebar.js', |
|
40 ] |
|
41 |
|
42 DEFINES['ANDROID_PACKAGE_NAME'] = CONFIG['ANDROID_PACKAGE_NAME'] |