moz.build (982B)
1 # -*- Mode: python; 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/. 6 7 A11Y_MANIFESTS += [ 8 "a11y.toml", 9 "actions/a11y.toml", 10 "aom/a11y.toml", 11 "attributes/a11y.toml", 12 "bounds/a11y.toml", 13 "elm/a11y.toml", 14 "events/a11y.toml", 15 "events/docload/a11y.toml", 16 "focus/a11y.toml", 17 "hittest/a11y.toml", 18 "hyperlink/a11y.toml", 19 "hypertext/a11y.toml", 20 "name/a11y.toml", 21 "relations/a11y.toml", 22 "role/a11y.toml", 23 "scroll/a11y.toml", 24 "selectable/a11y.toml", 25 "states/a11y.toml", 26 "table/a11y.toml", 27 "text/a11y.toml", 28 "textattrs/a11y.toml", 29 "textcaret/a11y.toml", 30 "textrange/a11y.toml", 31 "textselection/a11y.toml", 32 "tree/a11y.toml", 33 "treeupdate/a11y.toml", 34 "value/a11y.toml", 35 ]