зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1626555 - Add `dom/permission` to the list of non-unified-build-compatible directories. r=sg
Depends on D95167 Differential Revision: https://phabricator.services.mozilla.com/D95168
This commit is contained in:
Родитель
e10c399e77
Коммит
b710a4fe2a
|
@ -44,5 +44,6 @@ dom/notification/
|
|||
dom/offline/
|
||||
dom/payments/
|
||||
dom/performance/
|
||||
dom/permission/
|
||||
dom/quota/
|
||||
dom/simpledb/
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
* You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#include "PermissionUtils.h"
|
||||
#include "nsIPermissionManager.h"
|
||||
|
||||
namespace mozilla {
|
||||
namespace dom {
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
|
||||
#include "mozilla/dom/ContentChild.h"
|
||||
#include "mozilla/dom/PermissionsBinding.h"
|
||||
#include "mozilla/dom/PermissionStatus.h"
|
||||
#include "mozilla/dom/Promise.h"
|
||||
#include "mozilla/Services.h"
|
||||
#include "nsIPermissionManager.h"
|
||||
|
|
Загрузка…
Ссылка в новой задаче