Bug 1825212 [wpt PR 39266] - [@scope] Propagate proximity from SubResult, a=testonly
[gecko.git] / dom / xml / moz.build
blob39fbb901f21a67dd99a6f107c64795a8b6ba74c1
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 += ["resources"]
12 MOCHITEST_MANIFESTS += ["test/mochitest.ini"]
14 EXPORTS += [
15     "nsIXMLContentSink.h",
18 EXPORTS.mozilla.dom += [
19     "CDATASection.h",
20     "nsXMLElement.h",
21     "ProcessingInstruction.h",
22     "XMLDocument.h",
23     "XMLStylesheetProcessingInstruction.h",
26 UNIFIED_SOURCES += [
27     "CDATASection.cpp",
28     "nsXMLContentSink.cpp",
29     "nsXMLElement.cpp",
30     "nsXMLFragmentContentSink.cpp",
31     "nsXMLPrettyPrinter.cpp",
32     "ProcessingInstruction.cpp",
33     "XMLDocument.cpp",
34     "XMLStylesheetProcessingInstruction.cpp",
37 FINAL_LIBRARY = "xul"
39 LOCAL_INCLUDES += [
40     "/caps",
41     "/dom/base",
42     "/dom/html",
43     "/dom/xslt/base",
44     "/dom/xul",
45     "/layout/style",
46     "/parser/htmlparser",
49 RESOURCE_FILES.dtd += [
50     "htmlmathml-f.ent",