no bug - Bumping Firefox l10n changesets r=release a=l10n-bump DONTBUILD CLOSED TREE
[gecko.git] / layout / mathml / moz.build
blobefd2bb2b6e0d9242408e06efb07279fe693621aa
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 += [
35     "nsIMathMLFrame.h",
36     "nsMathMLContainerFrame.h",
37     "nsMathMLFrame.h",
38     "nsMathMLOperators.h",
41 include("/ipc/chromium/chromium-config.mozbuild")
43 FINAL_LIBRARY = "xul"
44 LOCAL_INCLUDES += [
45     "../base",
46     "../generic",
47     "../painting",
48     "../style",
49     "../tables",
50     "../xul",
51     "/dom/base",
52     "/dom/mathml",
55 JAR_MANIFESTS += ["jar.mn"]
57 RESOURCE_FILES.fonts += [
58     "mathfont.properties",
59     "mathfontSTIXGeneral.properties",
60     "mathfontUnicode.properties",