Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
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 XPIDL_SOURCES += [
8 'SessionStore.idl',
9 ]
11 XPIDL_MODULE = 'MobileComponents'
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 ]
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 ]
42 DEFINES['ANDROID_PACKAGE_NAME'] = CONFIG['ANDROID_PACKAGE_NAME']