diff options
author | Moonchild <moonchild@palemoon.org> | 2020-05-17 15:05:55 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-05-20 13:57:30 +0000 |
commit | 4c76b52e09d3cee868bd3144299146a7eb99d58b (patch) | |
tree | cee7e7ec9b438800a368995926690a1a6aec3c5b /netwerk | |
parent | e50cfc7b63c420fe8e3b9f61de7ab48df2b0a125 (diff) | |
download | UXP-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.build | 5 |
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 += [ |