summaryrefslogtreecommitdiff
path: root/netwerk/cookie/moz.build
diff options
context:
space:
mode:
Diffstat (limited to 'netwerk/cookie/moz.build')
-rw-r--r--netwerk/cookie/moz.build5
1 files changed, 4 insertions, 1 deletions
diff --git a/netwerk/cookie/moz.build b/netwerk/cookie/moz.build
index 2057950508..78e9333774 100644
--- a/netwerk/cookie/moz.build
+++ b/netwerk/cookie/moz.build
@@ -20,10 +20,13 @@ if CONFIG['NECKO_COOKIES']:
'CookieServiceChild.h',
'CookieServiceParent.h',
]
- SOURCES += [
+ UNIFIED_SOURCES += [
'CookieServiceChild.cpp',
'CookieServiceParent.cpp',
'nsCookie.cpp',
+ ]
+ # nsCookieService.cpp can't be unified because of symbol conflicts
+ SOURCES += [
'nsCookieService.cpp',
]
LOCAL_INCLUDES += [