From 66a3f44adfa60bc5c0aad4795290e057c25f1c1d Mon Sep 17 00:00:00 2001 From: Moonchild Date: Thu, 23 Apr 2020 15:00:52 +0000 Subject: [PATCH] Issue #80 - De-unify dom/system --- dom/system/moz.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dom/system/moz.build b/dom/system/moz.build index fc8cf533b0..cb0818b345 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', ]