2016-07-14 19:16:42 +03:00
|
|
|
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
|
2013-02-26 00:47:17 +04:00
|
|
|
# vim: set filetype=python:
|
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
2013-11-19 22:17:43 +04:00
|
|
|
|
2014-07-25 21:40:07 +04:00
|
|
|
EXTRA_JS_MODULES.accessibility += [
|
2013-11-19 22:17:43 +04:00
|
|
|
'AccessFu.jsm',
|
2013-11-19 22:17:43 +04:00
|
|
|
'Constants.jsm',
|
2014-03-05 05:49:27 +04:00
|
|
|
'ContentControl.jsm',
|
2013-11-19 22:17:43 +04:00
|
|
|
'EventManager.jsm',
|
2014-04-11 18:30:37 +04:00
|
|
|
'Gestures.jsm',
|
2013-11-19 22:17:43 +04:00
|
|
|
'OutputGenerator.jsm',
|
2014-04-11 18:30:37 +04:00
|
|
|
'PointerAdapter.jsm',
|
2013-11-19 22:17:43 +04:00
|
|
|
'Presentation.jsm',
|
2015-09-02 19:44:30 +03:00
|
|
|
'Traversal.jsm',
|
2013-11-19 22:17:43 +04:00
|
|
|
'Utils.jsm'
|
|
|
|
]
|
2013-12-10 11:18:11 +04:00
|
|
|
|
|
|
|
JAR_MANIFESTS += ['jar.mn']
|