forked from mirrors/gecko-dev
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:
parent
340474060f
commit
d362c61b72
2 changed files with 2 additions and 3 deletions
|
|
@ -8,10 +8,11 @@
|
||||||
#include "mozilla/Telemetry.h"
|
#include "mozilla/Telemetry.h"
|
||||||
#include "nsContentUtils.h"
|
#include "nsContentUtils.h"
|
||||||
#include "nsIAsyncVerifyRedirectCallback.h"
|
#include "nsIAsyncVerifyRedirectCallback.h"
|
||||||
#include "nsIChannel.h"
|
#include "nsIHttpChannel.h"
|
||||||
#include "nsILoadGroup.h"
|
#include "nsILoadGroup.h"
|
||||||
#include "nsIInterfaceRequestorUtils.h"
|
#include "nsIInterfaceRequestorUtils.h"
|
||||||
#include "nsIRedirectResultListener.h"
|
#include "nsIRedirectResultListener.h"
|
||||||
|
#include "nsNetUtil.h"
|
||||||
|
|
||||||
// Change this if we want to cancel and remove the associated preload on removal
|
// Change this if we want to cancel and remove the associated preload on removal
|
||||||
// of all <link rel=preload> tags from the tree.
|
// of all <link rel=preload> tags from the tree.
|
||||||
|
|
|
||||||
|
|
@ -24,5 +24,3 @@ UNIFIED_SOURCES += [
|
||||||
]
|
]
|
||||||
|
|
||||||
FINAL_LIBRARY = "xul"
|
FINAL_LIBRARY = "xul"
|
||||||
|
|
||||||
REQUIRES_UNIFIED_BUILD = True
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue