accessible/src/atk/moz.build

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

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 EXPORTS.mozilla.a11y += [
     8     'AccessibleWrap.h',
     9     'HyperTextAccessibleWrap.h',
    10 ]
    12 SOURCES += [
    13     'AccessibleWrap.cpp',
    14     'ApplicationAccessibleWrap.cpp',
    15     'AtkSocketAccessible.cpp',
    16     'DocAccessibleWrap.cpp',
    17     'nsMaiHyperlink.cpp',
    18     'nsMaiInterfaceAction.cpp',
    19     'nsMaiInterfaceComponent.cpp',
    20     'nsMaiInterfaceDocument.cpp',
    21     'nsMaiInterfaceEditableText.cpp',
    22     'nsMaiInterfaceHyperlinkImpl.cpp',
    23     'nsMaiInterfaceHypertext.cpp',
    24     'nsMaiInterfaceImage.cpp',
    25     'nsMaiInterfaceSelection.cpp',
    26     'nsMaiInterfaceTable.cpp',
    27     'nsMaiInterfaceText.cpp',
    28     'nsMaiInterfaceValue.cpp',
    29     'Platform.cpp',
    30     'RootAccessibleWrap.cpp',
    31     'UtilInterface.cpp',
    32 ]
    34 LOCAL_INCLUDES += [
    35     '../base',
    36     '../generic',
    37     '../html',
    38     '../xpcom',
    39     '../xul',
    40     '/other-licenses/atk-1.0',
    41 ]
    43 FINAL_LIBRARY = 'xul'

mercurial