Bug 1864960 - Make assertion about cache alignment of mark bits into a static_assert...
[gecko.git] / accessible / android / moz.build
blob95a1d46a3d4995f937ae71cbd0077dbce4cb533e
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     "SessionAccessibility.h",
10     "TraversalRule.h",
13 SOURCES += [
14     "AccessibleWrap.cpp",
15     "DocAccessibleWrap.cpp",
16     "Platform.cpp",
17     "RootAccessibleWrap.cpp",
18     "SessionAccessibility.cpp",
19     "TraversalRule.cpp",
22 LOCAL_INCLUDES += [
23     "/accessible/base",
24     "/accessible/generic",
25     "/accessible/html",
26     "/accessible/ipc",
27     "/accessible/xpcom",
28     "/accessible/xul",
29     "/dom/base",
30     "/widget",
31     "/widget/android",
34 FINAL_LIBRARY = "xul"
36 include("/ipc/chromium/chromium-config.mozbuild")