diff options
author | Moonchild <moonchild@palemoon.org> | 2020-04-23 15:00:52 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-04-23 15:00:52 +0000 |
commit | 8a872916bc45e6c114d7e047d1d7889f760eaf89 (patch) | |
tree | 50c25ad6a24a4ea4efe85b22f38e1e4dde1153ce | |
parent | 915df34663bd3d9380516cfecf74325f86c9213d (diff) | |
download | UXP-8a872916bc45e6c114d7e047d1d7889f760eaf89.tar UXP-8a872916bc45e6c114d7e047d1d7889f760eaf89.tar.gz UXP-8a872916bc45e6c114d7e047d1d7889f760eaf89.tar.lz UXP-8a872916bc45e6c114d7e047d1d7889f760eaf89.tar.xz UXP-8a872916bc45e6c114d7e047d1d7889f760eaf89.zip |
Issue #80 - De-unify dom/system
-rw-r--r-- | dom/system/moz.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/system/moz.build b/dom/system/moz.build index fc8cf533b..cb0818b34 100644 --- a/dom/system/moz.build +++ b/dom/system/moz.build @@ -30,7 +30,7 @@ EXPORTS.mozilla += [ 'OSFileConstants.h', ] -UNIFIED_SOURCES += [ +SOURCES += [ 'nsDeviceSensors.cpp', 'OSFileConstants.cpp', ] |