Bug 941854 followup, stop building ftp unified until it stops forcing logging

CLOSED TREE
This commit is contained in:
Phil Ringnalda 2013-11-25 21:31:03 -08:00
parent 42794670af
commit 9df19d5da7

View File

@ -19,7 +19,8 @@ EXPORTS.mozilla.net += [
'FTPChannelParent.h',
]
UNIFIED_SOURCES += [
SOURCES += [
'FTPChannelChild.cpp',
'FTPChannelParent.cpp',
'nsFTPChannel.cpp',
'nsFtpConnectionThread.cpp',
@ -27,11 +28,6 @@ UNIFIED_SOURCES += [
'nsFtpProtocolHandler.cpp',
]
# FTPChannelChild.cpp cannot be built in unified mode because it forces NSPR logging on Windows.
SOURCES += [
'FTPChannelChild.cpp',
]
IPDL_SOURCES += [
'PFTPChannel.ipdl',
]