Bumping manifests a=b2g-bump
[gecko.git] / layout / svg / moz.build
blobdf2c209949ff41e06491436df0b9dbdd57fce286
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 EXPORTS += [
8     'nsFilterInstance.h',
9     'nsSVGEffects.h',
10     'nsSVGFilterInstance.h',
11     'nsSVGForeignObjectFrame.h',
12     'nsSVGIntegrationUtils.h',
13     'nsSVGUtils.h',
14     'SVGImageContext.h',
17 UNIFIED_SOURCES += [
18     'nsCSSFilterInstance.cpp',
19     'nsFilterInstance.cpp',
20     'nsSVGAFrame.cpp',
21     'nsSVGClipPathFrame.cpp',
22     'nsSVGContainerFrame.cpp',
23     'nsSVGEffects.cpp',
24     'nsSVGFilterFrame.cpp',
25     'nsSVGFilterInstance.cpp',
26     'nsSVGForeignObjectFrame.cpp',
27     'nsSVGGenericContainerFrame.cpp',
28     'nsSVGGFrame.cpp',
29     'nsSVGGradientFrame.cpp',
30     'nsSVGImageFrame.cpp',
31     'nsSVGInnerSVGFrame.cpp',
32     'nsSVGIntegrationUtils.cpp',
33     'nsSVGMarkerFrame.cpp',
34     'nsSVGMaskFrame.cpp',
35     'nsSVGOuterSVGFrame.cpp',
36     'nsSVGPaintServerFrame.cpp',
37     'nsSVGPathGeometryFrame.cpp',
38     'nsSVGPatternFrame.cpp',
39     'nsSVGStopFrame.cpp',
40     'nsSVGSwitchFrame.cpp',
41     'nsSVGUseFrame.cpp',
42     'nsSVGUtils.cpp',
43     'SVGFEContainerFrame.cpp',
44     'SVGFEImageFrame.cpp',
45     'SVGFELeafFrame.cpp',
46     'SVGFEUnstyledLeafFrame.cpp',
47     'SVGTextFrame.cpp',
48     'SVGViewFrame.cpp',
51 if CONFIG['CPU_ARCH'] == 'arm' and CONFIG['BUILD_ARM_NEON']:
52     SOURCES += ['nsSVGMaskFrameNEON.cpp']
53     SOURCES['nsSVGMaskFrameNEON.cpp'].flags += ['-mfpu=neon']
55 FAIL_ON_WARNINGS = True
57 FINAL_LIBRARY = 'xul'
58 LOCAL_INCLUDES += [
59     '../../widget',
60     '../base',
61     '../generic',
62     '../style',
63     '../xul',
64     '/dom/base',
65     '/dom/svg',
68 RESOURCE_FILES += [
69     'svg.css',