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/.
8 BUG_COMPONENT = ("Core", "SVG")
10 MOCHITEST_MANIFESTS += ["test/mochitest.toml"]
13 "SMILAnimationController.h",
14 "SMILAnimationFunction.h",
16 "SMILCompositorTable.h",
25 "SMILSetAnimationFunction.h",
26 "SMILTargetIdentifier.h",
27 "SMILTimeContainer.h",
30 "SMILTimeValueSpec.h",
31 "SMILTimeValueSpecParams.h",
37 EXPORTS.mozilla.dom += [
42 "SMILAnimationController.cpp",
43 "SMILAnimationFunction.cpp",
46 "SMILCSSProperty.cpp",
47 "SMILCSSValueType.cpp",
50 "SMILInstanceTime.cpp",
51 "SMILIntegerType.cpp",
55 "SMILParserUtils.cpp",
56 "SMILRepeatCount.cpp",
57 "SMILSetAnimationFunction.cpp",
59 "SMILTimeContainer.cpp",
60 "SMILTimedElement.cpp",
62 "SMILTimeValueSpec.cpp",