mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 08:18:41 +09:00
Issue #80 - De-unify dom/time
This commit is contained in:
parent
68fe7a9928
commit
eaf9a0cddd
1 changed files with 2 additions and 4 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue