Bug 1610630 [wpt PR 21320] - Add meta:timeout=long to FileSystemBaseHandle-postMessag...
[gecko.git] / intl / moz.build
blob3ba9809ea8885350883f90fc06b6be5f888962ff
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     'EncodingDetector.h',
29     'JapaneseDetector.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',
36     '../third_party/rust/shift_or_euc_c/include/shift_or_euc.h',
39 with Files("**"):
40     BUG_COMPONENT = ("Core", "Internationalization")
42 with Files("icu/**"):
43     BUG_COMPONENT = ("Core", "JavaScript: Internationalization API")
45 with Files("icu-patches/**"):
46     BUG_COMPONENT = ("Core", "JavaScript: Internationalization API")
48 with Files("tzdata/**"):
49     BUG_COMPONENT = ("Core", "JavaScript: Internationalization API")
51 with Files("update*"):
52     BUG_COMPONENT = ("Core", "JavaScript: Internationalization API")
54 with Files("icu_sources_data.py"):
55     BUG_COMPONENT = ("Firefox Build System", "General")
57 SPHINX_TREES['/intl'] = 'docs'