Bug 1671380 - Make `dom/cache` buildable outside of `unified-build` environment. r=sg

Differential Revision: https://phabricator.services.mozilla.com/D93642
This commit is contained in:
Andi-Bogdan Postelnicu 2020-10-21 07:59:44 +00:00
Родитель b623ec4803
Коммит 7c4670b83d
5 изменённых файлов: 6 добавлений и 1 удалений

Просмотреть файл

@ -1,3 +1,4 @@
dom/animation/
dom/base/
dom/bindings/
dom/bindings/
dom/cache/

1
dom/cache/FileUtils.h поставляемый
Просмотреть файл

@ -9,6 +9,7 @@
#include "mozilla/Attributes.h"
#include "mozilla/dom/cache/Types.h"
#include "CacheCommon.h"
#include "mozIStorageConnection.h"
#include "nsStreamUtils.h"
#include "nsTArrayForwardDeclare.h"

1
dom/cache/Manager.h поставляемый
Просмотреть файл

@ -10,6 +10,7 @@
#include "mozilla/RefPtr.h"
#include "mozilla/dom/SafeRefPtr.h"
#include "mozilla/dom/cache/Types.h"
#include "CacheCommon.h"
#include "nsCOMPtr.h"
#include "nsISupportsImpl.h"
#include "nsString.h"

1
dom/cache/PrincipalVerifier.cpp поставляемый
Просмотреть файл

@ -13,6 +13,7 @@
#include "mozilla/ipc/PBackgroundParent.h"
#include "mozilla/ipc/BackgroundUtils.h"
#include "mozilla/BasePrincipal.h"
#include "CacheCommon.h"
#include "nsCOMPtr.h"
#include "nsContentUtils.h"
#include "nsIPrincipal.h"

1
dom/cache/ReadStream.h поставляемый
Просмотреть файл

@ -8,6 +8,7 @@
#define mozilla_dom_cache_ReadStream_h
#include "mozilla/ErrorResult.h"
#include "mozilla/dom/SafeRefPtr.h"
#include "mozilla/ipc/FileDescriptor.h"
#include "mozilla/RefPtr.h"
#include "nsCOMPtr.h"