Bumping manifests a=b2g-bump
[gecko.git] / dom / xml / moz.build
blob3f6de0c861021cc3ec7ef9e310e783de2500dc51
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 DIRS += ['resources']
9 TEST_DIRS += ['test']
11 EXPORTS += [
12     'nsIXMLContentSink.h',
15 EXPORTS.mozilla.dom += [
16     'CDATASection.h',
17     'nsXMLElement.h',
18     'ProcessingInstruction.h',
19     'XMLDocument.h',
20     'XMLStylesheetProcessingInstruction.h',
23 UNIFIED_SOURCES += [
24     'CDATASection.cpp',
25     'nsXMLContentSink.cpp',
26     'nsXMLElement.cpp',
27     'nsXMLFragmentContentSink.cpp',
28     'nsXMLPrettyPrinter.cpp',
29     'ProcessingInstruction.cpp',
30     'XMLDocument.cpp',
31     'XMLStylesheetProcessingInstruction.cpp',
34 FAIL_ON_WARNINGS = True
36 MSVC_ENABLE_PGO = True
38 FINAL_LIBRARY = 'xul'
40 LOCAL_INCLUDES += [
41     '/caps',
42     '/dom/base',
43     '/dom/html',
44     '/dom/xul',
45     '/layout/style',
48 RESOURCE_FILES.dtd += [
49     'htmlmathml-f.ent',