mobile/android/components/moz.build

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rw-r--r--

Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6

     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']

mercurial