summaryrefslogtreecommitdiffstats
path: root/dom/fetch/moz.build
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-06-11 08:22:04 +0000
committerMoonchild <moonchild@palemoon.org>2020-06-11 08:22:04 +0000
commitec792e2ac7614b8e4281f496d288f20441b837bf (patch)
tree1a0413f4c673981c65c5868f22c1d2d854c2a707 /dom/fetch/moz.build
parent1ca6039fb86cfab374fa0f4d37d9a084aa810f28 (diff)
downloadUXP-ec792e2ac7614b8e4281f496d288f20441b837bf.tar
UXP-ec792e2ac7614b8e4281f496d288f20441b837bf.tar.gz
UXP-ec792e2ac7614b8e4281f496d288f20441b837bf.tar.lz
UXP-ec792e2ac7614b8e4281f496d288f20441b837bf.tar.xz
UXP-ec792e2ac7614b8e4281f496d288f20441b837bf.zip
Issue #1587 - Part 4: Implement FetchObserver
Diffstat (limited to 'dom/fetch/moz.build')
-rw-r--r--dom/fetch/moz.build2
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',