Bug 1817318 - Make uriloader/preload buildable outside of a unified uild environment r=andi

Differential Revision: https://phabricator.services.mozilla.com/D170119
This commit is contained in:
serge-sans-paille 2023-02-17 22:17:41 +00:00
Родитель 63fa842543
Коммит 5da8785575
2 изменённых файлов: 2 добавлений и 3 удалений

Просмотреть файл

@ -8,10 +8,11 @@
#include "mozilla/Telemetry.h"
#include "nsContentUtils.h"
#include "nsIAsyncVerifyRedirectCallback.h"
#include "nsIChannel.h"
#include "nsIHttpChannel.h"
#include "nsILoadGroup.h"
#include "nsIInterfaceRequestorUtils.h"
#include "nsIRedirectResultListener.h"
#include "nsNetUtil.h"
// Change this if we want to cancel and remove the associated preload on removal
// of all <link rel=preload> tags from the tree.

Просмотреть файл

@ -24,5 +24,3 @@ UNIFIED_SOURCES += [
]
FINAL_LIBRARY = "xul"
REQUIRES_UNIFIED_BUILD = True