mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 05:11:16 +00:00
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:
parent
3e9923f059
commit
c952a3b5d0
@ -37,5 +37,6 @@ dom/localstorage/
|
||||
dom/manifest/
|
||||
dom/mathml/
|
||||
dom/media/
|
||||
dom/messagechannel/
|
||||
dom/quota/
|
||||
dom/simpledb/
|
||||
|
@ -6,6 +6,7 @@
|
||||
|
||||
#include "MessagePortParent.h"
|
||||
#include "MessagePortService.h"
|
||||
#include "mozilla/dom/RefMessageBodyService.h"
|
||||
#include "mozilla/dom/SharedMessageBody.h"
|
||||
#include "mozilla/Unused.h"
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user