mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 23:38:38 +09:00
Issue #80 - De-unify netwerk/streamconv
This commit is contained in:
parent
13c2026dc2
commit
7d1c08bc99
2 changed files with 5 additions and 3 deletions
|
|
@ -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',
|
||||
]
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue