michael@0: # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- michael@0: # vim: set filetype=python: michael@0: # This Source Code Form is subject to the terms of the Mozilla Public michael@0: # License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: # file, You can obtain one at http://mozilla.org/MPL/2.0/. michael@0: michael@0: EXPORTS.mozilla.a11y += [ michael@0: 'AccessibleWrap.h', michael@0: 'HyperTextAccessibleWrap.h', michael@0: ] michael@0: michael@0: SOURCES += [ michael@0: 'AccessibleWrap.cpp', michael@0: 'ApplicationAccessibleWrap.cpp', michael@0: 'AtkSocketAccessible.cpp', michael@0: 'DocAccessibleWrap.cpp', michael@0: 'nsMaiHyperlink.cpp', michael@0: 'nsMaiInterfaceAction.cpp', michael@0: 'nsMaiInterfaceComponent.cpp', michael@0: 'nsMaiInterfaceDocument.cpp', michael@0: 'nsMaiInterfaceEditableText.cpp', michael@0: 'nsMaiInterfaceHyperlinkImpl.cpp', michael@0: 'nsMaiInterfaceHypertext.cpp', michael@0: 'nsMaiInterfaceImage.cpp', michael@0: 'nsMaiInterfaceSelection.cpp', michael@0: 'nsMaiInterfaceTable.cpp', michael@0: 'nsMaiInterfaceText.cpp', michael@0: 'nsMaiInterfaceValue.cpp', michael@0: 'Platform.cpp', michael@0: 'RootAccessibleWrap.cpp', michael@0: 'UtilInterface.cpp', michael@0: ] michael@0: michael@0: LOCAL_INCLUDES += [ michael@0: '../base', michael@0: '../generic', michael@0: '../html', michael@0: '../xpcom', michael@0: '../xul', michael@0: '/other-licenses/atk-1.0', michael@0: ] michael@0: michael@0: FINAL_LIBRARY = 'xul'