Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
[gecko.git] / parser / xml / moz.build
blob810c326534db3d69a4edcfc01e5562a41eb993fd
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 TEST_DIRS += ['test']
9 XPIDL_SOURCES += [
10     'nsIMozSAXXMLDeclarationHandler.idl',
11     'nsISAXAttributes.idl',
12     'nsISAXContentHandler.idl',
13     'nsISAXDTDHandler.idl',
14     'nsISAXErrorHandler.idl',
15     'nsISAXLexicalHandler.idl',
16     'nsISAXLocator.idl',
17     'nsISAXMutableAttributes.idl',
18     'nsISAXXMLFilter.idl',
19     'nsISAXXMLReader.idl',
22 XPIDL_MODULE = 'saxparser'
24 EXPORTS += [
25     'nsSAXAttributes.h',
26     'nsSAXLocator.h',
27     'nsSAXXMLReader.h',
30 SOURCES += [
31     'nsSAXAttributes.cpp',
32     'nsSAXLocator.cpp',
33     'nsSAXXMLReader.cpp',
36 MSVC_ENABLE_PGO = True
38 FINAL_LIBRARY = 'xul'