summaryrefslogtreecommitdiffstats
path: root/dom/filesystem/moz.build
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2020-04-20 14:17:32 +0200
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-04-20 14:17:32 +0200
commit2def229da3465b40a95636800f5e148e0c25d896 (patch)
treec75a428df1ca9acd1114f66350d93b623a2b45f0 /dom/filesystem/moz.build
parent0edde46e19e94c41ea62874a7e1c11537033b1d2 (diff)
downloadUXP-2def229da3465b40a95636800f5e148e0c25d896.tar
UXP-2def229da3465b40a95636800f5e148e0c25d896.tar.gz
UXP-2def229da3465b40a95636800f5e148e0c25d896.tar.lz
UXP-2def229da3465b40a95636800f5e148e0c25d896.tar.xz
UXP-2def229da3465b40a95636800f5e148e0c25d896.zip
Issue #80 - De-unify dom/filesystem
Diffstat (limited to 'dom/filesystem/moz.build')
-rw-r--r--dom/filesystem/moz.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/filesystem/moz.build b/dom/filesystem/moz.build
index 6e516c3a7..1b6a8d3ca 100644
--- a/dom/filesystem/moz.build
+++ b/dom/filesystem/moz.build
@@ -19,7 +19,7 @@ EXPORTS.mozilla.dom += [
'OSFileSystem.h',
]
-UNIFIED_SOURCES += [
+SOURCES += [
'Directory.cpp',
'FileSystemBase.cpp',
'FileSystemRequestParent.cpp',