summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2020-04-18 01:07:01 -0400
committerMatt A. Tobin <email@mattatobin.com>2020-04-18 01:07:01 -0400
commit77f879e74a8162805fef7c2a3b7c16a0325e2273 (patch)
treec697882dcf42cfc77ca7d5989782eb45e5638b0e
parentc5e4fd8449290910252dfe70365c7e170c8883e2 (diff)
downloadUXP-77f879e74a8162805fef7c2a3b7c16a0325e2273.tar
UXP-77f879e74a8162805fef7c2a3b7c16a0325e2273.tar.gz
UXP-77f879e74a8162805fef7c2a3b7c16a0325e2273.tar.lz
UXP-77f879e74a8162805fef7c2a3b7c16a0325e2273.tar.xz
UXP-77f879e74a8162805fef7c2a3b7c16a0325e2273.zip
Issue #80 - De-unify dom/time
-rw-r--r--dom/time/moz.build6
1 files changed, 2 insertions, 4 deletions
diff --git a/dom/time/moz.build b/dom/time/moz.build
index f6ef682c6..b68f5c089 100644
--- a/dom/time/moz.build
+++ b/dom/time/moz.build
@@ -4,9 +4,7 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-XPIDL_SOURCES += [
- 'nsITimeService.idl',
-]
+XPIDL_SOURCES += ['nsITimeService.idl']
XPIDL_MODULE = 'dom_time'
@@ -17,7 +15,7 @@ EXPORTS.mozilla.dom.time += [
'TimeService.h',
]
-UNIFIED_SOURCES += [
+SOURCES += [
'DateCacheCleaner.cpp',
'TimeChangeObserver.cpp',
'TimeManager.cpp',