Bumping manifests a=b2g-bump
[gecko.git] / dom / encoding / moz.build
blob3297b37f4e5b8e70bbcb99ef118b6a0964aaeeba
1 # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
2 # vim: set filetype=python:
3 # This Source Code Form is subject to the terms of the Mozilla Public
4 # License, v. 2.0. If a copy of the MPL was not distributed with this
5 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
7 EXPORTS.mozilla.dom += [
8     'EncodingUtils.h',
9     'FallbackEncoding.h',
10     'TextDecoder.h',
11     'TextEncoder.h',
14 UNIFIED_SOURCES += [
15     'EncodingUtils.cpp',
16     'FallbackEncoding.cpp',
17     'TextDecoder.cpp',
18     'TextEncoder.cpp',
21 FAIL_ON_WARNINGS = True
23 FINAL_LIBRARY = 'xul'
24 LOCAL_INCLUDES += [
25     '/intl/locale',
28 GENERATED_FILES += [
29     'domainsfallbacks.properties.h',
30     'encodingsgroups.properties.h',
31     'labelsencodings.properties.h',
32     'localesfallbacks.properties.h',
33     'nonparticipatingdomains.properties.h',
36 MOCHITEST_MANIFESTS += [
37     'test/mochitest.ini',
38     'test/unit/mochitest.ini',
40 MOCHITEST_CHROME_MANIFESTS += ['test/chrome.ini']
41 XPCSHELL_TESTS_MANIFESTS += ['test/unit/xpcshell.ini']