Issue #2542 - Part 7: Move SecFetch.* to /netwerk where it belongs.

This commit is contained in:
Moonchild 2024-07-05 14:05:45 +02:00 committed by roytam1
commit fffe6c4996
5 changed files with 12 additions and 5 deletions

View file

@ -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',
]