diff options
author | Moonchild <moonchild@palemoon.org> | 2020-06-11 08:22:04 +0000 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-06-13 11:51:53 +0200 |
commit | 3f3d626434b2533182ca0ee90adc92a1e7db373c (patch) | |
tree | 14499eda8658719c7bd3940ed2ac30f8e4e10ad7 /dom/fetch/moz.build | |
parent | a04d67dd12d4999b28e74744150770482a3c5a3d (diff) | |
download | UXP-3f3d626434b2533182ca0ee90adc92a1e7db373c.tar UXP-3f3d626434b2533182ca0ee90adc92a1e7db373c.tar.gz UXP-3f3d626434b2533182ca0ee90adc92a1e7db373c.tar.lz UXP-3f3d626434b2533182ca0ee90adc92a1e7db373c.tar.xz UXP-3f3d626434b2533182ca0ee90adc92a1e7db373c.zip |
Issue #1587 - Part 4: Implement FetchObserver
Diffstat (limited to 'dom/fetch/moz.build')
-rw-r--r-- | dom/fetch/moz.build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dom/fetch/moz.build b/dom/fetch/moz.build index 757f857f2..82fd99173 100644 --- a/dom/fetch/moz.build +++ b/dom/fetch/moz.build @@ -10,6 +10,7 @@ EXPORTS.mozilla.dom += [ 'FetchController.h', 'FetchDriver.h', 'FetchIPCTypes.h', + 'FetchObserver.h', 'FetchSignal.h', 'FetchUtil.h', 'Headers.h', @@ -31,6 +32,7 @@ SOURCES += [ 'ChannelInfo.cpp', 'FetchController.cpp', 'FetchDriver.cpp', + 'FetchObserver.cpp', 'FetchSignal.cpp', 'FetchUtil.cpp', 'Headers.cpp', |