diff options
author | Moonchild <moonchild@palemoon.org> | 2020-04-23 12:07:55 +0000 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-26 10:19:55 +0200 |
commit | 16c8dff724b32254f8075de2f57b8770d2ba3928 (patch) | |
tree | 7bfc3321d42e259c65d67bf30b6f2ef717652ecf /dom/quota/moz.build | |
parent | 3595b9eecf7fd28ee4faa160c274e64069d749a4 (diff) | |
download | UXP-16c8dff724b32254f8075de2f57b8770d2ba3928.tar UXP-16c8dff724b32254f8075de2f57b8770d2ba3928.tar.gz UXP-16c8dff724b32254f8075de2f57b8770d2ba3928.tar.lz UXP-16c8dff724b32254f8075de2f57b8770d2ba3928.tar.xz UXP-16c8dff724b32254f8075de2f57b8770d2ba3928.zip |
Issue #80 - De-unify dom/quota
Diffstat (limited to 'dom/quota/moz.build')
-rw-r--r-- | dom/quota/moz.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/quota/moz.build b/dom/quota/moz.build index 66c4f4f45..182696569 100644 --- a/dom/quota/moz.build +++ b/dom/quota/moz.build @@ -31,7 +31,7 @@ EXPORTS.mozilla.dom.quota += [ 'UsageInfo.h', ] -UNIFIED_SOURCES += [ +SOURCES += [ 'ActorsChild.cpp', 'ActorsParent.cpp', 'FileStreams.cpp', |