Bug 1869647 - Mark hasStorageAccess.sub.https.window.html as intermittent after wpt...
[gecko.git] / intl / moz.build
blobb7043ad47741a99f9deba9568ac984b6d9fade67
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",
32 EXPORTS += [
33     "../third_party/rust/chardetng_c/include/chardetng.h",
34     "../third_party/rust/encoding_c/include/encoding_rs.h",
35     "../third_party/rust/encoding_c/include/encoding_rs_statics.h",
39 PERFTESTS_MANIFESTS += ["benchmarks/perftest.toml"]
40 XPCSHELL_TESTS_MANIFESTS += ["benchmarks/xpcshell.toml"]
42 with Files("**"):
43     BUG_COMPONENT = ("Core", "Internationalization")
45 with Files("icu/**"):
46     BUG_COMPONENT = ("Core", "JavaScript: Internationalization API")
48 with Files("icu-patches/**"):
49     BUG_COMPONENT = ("Core", "JavaScript: Internationalization API")
51 with Files("tzdata/**"):
52     BUG_COMPONENT = ("Core", "JavaScript: Internationalization API")
54 with Files("update*"):
55     BUG_COMPONENT = ("Core", "JavaScript: Internationalization API")
57 with Files("icu_sources_data.py"):
58     BUG_COMPONENT = ("Firefox Build System", "General")
60 SPHINX_TREES["/intl"] = "docs"