no bug - Bumping Firefox l10n changesets r=release a=l10n-bump DONTBUILD CLOSED TREE
[gecko.git] / intl / components / gtest / moz.build
blobc9ccc4cda3d9125d9e8cdb33a2ea898940e9b078
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 UNIFIED_SOURCES += [
8     "TestBidi.cpp",
9     "TestCalendar.cpp",
10     "TestCollator.cpp",
11     "TestCurrency.cpp",
12     "TestDateIntervalFormat.cpp",
13     "TestDateTimeFormat.cpp",
14     "TestDisplayNames.cpp",
15     "TestIDNA.cpp",
16     "TestListFormat.cpp",
17     "TestLocale.cpp",
18     "TestLocaleCanonicalizer.cpp",
19     "TestMeasureUnit.cpp",
20     "TestNumberFormat.cpp",
21     "TestNumberingSystem.cpp",
22     "TestNumberParser.cpp",
23     "TestPluralRules.cpp",
24     "TestRelativeTimeFormat.cpp",
25     "TestScript.cpp",
26     "TestString.cpp",
27     "TestTimeZone.cpp",
30 FINAL_LIBRARY = "xul-gtest"