no bug - Correct some typos in the comments. a=typo-fix
[gecko.git] / accessible / ios / moz.build
blobfd94c6cc9784c2d5903bb34c979ab5ea5be2add4
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 += [
8     "AccessibleWrap.h",
9     "MUIRootAccessibleProtocol.h",
12 SOURCES += [
13     "AccessibleWrap.mm",
14     "MUIAccessible.mm",
15     "MUIRootAccessible.mm",
16     "Platform.mm",
17     "RootAccessibleWrap.mm",
20 LOCAL_INCLUDES += [
21     "/accessible/base",
22     "/accessible/generic",
23     "/accessible/html",
24     "/accessible/ipc",
25     "/accessible/xul",
28 FINAL_LIBRARY = "xul"
30 include("/ipc/chromium/chromium-config.mozbuild")