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: DIRS += [ michael@0: 'actions', michael@0: 'attributes', michael@0: 'bounds', michael@0: 'editabletext', michael@0: 'elm', michael@0: 'focus', michael@0: 'hittest', michael@0: 'hyperlink', michael@0: 'hypertext', michael@0: 'jsat', michael@0: 'name', michael@0: 'pivot', michael@0: 'relations', michael@0: 'role', michael@0: 'scroll', michael@0: 'selectable', michael@0: 'states', michael@0: 'table', michael@0: 'text', michael@0: 'textattrs', michael@0: 'textcaret', michael@0: 'textselection', michael@0: 'treeupdate', michael@0: 'value', michael@0: ] michael@0: michael@0: A11Y_MANIFESTS += [ michael@0: 'a11y.ini', michael@0: 'events/a11y.ini', michael@0: 'textrange/a11y.ini', michael@0: 'tree/a11y.ini', michael@0: ]