Bug 1626584 - Make dom/bindings buildable outside of unified-build environment. r=froydnj

Differential Revision: https://phabricator.services.mozilla.com/D69185

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Andi-Bogdan Postelnicu 2020-04-01 14:24:09 +00:00
parent 44b654e213
commit 8d7ba435cf
2 changed files with 3 additions and 0 deletions

View File

@ -7,10 +7,12 @@
#include "mozilla/dom/BindingUtils.h"
#include "mozilla/dom/TestFunctions.h"
#include "mozilla/dom/TestFunctionsBinding.h"
#include "mozilla/dom/WindowBinding.h"
#include "mozilla/dom/WrapperCachedNonISupportsTestInterface.h"
#include "nsStringBuffer.h"
#include "mozITestInterfaceJS.h"
#include "nsComponentManagerUtils.h"
#include "nsGlobalWindowInner.h"
namespace mozilla {
namespace dom {

View File

@ -8,6 +8,7 @@
#define mozilla_dom_TestInterfaceIterableDouble_h
#include "nsCOMPtr.h"
#include "nsString.h"
#include "nsTArray.h"
#include "nsWrapperCache.h"