Bug 1719855 - Take over preventDefaulted infomation for long-tap events to the origin...
[gecko.git] / accessible / other / moz.build
blob95ddd6a496597f1e0841fb16f9c6e4b287fec420
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     "HyperTextAccessibleWrap.h",
12 SOURCES += [
13     "AccessibleWrap.cpp",
14     "Platform.cpp",
17 LOCAL_INCLUDES += [
18     "/accessible/base",
19     "/accessible/generic",
20     "/accessible/html",
21     "/accessible/xul",
24 FINAL_LIBRARY = "xul"