Bug 1226301. Remove Shumway from b2gdroid nightly builds. r=fabrice
[gecko.git] / layout / mathml / moz.build
blob46b3ad585b71af24d8242dbee827764b40694462
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 with Files('**'):
8     BUG_COMPONENT = ('Core', 'MathML')
10 if CONFIG['ENABLE_TESTS']:
11     MOCHITEST_MANIFESTS += ['tests/mochitest.ini']
13 UNIFIED_SOURCES += [
14     'nsMathMLChar.cpp',
15     'nsMathMLContainerFrame.cpp',
16     'nsMathMLFrame.cpp',
17     'nsMathMLmactionFrame.cpp',
18     'nsMathMLmencloseFrame.cpp',
19     'nsMathMLmfencedFrame.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     'nsMathMLSelectedFrame.cpp',
32     'nsMathMLsemanticsFrame.cpp',
33     'nsMathMLTokenFrame.cpp',
36 EXPORTS += [
37     'nsIMathMLFrame.h',
38     'nsMathMLOperators.h'
41 FINAL_LIBRARY = 'xul'
42 LOCAL_INCLUDES += [
43     '../base',
44     '../generic',
45     '../style',
46     '../tables',
47     '../xul',
48     '/dom/base',
49     '/dom/mathml',
52 JAR_MANIFESTS += ['jar.mn']
54 RESOURCE_FILES.fonts += [
55     'mathfont.properties',
56     'mathfontSTIXGeneral.properties',
57     'mathfontUnicode.properties',
60 if CONFIG['TARGET_MD_ARCH'] == 'win32':
61     RESOURCE_FILES.fonts += [
62         'mathfontSymbol.properties',
63     ]