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", "DOM: Animation")
10 MOCHITEST_MANIFESTS += ["test/mochitest.toml"]
11 MOCHITEST_CHROME_MANIFESTS += ["test/chrome.toml"]
13 EXPORTS.mozilla.dom += [
16 "AnimationTimeline.h",
27 "AnimationComparator.h",
28 "AnimationEventDispatcher.h",
29 "AnimationPerformanceWarning.h",
30 "AnimationPropertySegment.h",
36 "ElementAnimationData.h",
38 "KeyframeEffectParams.h",
41 "PseudoElementHashEntry.h",
42 "ScrollTimelineAnimationTracker.h",
48 "AnimationEffect.cpp",
49 "AnimationEventDispatcher.cpp",
50 "AnimationPerformanceWarning.cpp",
51 "AnimationTimeline.cpp",
54 "CSSPseudoElement.cpp",
56 "DocumentTimeline.cpp",
57 "EffectCompositor.cpp",
59 "ElementAnimationData.cpp",
63 "ScrollTimelineAnimationTracker.cpp",
75 include("/ipc/chromium/chromium-config.mozbuild")