Bug 1601859 - Vendor cubeb-coreaudio. r=padenot
[gecko.git] / intl / moz.build
blob4d1906f3a45c90332be712daf224232da7d0e9d1
1 # -*- Mode: python; 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 TEST_DIRS += [
8     'gtest',
11 DIRS += [
12     'hyphenation/glue',
13     'locale',
14     'locales',
15     'lwbrk',
16     'strres',
17     'unicharutil',
18     'l10n',
21 DIRS += [
22     'uconv',
23     'build',
26 EXPORTS.mozilla += [
27     'Encoding.h',
28     'JapaneseDetector.h',
31 EXPORTS += [
32     '../third_party/rust/encoding_c/include/encoding_rs.h',
33     '../third_party/rust/encoding_c/include/encoding_rs_statics.h',
34     '../third_party/rust/shift_or_euc_c/include/shift_or_euc.h',
37 with Files("**"):
38     BUG_COMPONENT = ("Core", "Internationalization")
40 with Files("icu/**"):
41     BUG_COMPONENT = ("Core", "JavaScript: Internationalization API")
43 with Files("icu-patches/**"):
44     BUG_COMPONENT = ("Core", "JavaScript: Internationalization API")
46 with Files("tzdata/**"):
47     BUG_COMPONENT = ("Core", "JavaScript: Internationalization API")
49 with Files("update*"):
50     BUG_COMPONENT = ("Core", "JavaScript: Internationalization API")
52 with Files("icu_sources_data.py"):
53     BUG_COMPONENT = ("Firefox Build System", "General")
55 SPHINX_TREES['/intl'] = 'docs'