mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 09:18:42 +09:00
Issue #80 - De-unify netwerk/cookie
This commit is contained in:
parent
36ea31cc81
commit
14e038f2c5
1 changed files with 1 additions and 4 deletions
|
|
@ -21,13 +21,10 @@ if CONFIG['NECKO_COOKIES']:
|
|||
'CookieServiceChild.h',
|
||||
'CookieServiceParent.h',
|
||||
]
|
||||
UNIFIED_SOURCES += [
|
||||
SOURCES += [
|
||||
'CookieServiceChild.cpp',
|
||||
'CookieServiceParent.cpp',
|
||||
'nsCookie.cpp',
|
||||
]
|
||||
# nsCookieService.cpp can't be unified because of symbol conflicts
|
||||
SOURCES += [
|
||||
'nsCookieService.cpp',
|
||||
]
|
||||
LOCAL_INCLUDES += [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue