Bug 1492664 - update funsize scripts to use TASKCLUSTER_ROOT_URL; r=sfraser
[gecko.git] / intl / strres / moz.build
blob6089288da172a8d3bc93247fcb3100b541cc2d52
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 XPCSHELL_TESTS_MANIFESTS += ['tests/unit/xpcshell.ini']
9 XPIDL_SOURCES += [
10     'nsIStringBundle.idl',
13 XPIDL_MODULE = 'intl'
15 UNIFIED_SOURCES += [
16     'nsStringBundle.cpp',
19 LOCAL_INCLUDES += [
20     '/xpcom/ds',
23 include('/ipc/chromium/chromium-config.mozbuild')
25 FINAL_LIBRARY = 'xul'
27 if CONFIG['CC_TYPE'] in ('clang', 'gcc'):
28     CXXFLAGS += ['-Wno-error=shadow']