Bug 941406 - Build netwerk/dns in unified mode. r=ehsan

--HG--
extra : rebase_source : 4fe433d134bb2762c269248963ac5ce53025faab
This commit is contained in:
Michael Shuen 2013-11-22 10:35:18 -05:00
parent 989ff77e40
commit 80c7c60c29

View File

@ -20,17 +20,17 @@ EXPORTS.mozilla.net += [
]
SOURCES += [
'nameprep.c',
'punycode.c',
'race.c',
'nsEffectiveTLDService.cpp', # Excluded from UNIFIED_SOURCES due to special build flags.
]
SOURCES += [
UNIFIED_SOURCES += [
'DNS.cpp',
'nameprep.c',
'nsDNSService2.cpp',
'nsEffectiveTLDService.cpp',
'nsHostResolver.cpp',
'nsIDNService.cpp',
'punycode.c',
'race.c',
]
FAIL_ON_WARNINGS = True