Issue #80 - De-unify dom/offline

This commit is contained in:
Matt A. Tobin 2020-04-18 00:43:00 -04:00 committed by Roy Tam
commit 9a7bb89afc

View file

@ -4,15 +4,10 @@
# 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/.
EXPORTS += [
'nsDOMOfflineResourceList.h',
]
UNIFIED_SOURCES += [
'nsDOMOfflineResourceList.cpp',
]
EXPORTS += ['nsDOMOfflineResourceList.h']
LOCAL_INCLUDES += [
'/dom/base',
]
SOURCES += ['nsDOMOfflineResourceList.cpp']
LOCAL_INCLUDES += ['/dom/base']
FINAL_LIBRARY = 'xul'