summaryrefslogtreecommitdiffstats
path: root/dom/fetch/moz.build
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2020-04-19 16:45:01 +0200
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-04-24 10:34:33 +0200
commitc55433ee037b2e32ac259a4484e92a2aff81062d (patch)
tree5831177f25acccfd8498d06b886379e226813534 /dom/fetch/moz.build
parentd0a2389b43cfacc38320ec87922bbf71868c2b4d (diff)
downloadUXP-c55433ee037b2e32ac259a4484e92a2aff81062d.tar
UXP-c55433ee037b2e32ac259a4484e92a2aff81062d.tar.gz
UXP-c55433ee037b2e32ac259a4484e92a2aff81062d.tar.lz
UXP-c55433ee037b2e32ac259a4484e92a2aff81062d.tar.xz
UXP-c55433ee037b2e32ac259a4484e92a2aff81062d.zip
Issue #80 - De-unify dom/fetch
Running into the same problem as with dom/canvas: derived template classes not being happy about being non-unified. Kept unified for now to prevent linking errors.
Diffstat (limited to 'dom/fetch/moz.build')
-rw-r--r--dom/fetch/moz.build5
1 files changed, 4 insertions, 1 deletions
diff --git a/dom/fetch/moz.build b/dom/fetch/moz.build
index fb2279fe7..f93487e09 100644
--- a/dom/fetch/moz.build
+++ b/dom/fetch/moz.build
@@ -19,9 +19,12 @@ EXPORTS.mozilla.dom += [
]
UNIFIED_SOURCES += [
- 'ChannelInfo.cpp',
'Fetch.cpp',
'FetchConsumer.cpp',
+]
+
+SOURCES += [
+ 'ChannelInfo.cpp',
'FetchDriver.cpp',
'FetchUtil.cpp',
'Headers.cpp',