2013-02-28 18:16:49 +04:00
|
|
|
# vim: set filetype=python:
|
2012-05-30 20:48:24 +04:00
|
|
|
# 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-05-09 21:08:56 +04:00
|
|
|
|
|
|
|
XPCSHELL_TESTS_MANIFESTS += ['test/xpcshell.ini']
|
|
|
|
|
2013-06-21 18:56:27 +04:00
|
|
|
EXTRA_JS_MODULES += [
|
2013-07-16 01:02:08 +04:00
|
|
|
'ArrayBufferUtils.jsm',
|
2015-02-15 01:10:23 +03:00
|
|
|
'BigInteger.jsm',
|
2016-05-14 14:59:00 +03:00
|
|
|
'DNS.jsm',
|
2013-06-21 18:56:27 +04:00
|
|
|
'imContentSink.jsm',
|
|
|
|
'imServices.jsm',
|
|
|
|
'imSmileys.jsm',
|
|
|
|
'imStatusUtils.jsm',
|
|
|
|
'imThemes.jsm',
|
|
|
|
'imXPCOMUtils.jsm',
|
|
|
|
'jsProtoHelper.jsm',
|
2014-05-08 04:15:45 +04:00
|
|
|
'NormalizedMap.jsm',
|
2013-06-21 18:56:27 +04:00
|
|
|
'socket.jsm',
|
2017-03-07 03:48:03 +03:00
|
|
|
'ToLocaleFormat.jsm',
|
2013-06-21 18:56:27 +04:00
|
|
|
]
|
2013-08-12 16:56:12 +04:00
|
|
|
|
|
|
|
EXTRA_PP_JS_MODULES += [
|
|
|
|
'hiddenWindow.jsm',
|
|
|
|
'imTextboxUtils.jsm',
|
|
|
|
]
|