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: if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'windows': michael@0: DIRS += ['msaa', 'ia2'] michael@0: michael@0: XPIDL_SOURCES += [ michael@0: 'nsIAccessible.idl', michael@0: 'nsIAccessibleApplication.idl', michael@0: 'nsIAccessibleCaretMoveEvent.idl', michael@0: 'nsIAccessibleDocument.idl', michael@0: 'nsIAccessibleEditableText.idl', michael@0: 'nsIAccessibleEvent.idl', michael@0: 'nsIAccessibleHideEvent.idl', michael@0: 'nsIAccessibleHyperLink.idl', michael@0: 'nsIAccessibleHyperText.idl', michael@0: 'nsIAccessibleImage.idl', michael@0: 'nsIAccessiblePivot.idl', michael@0: 'nsIAccessibleRelation.idl', michael@0: 'nsIAccessibleRetrieval.idl', michael@0: 'nsIAccessibleRole.idl', michael@0: 'nsIAccessibleSelectable.idl', michael@0: 'nsIAccessibleStateChangeEvent.idl', michael@0: 'nsIAccessibleStates.idl', michael@0: 'nsIAccessibleTable.idl', michael@0: 'nsIAccessibleTableChangeEvent.idl', michael@0: 'nsIAccessibleText.idl', michael@0: 'nsIAccessibleTextChangeEvent.idl', michael@0: 'nsIAccessibleTextRange.idl', michael@0: 'nsIAccessibleTypes.idl', michael@0: 'nsIAccessibleValue.idl', michael@0: 'nsIAccessibleVirtualCursorChangeEvent.idl', michael@0: 'nsIXBLAccessible.idl', michael@0: ] michael@0: michael@0: XPIDL_MODULE = 'accessibility' michael@0: michael@0: EXPORTS += [ michael@0: 'nsIAccessibilityService.h', michael@0: ] michael@0: