mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 07:17:32 +09:00
Issue #2542 - Part 7: Move SecFetch.* to /netwerk where it belongs.
This commit is contained in:
parent
53149ed646
commit
fffe6c4996
5 changed files with 12 additions and 5 deletions
|
|
@ -39,6 +39,7 @@ EXPORTS.mozilla.net += [
|
|||
'NullHttpChannel.h',
|
||||
'PHttpChannelParams.h',
|
||||
'PSpdyPush.h',
|
||||
'SecFetch.h',
|
||||
'TimingStruct.h',
|
||||
]
|
||||
|
||||
|
|
@ -85,6 +86,7 @@ UNIFIED_SOURCES += [
|
|||
'nsHttpTransaction.cpp',
|
||||
'NullHttpChannel.cpp',
|
||||
'NullHttpTransaction.cpp',
|
||||
'SecFetch.cpp',
|
||||
'TunnelUtils.cpp',
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue