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/.
32 '../third_party/rust/encoding_c/include/encoding_rs.h',
33 '../third_party/rust/encoding_c/include/encoding_rs_statics.h',
37 BUG_COMPONENT = ("Core", "Internationalization")
40 BUG_COMPONENT = ("Core", "JavaScript: Internationalization API")
42 with Files("icu-patches/**"):
43 BUG_COMPONENT = ("Core", "JavaScript: Internationalization API")
45 with Files("tzdata/**"):
46 BUG_COMPONENT = ("Core", "JavaScript: Internationalization API")
48 with Files("update*"):
49 BUG_COMPONENT = ("Core", "JavaScript: Internationalization API")
51 with Files("icu_sources_data.py"):
52 BUG_COMPONENT = ("Firefox Build System", "General")
54 SPHINX_TREES['/intl'] = 'docs'