summaryrefslogtreecommitdiffstats
path: root/netwerk
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-05-17 15:05:55 +0000
committerMoonchild <moonchild@palemoon.org>2020-05-20 13:57:30 +0000
commit4c76b52e09d3cee868bd3144299146a7eb99d58b (patch)
treecee7e7ec9b438800a368995926690a1a6aec3c5b /netwerk
parente50cfc7b63c420fe8e3b9f61de7ab48df2b0a125 (diff)
downloadUXP-4c76b52e09d3cee868bd3144299146a7eb99d58b.tar
UXP-4c76b52e09d3cee868bd3144299146a7eb99d58b.tar.gz
UXP-4c76b52e09d3cee868bd3144299146a7eb99d58b.tar.lz
UXP-4c76b52e09d3cee868bd3144299146a7eb99d58b.tar.xz
UXP-4c76b52e09d3cee868bd3144299146a7eb99d58b.zip
Issue #80 - De-unify netwerk/cookie
Diffstat (limited to 'netwerk')
-rw-r--r--netwerk/cookie/moz.build5
1 files changed, 1 insertions, 4 deletions
diff --git a/netwerk/cookie/moz.build b/netwerk/cookie/moz.build
index 207790008..95e27e94b 100644
--- a/netwerk/cookie/moz.build
+++ b/netwerk/cookie/moz.build
@@ -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 += [