Bug 1550519 - Show a translucent parent highlight when a subgrid is highlighted....
[gecko.git] / intl / moz.build
blob05d94899a111c4362b5b04ded2036a2e4551b68e
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/hyphen',
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     'JapaneseDetector.h',
32 EXPORTS += [
33     '../third_party/rust/encoding_c/include/encoding_rs.h',
34     '../third_party/rust/encoding_c/include/encoding_rs_statics.h',
35     '../third_party/rust/shift_or_euc_c/include/shift_or_euc.h',
38 with Files("**"):
39     BUG_COMPONENT = ("Core", "Internationalization")
41 with Files("icu/**"):
42     BUG_COMPONENT = ("Core", "JavaScript: Internationalization API")
44 with Files("icu-patches/**"):
45     BUG_COMPONENT = ("Core", "JavaScript: Internationalization API")
47 with Files("tzdata/**"):
48     BUG_COMPONENT = ("Core", "JavaScript: Internationalization API")
50 with Files("update*"):
51     BUG_COMPONENT = ("Core", "JavaScript: Internationalization API")
53 with Files("icu_sources_data.py"):
54     BUG_COMPONENT = ("Firefox Build System", "General")
56 SPHINX_TREES['/intl'] = 'docs'