Bug 1005413: Import JSMime from revision 8626a9039d66570124a9d1d7e54683d50f0f6570, r=irving.
Individual JSMime patches were reviewed by both irving and asuth.
# 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/.
DIRS += [
'public',
'src',
'emitters',
'cthandlers',
]
TEST_DIRS += ['test']
EXTRA_JS_MODULES.jsmime += [
'jsmime/jsmime.js',
]
TESTING_JS_MODULES.jsmime += [
'jsmime/test/mock_date.js',
]
XPCSHELL_TESTS_MANIFESTS += ['jsmime/test/xpcshell.ini']