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

Depends on D95057

Differential Revision: https://phabricator.services.mozilla.com/D95137
This commit is contained in:
Andi-Bogdan Postelnicu 2020-10-29 14:15:23 +00:00
parent 3e9923f059
commit c952a3b5d0
3 changed files with 3 additions and 0 deletions

View File

@ -37,5 +37,6 @@ dom/localstorage/
dom/manifest/
dom/mathml/
dom/media/
dom/messagechannel/
dom/quota/
dom/simpledb/

View File

@ -6,6 +6,7 @@
#include "MessagePortParent.h"
#include "MessagePortService.h"
#include "mozilla/dom/RefMessageBodyService.h"
#include "mozilla/dom/SharedMessageBody.h"
#include "mozilla/Unused.h"

View File

@ -6,6 +6,7 @@
#include "MessagePortService.h"
#include "MessagePortParent.h"
#include "mozilla/dom/RefMessageBodyService.h"
#include "mozilla/dom/SharedMessageBody.h"
#include "mozilla/dom/quota/CheckedUnsafePtr.h"
#include "mozilla/ipc/BackgroundParent.h"