Bug 1874684 - Part 25: Editorial updates. r=dminor
[gecko.git] / parser / expat / moz.build
blobf79e8a9083eaa1deaa801b987506b0412dae82e3
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 with Files('**'):
8     BUG_COMPONENT = ('Core', 'XML')
10 DIRS += ['lib']
12 EXPORTS += [
13     'expat_config.h',
14     'expat_config_moz.h',
15     'expat_config_rlbox.h',
16     'rlbox_expat.h',
17     'rlbox_expat_types.h',
20 LOCAL_INCLUDES += [
21     '!/security/rlbox',