Issue #80 - De-unify netwerk/streamconv

This commit is contained in:
Moonchild 2020-05-18 12:13:22 +00:00 committed by Roy Tam
commit 7d1c08bc99
2 changed files with 5 additions and 3 deletions

View file

@ -10,7 +10,7 @@ XPIDL_SOURCES += [
XPIDL_MODULE = 'necko_http'
UNIFIED_SOURCES += [
SOURCES += [
'mozTXTToHTMLConv.cpp',
'nsDirIndex.cpp',
'nsDirIndexParser.cpp',
@ -22,13 +22,13 @@ UNIFIED_SOURCES += [
]
if 'ftp' in CONFIG['NECKO_PROTOCOLS']:
UNIFIED_SOURCES += [
SOURCES += [
'nsFTPDirListingConv.cpp',
'ParseFTPList.cpp',
]
if CONFIG['MOZ_WIDGET_TOOLKIT'] != 'cocoa':
UNIFIED_SOURCES += [
SOURCES += [
'nsBinHexDecoder.cpp',
]

View file

@ -15,8 +15,10 @@
#include "nsThreadUtils.h"
#include "mozilla/Preferences.h"
#include "mozilla/Logging.h"
#include "mozilla/UniquePtrExtensions.h"
#include "nsIForcePendingChannel.h"
#include "nsIRequest.h"
#include <inttypes.h>
// brotli headers
#include "state.h"