diff options
Diffstat (limited to 'dom/time/moz.build')
-rw-r--r-- | dom/time/moz.build | 6 |
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', |