diff options
author | Moonchild <moonchild@palemoon.org> | 2020-09-16 18:21:14 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-09-16 18:26:30 +0000 |
commit | a53a2a3a38d03721b19768480dbdb0bccb4616d9 (patch) | |
tree | 36717e8e30e8ecbabbec41355dfeabc633a6bdd3 /dom/base/moz.build | |
parent | 1b73824161e6cd2f5d2f63bc323b4e8a607207d0 (diff) | |
download | UXP-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-x | dom/base/moz.build | 2 |
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', |