Issue #80 - De-unify netwerk/cookie

This commit is contained in:
Moonchild 2020-05-17 15:05:55 +00:00 committed by Roy Tam
commit 14e038f2c5

View file

@ -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 += [