summaryrefslogtreecommitdiffstats
path: root/dom/base/moz.build
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-09-16 18:21:14 +0000
committerMoonchild <moonchild@palemoon.org>2020-09-16 18:26:30 +0000
commita53a2a3a38d03721b19768480dbdb0bccb4616d9 (patch)
tree36717e8e30e8ecbabbec41355dfeabc633a6bdd3 /dom/base/moz.build
parent1b73824161e6cd2f5d2f63bc323b4e8a607207d0 (diff)
downloadUXP-a53a2a3a38d03721b19768480dbdb0bccb4616d9.tar
UXP-a53a2a3a38d03721b19768480dbdb0bccb4616d9.tar.gz
UXP-a53a2a3a38d03721b19768480dbdb0bccb4616d9.tar.lz
UXP-a53a2a3a38d03721b19768480dbdb0bccb4616d9.tar.xz
UXP-a53a2a3a38d03721b19768480dbdb0bccb4616d9.zip
Issue #1643 - Part 3: Implement ResizeObserverController
Diffstat (limited to 'dom/base/moz.build')
-rwxr-xr-xdom/base/moz.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/dom/base/moz.build b/dom/base/moz.build
index 27322475e..aff13bee0 100755
--- a/dom/base/moz.build
+++ b/dom/base/moz.build
@@ -205,6 +205,7 @@ EXPORTS.mozilla.dom += [
'Pose.h',
'ProcessGlobal.h',
'ResizeObserver.h',
+ 'ResizeObserverController.h',
'ResponsiveImageSelector.h',
'SameProcessMessageQueue.h',
'ScreenOrientation.h',
@@ -352,6 +353,7 @@ SOURCES += [
'PostMessageEvent.cpp',
'ProcessGlobal.cpp',
'ResizeObserver.cpp',
+ 'ResizeObserverController.cpp',
'ResponsiveImageSelector.cpp',
'SameProcessMessageQueue.cpp',
'ScreenOrientation.cpp',