Bug 1708422: part 18) Factor `mozInlineSpellChecker::SpellCheckerSlice::IsInNoCheckRa...
[gecko.git] / intl / moz.build
blobe0b80c1ac4c00fcf79eeefa04a7a0ad6984c79d2
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     "components",
13     "hyphenation/glue",
14     "locale",
15     "locales",
16     "lwbrk",
17     "strres",
18     "unicharutil",
19     "l10n",
22 DIRS += [
23     "uconv",
24     "build",
27 EXPORTS.mozilla += [
28     "Encoding.h",
29     "EncodingDetector.h",
30     "JapaneseDetector.h",
33 EXPORTS += [
34     "../third_party/rust/chardetng_c/include/chardetng.h",
35     "../third_party/rust/encoding_c/include/encoding_rs.h",
36     "../third_party/rust/encoding_c/include/encoding_rs_statics.h",
37     "../third_party/rust/shift_or_euc_c/include/shift_or_euc.h",
40 with Files("**"):
41     BUG_COMPONENT = ("Core", "Internationalization")
43 with Files("icu/**"):
44     BUG_COMPONENT = ("Core", "JavaScript: Internationalization API")
46 with Files("icu-patches/**"):
47     BUG_COMPONENT = ("Core", "JavaScript: Internationalization API")
49 with Files("tzdata/**"):
50     BUG_COMPONENT = ("Core", "JavaScript: Internationalization API")
52 with Files("update*"):
53     BUG_COMPONENT = ("Core", "JavaScript: Internationalization API")
55 with Files("icu_sources_data.py"):
56     BUG_COMPONENT = ("Firefox Build System", "General")
58 SPHINX_TREES["/intl"] = "docs"