summaryrefslogtreecommitdiffstats
path: root/dom/moz.build
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-06-11 12:43:17 +0000
committerMoonchild <moonchild@palemoon.org>2020-06-11 12:43:17 +0000
commit1620ec19653125db78f380043a52b6da6a34c281 (patch)
treec90e02dc5548034f6d3846d6442218a6acda70f4 /dom/moz.build
parentfdc11c731c0d0176c4522f1eb8b1d390d6505c6d (diff)
downloadUXP-1620ec19653125db78f380043a52b6da6a34c281.tar
UXP-1620ec19653125db78f380043a52b6da6a34c281.tar.gz
UXP-1620ec19653125db78f380043a52b6da6a34c281.tar.lz
UXP-1620ec19653125db78f380043a52b6da6a34c281.tar.xz
UXP-1620ec19653125db78f380043a52b6da6a34c281.zip
Issue #1587 - Part 6: Move FetchController/Signal to its own dir
Since it is specced separately from fetch.
Diffstat (limited to 'dom/moz.build')
-rw-r--r--dom/moz.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/dom/moz.build b/dom/moz.build
index 89c539b4b..8a958982f 100644
--- a/dom/moz.build
+++ b/dom/moz.build
@@ -37,6 +37,7 @@ interfaces = [
DIRS += ['interfaces/' + i for i in interfaces]
DIRS += [
+ 'abort',
'animation',
'apps',
'base',