Bug 1371335. Part 2 - Don't init WebCompatReporter add-on until after browser-delayed...
[gecko.git] / intl / moz.build
blob8e75e9239f2a79b52e9fc8fad3a0f1595f3cf0d3
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',
21 DIRS += [
22     'uconv',
23     'build',
26 EXPORTS.mozilla += [
27     'Encoding.h',
30 EXPORTS += [
31     '../third_party/rust/encoding_c/include/encoding_rs.h',
32     '../third_party/rust/encoding_c/include/encoding_rs_statics.h',
35 with Files("**"):
36     BUG_COMPONENT = ("Core", "Internationalization")
38 with Files("icu/**"):
39     BUG_COMPONENT = ("Core", "JavaScript: Internationalization API")
41 with Files("icu-patches/**"):
42     BUG_COMPONENT = ("Core", "JavaScript: Internationalization API")
44 with Files("tzdata/**"):
45     BUG_COMPONENT = ("Core", "JavaScript: Internationalization API")
47 with Files("update*"):
48     BUG_COMPONENT = ("Core", "JavaScript: Internationalization API")
50 with Files("icu_sources_data.py"):
51     BUG_COMPONENT = ("Core", "Build Config")