Bug 1626555 - Add dom/webbrowserpersist to the list of non-unified-build-compatible directories. r=sg

Depends on D96590

Differential Revision: https://phabricator.services.mozilla.com/D96593
This commit is contained in:
Andi-Bogdan Postelnicu 2020-11-10 16:18:01 +00:00
parent 649fe4a141
commit 6121332b48
4 changed files with 11 additions and 0 deletions

View File

@ -63,3 +63,4 @@ dom/u2f/
dom/url/
dom/vr/
dom/webauthn/
dom/webbrowserpersist/

View File

@ -13,6 +13,7 @@
#include "nsDebug.h"
#include "nsIPrincipal.h"
#include "nsISHEntry.h"
namespace mozilla {

View File

@ -7,6 +7,7 @@
#include "WebBrowserPersistResourcesChild.h"
#include "WebBrowserPersistDocumentChild.h"
#include "mozilla/dom/PContentChild.h"
namespace mozilla {

View File

@ -57,6 +57,14 @@
#include "mozilla/Mutex.h"
#include "mozilla/Printf.h"
#include "ReferrerInfo.h"
#include "nsIURIMutator.h"
#include "mozilla/WebBrowserPersistDocumentParent.h"
#include "mozilla/dom/CanonicalBrowsingContext.h"
#include "mozilla/dom/WindowGlobalParent.h"
#include "mozilla/dom/ContentParent.h"
#include "mozilla/dom/PContentParent.h"
#include "mozilla/dom/BrowserParent.h"
#include "nsIDocumentEncoder.h"
using namespace mozilla;
using namespace mozilla::dom;