summaryrefslogtreecommitdiffstats
path: root/dom/animation/moz.build
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2020-04-18 15:10:34 +0200
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-04-24 10:32:03 +0200
commit9d96ad90dda81f202826cb6ec1535561f14218db (patch)
treef8b9c3328fd3a59ab5d5fe5effe0f6ed2f0a49d2 /dom/animation/moz.build
parentb064c95231d34eddf350bb5624faa2c60c659630 (diff)
downloadUXP-9d96ad90dda81f202826cb6ec1535561f14218db.tar
UXP-9d96ad90dda81f202826cb6ec1535561f14218db.tar.gz
UXP-9d96ad90dda81f202826cb6ec1535561f14218db.tar.lz
UXP-9d96ad90dda81f202826cb6ec1535561f14218db.tar.xz
UXP-9d96ad90dda81f202826cb6ec1535561f14218db.zip
Issue #80 - De-unify dom/animation
KeyFrameEffect and KeyFrameEffectReadOnly are still built unified as buddies because they have some complex interdependency that couldn't easily be resolved without linking failures.
Diffstat (limited to 'dom/animation/moz.build')
-rw-r--r--dom/animation/moz.build7
1 files changed, 5 insertions, 2 deletions
diff --git a/dom/animation/moz.build b/dom/animation/moz.build
index bd8c93707..356980f00 100644
--- a/dom/animation/moz.build
+++ b/dom/animation/moz.build
@@ -37,6 +37,11 @@ EXPORTS.mozilla += [
]
UNIFIED_SOURCES += [
+ 'KeyframeEffect.cpp',
+ 'KeyframeEffectReadOnly.cpp',
+]
+
+SOURCES += [
'Animation.cpp',
'AnimationEffectReadOnly.cpp',
'AnimationEffectTiming.cpp',
@@ -50,9 +55,7 @@ UNIFIED_SOURCES += [
'DocumentTimeline.cpp',
'EffectCompositor.cpp',
'EffectSet.cpp',
- 'KeyframeEffect.cpp',
'KeyframeEffectParams.cpp',
- 'KeyframeEffectReadOnly.cpp',
'KeyframeUtils.cpp',
'PendingAnimationTracker.cpp',
'TimingParams.cpp',