Backed out changeset 496886cb30a5 (bug 1867152) for bc failures on browser_user_input...
[gecko.git] / config / external / icu / icupkg / moz.build
blob39314fbda791162d997c09b1b815782e0af6b8bb
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 HostProgram("icupkg")
9 LOCAL_INCLUDES += [
10     "/intl/icu/source/common",
11     "/intl/icu/source/i18n",
12     "/intl/icu/source/tools/toolutil",
15 include("../defs.mozbuild")
16 include("sources.mozbuild")
18 HOST_SOURCES += sources
19 HOST_SOURCES += [
20     "/intl/icu/source/stubdata/stubdata.cpp",
23 HOST_USE_LIBS += [
24     "host_icui18n",
25     "host_icutoolutil",
26     "host_icuuc",