Bug 1856663 - Add more chunks for Android mochitest-plain. r=jmaher,taskgraph-reviewe...
[gecko.git] / layout / mathml / moz.build
blobddf2643d3f3a641d46b877adcebf1ef81dc07035
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", "MathML")
10 if CONFIG["ENABLE_TESTS"]:
11     MOCHITEST_CHROME_MANIFESTS += [
12         "tests/chrome.toml",
13     ]
15 UNIFIED_SOURCES += [
16     "nsMathMLChar.cpp",
17     "nsMathMLContainerFrame.cpp",
18     "nsMathMLFrame.cpp",
19     "nsMathMLmencloseFrame.cpp",
20     "nsMathMLmfracFrame.cpp",
21     "nsMathMLmmultiscriptsFrame.cpp",
22     "nsMathMLmoFrame.cpp",
23     "nsMathMLmpaddedFrame.cpp",
24     "nsMathMLmrootFrame.cpp",
25     "nsMathMLmrowFrame.cpp",
26     "nsMathMLmspaceFrame.cpp",
27     "nsMathMLmsqrtFrame.cpp",
28     "nsMathMLmtableFrame.cpp",
29     "nsMathMLmunderoverFrame.cpp",
30     "nsMathMLOperators.cpp",
31     "nsMathMLTokenFrame.cpp",
34 EXPORTS += ["nsIMathMLFrame.h", "nsMathMLOperators.h"]
36 include("/ipc/chromium/chromium-config.mozbuild")
38 FINAL_LIBRARY = "xul"
39 LOCAL_INCLUDES += [
40     "../base",
41     "../generic",
42     "../painting",
43     "../style",
44     "../tables",
45     "../xul",
46     "/dom/base",
47     "/dom/mathml",
50 JAR_MANIFESTS += ["jar.mn"]
52 RESOURCE_FILES.fonts += [
53     "mathfont.properties",
54     "mathfontSTIXGeneral.properties",
55     "mathfontUnicode.properties",