2013-09-25 23:38:41 +04:00
|
|
|
# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
|
|
|
|
# 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/.
|
|
|
|
|
|
|
|
EXTRA_COMPONENTS += [
|
|
|
|
'InputMethod.manifest',
|
|
|
|
'MozKeyboard.js',
|
|
|
|
]
|
|
|
|
|
|
|
|
EXTRA_JS_MODULES += [
|
|
|
|
'Keyboard.jsm',
|
|
|
|
]
|
2013-12-10 11:18:11 +04:00
|
|
|
|
2014-04-09 22:03:00 +04:00
|
|
|
JAR_MANIFESTS += ['jar.mn']
|
2014-07-26 10:17:24 +04:00
|
|
|
|
|
|
|
MOCHITEST_MANIFESTS += ['mochitest/mochitest.ini']
|