diff options
author | Moonchild <moonchild@palemoon.org> | 2020-06-10 21:08:58 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-06-10 21:08:58 +0000 |
commit | a8602cc877cb4fc007655cd0f52b52b1e7165bc8 (patch) | |
tree | aa46137510a9457285b1d84b8010e1a07e0e8270 /dom/fetch/moz.build | |
parent | 8797b20746cd80c51cc56225f70ddea6c6b94f9d (diff) | |
download | uxp-a8602cc877cb4fc007655cd0f52b52b1e7165bc8.tar.gz |
Issue #1587 - Part 1: Implement FetchController/FetchSignal interface
Diffstat (limited to 'dom/fetch/moz.build')
-rw-r--r-- | dom/fetch/moz.build | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dom/fetch/moz.build b/dom/fetch/moz.build index be820ab570..757f857f28 100644 --- a/dom/fetch/moz.build +++ b/dom/fetch/moz.build @@ -7,8 +7,10 @@ EXPORTS.mozilla.dom += [ 'ChannelInfo.h', 'Fetch.h', + 'FetchController.h', 'FetchDriver.h', 'FetchIPCTypes.h', + 'FetchSignal.h', 'FetchUtil.h', 'Headers.h', 'InternalHeaders.h', @@ -27,7 +29,9 @@ UNIFIED_SOURCES += [ SOURCES += [ 'ChannelInfo.cpp', + 'FetchController.cpp', 'FetchDriver.cpp', + 'FetchSignal.cpp', 'FetchUtil.cpp', 'Headers.cpp', 'InternalHeaders.cpp', |