mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
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:
parent
649fe4a141
commit
6121332b48
@ -63,3 +63,4 @@ dom/u2f/
|
||||
dom/url/
|
||||
dom/vr/
|
||||
dom/webauthn/
|
||||
dom/webbrowserpersist/
|
@ -13,6 +13,7 @@
|
||||
|
||||
#include "nsDebug.h"
|
||||
#include "nsIPrincipal.h"
|
||||
#include "nsISHEntry.h"
|
||||
|
||||
namespace mozilla {
|
||||
|
||||
|
@ -7,6 +7,7 @@
|
||||
#include "WebBrowserPersistResourcesChild.h"
|
||||
|
||||
#include "WebBrowserPersistDocumentChild.h"
|
||||
#include "mozilla/dom/PContentChild.h"
|
||||
|
||||
namespace mozilla {
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user