2018-01-19 03:59:58 +08:00
|
|
|
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
|
|
|
|
|
# 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',
|
2020-04-07 22:41:34 -04:00
|
|
|
'MozKeyboard.js',
|
2018-01-19 03:59:58 +08:00
|
|
|
]
|
|
|
|
|
|
2020-08-19 17:44:09 -04:00
|
|
|
EXTRA_JS_MODULES += ['Keyboard.jsm']
|
|
|
|
|
|
2018-01-19 03:59:58 +08:00
|
|
|
JAR_MANIFESTS += ['jar.mn']
|
|
|
|
|
|
|
|
|
|
MOCHITEST_CHROME_MANIFESTS += ['mochitest/chrome.ini']
|