Bug 1688354 [wpt PR 27298] - Treat 'rem' as an absolute unit for font size, a=testonly
[gecko.git] / dom / smil / moz.build
blobc6c3bd7351caba33c7a8502f86aa3dfa7e3f8295
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", "SVG")
10 MOCHITEST_MANIFESTS += ["test/mochitest.ini"]
12 EXPORTS.mozilla += [
13     "SMILAnimationController.h",
14     "SMILAnimationFunction.h",
15     "SMILAttr.h",
16     "SMILCompositorTable.h",
17     "SMILCSSValueType.h",
18     "SMILInstanceTime.h",
19     "SMILInterval.h",
20     "SMILKeySpline.h",
21     "SMILMilestone.h",
22     "SMILNullType.h",
23     "SMILParserUtils.h",
24     "SMILRepeatCount.h",
25     "SMILSetAnimationFunction.h",
26     "SMILTargetIdentifier.h",
27     "SMILTimeContainer.h",
28     "SMILTimedElement.h",
29     "SMILTimeValue.h",
30     "SMILTimeValueSpec.h",
31     "SMILTimeValueSpecParams.h",
32     "SMILType.h",
33     "SMILTypes.h",
34     "SMILValue.h",
37 EXPORTS.mozilla.dom += [
38     "TimeEvent.h",
41 UNIFIED_SOURCES += [
42     "SMILAnimationController.cpp",
43     "SMILAnimationFunction.cpp",
44     "SMILBoolType.cpp",
45     "SMILCompositor.cpp",
46     "SMILCSSProperty.cpp",
47     "SMILCSSValueType.cpp",
48     "SMILEnumType.cpp",
49     "SMILFloatType.cpp",
50     "SMILInstanceTime.cpp",
51     "SMILIntegerType.cpp",
52     "SMILInterval.cpp",
53     "SMILKeySpline.cpp",
54     "SMILNullType.cpp",
55     "SMILParserUtils.cpp",
56     "SMILRepeatCount.cpp",
57     "SMILSetAnimationFunction.cpp",
58     "SMILStringType.cpp",
59     "SMILTimeContainer.cpp",
60     "SMILTimedElement.cpp",
61     "SMILTimeValue.cpp",
62     "SMILTimeValueSpec.cpp",
63     "SMILValue.cpp",
64     "TimeEvent.cpp",
67 LOCAL_INCLUDES += [
68     "/dom/base",
69     "/dom/svg",
70     "/layout/base",
71     "/layout/style",
74 FINAL_LIBRARY = "xul"