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/.
7 EXPORTS.mozilla.a11y += [
9 "HyperTextAccessible.h",
11 "OuterDocAccessible.h",
15 "ApplicationAccessible.cpp",
16 "ARIAGridAccessible.cpp",
17 "BaseAccessibles.cpp",
19 "FormControlAccessible.cpp",
20 "HyperTextAccessible.cpp",
21 "ImageAccessible.cpp",
22 "LocalAccessible.cpp",
23 "OuterDocAccessible.cpp",
25 "TableAccessible.cpp",
26 "TableCellAccessible.cpp",
27 "TextLeafAccessible.cpp",
41 if CONFIG["OS_ARCH"] == "WINNT":
43 "/accessible/ipc/win",
47 "/accessible/ipc/other",
50 if CONFIG["MOZ_WIDGET_TOOLKIT"] == "gtk":
54 elif CONFIG["MOZ_WIDGET_TOOLKIT"] == "windows":
56 "/accessible/windows/ia2",
57 "/accessible/windows/msaa",
59 elif CONFIG["MOZ_WIDGET_TOOLKIT"] == "cocoa":
63 elif CONFIG["MOZ_WIDGET_TOOLKIT"] == "android":
65 "/accessible/android",
74 include("/ipc/chromium/chromium-config.mozbuild")