mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 15:27:32 +09:00
Issue #80 - De-unify netwerk/cache2
This commit is contained in:
parent
fd7e75b6e6
commit
36ea31cc81
6 changed files with 8 additions and 6 deletions
|
|
@ -21,7 +21,8 @@ EXPORTS += [
|
|||
'CacheStorageService.h',
|
||||
]
|
||||
|
||||
UNIFIED_SOURCES += [
|
||||
SOURCES += [
|
||||
'AppCacheStorage.cpp',
|
||||
'CacheEntry.cpp',
|
||||
'CacheFile.cpp',
|
||||
'CacheFileChunk.cpp',
|
||||
|
|
@ -43,11 +44,6 @@ UNIFIED_SOURCES += [
|
|||
'OldWrappers.cpp',
|
||||
]
|
||||
|
||||
# AppCacheStorage.cpp cannot be built in unified mode because it uses plarena.h.
|
||||
SOURCES += [
|
||||
'AppCacheStorage.cpp',
|
||||
]
|
||||
|
||||
LOCAL_INCLUDES += [
|
||||
'/netwerk/base',
|
||||
'/netwerk/cache',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue