Bumping manifests a=b2g-bump
[gecko.git] / intl / unicharutil / util / objs.mozbuild
blobd5c8a31ba310636162190d0b0211f5b1b53badfe
1 # -*- Mode: python; c-basic-offset: 4; 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 intl_unicharutil_util_lcppsrcs = [
8     'GreekCasing.cpp',
11 if CONFIG['ENABLE_INTL_API']:
12     intl_unicharutil_util_lcppsrcs += [
13         'ICUUtils.cpp',
14     ]
16 intl_unicharutil_util_lcppsrcs += [
17     'IrishCasing.cpp',
18     'nsBidiUtils.cpp',
19     'nsSpecialCasingData.cpp',
20     'nsUnicharUtils.cpp',
21     'nsUnicodeProperties.cpp',
24 intl_unicharutil_util_cppsrcs = [
25     '%s/intl/unicharutil/util/%s' % (TOPSRCDIR, s) \
26         for s in intl_unicharutil_util_lcppsrcs