mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-07 23:22:43 +00:00
fixing build bustage
This commit is contained in:
parent
1e5daacbd5
commit
ba4a1e2256
@ -36,6 +36,7 @@ REQUIRES = libreg \
|
||||
CPPSRCS = \
|
||||
nsCategoryManager.cpp \
|
||||
nsComponentManager.cpp \
|
||||
nsComponentManagerObsolete.cpp \
|
||||
nsGenericFactory.cpp \
|
||||
nsNativeComponentLoader.cpp \
|
||||
nsRegistry.cpp \
|
||||
@ -51,12 +52,14 @@ endif
|
||||
|
||||
EXPORTS = \
|
||||
nsComponentManagerUtils.h \
|
||||
nsComponentManagerObsolete.h \
|
||||
nsIGenericFactory.h \
|
||||
nsIRegistryUtils.h \
|
||||
nsIServiceManagerUtils.h \
|
||||
nsIServiceManagerObsolete.h \
|
||||
nsXPComFactory.h \
|
||||
nsStaticComponent.h \
|
||||
nsObsoleteModuleLoading.h \
|
||||
$(NULL)
|
||||
|
||||
XPIDLSRCS = \
|
||||
@ -65,6 +68,7 @@ XPIDLSRCS = \
|
||||
nsIClassInfo.idl \
|
||||
nsIComponentLoader.idl \
|
||||
nsIComponentManager.idl \
|
||||
nsIComponentManagerObsolete.idl \
|
||||
nsIFactory.idl \
|
||||
nsIModule.idl \
|
||||
nsIRegistry.idl \
|
||||
|
@ -28,6 +28,9 @@
|
||||
#include "nsCOMPtr.h"
|
||||
#endif
|
||||
|
||||
#ifndef nsComponentManagerObsolete_h___
|
||||
#include "nsComponentManagerObsolete.h"
|
||||
#endif
|
||||
|
||||
#define NS_COMPONENTMANAGER_CID \
|
||||
{ /* 91775d60-d5dc-11d2-92fb-00e09805570f */ \
|
||||
|
@ -28,6 +28,9 @@
|
||||
#include "nsCOMPtr.h"
|
||||
#endif
|
||||
|
||||
#ifndef nsComponentManagerObsolete_h___
|
||||
#include "nsComponentManagerObsolete.h"
|
||||
#endif
|
||||
|
||||
#define NS_COMPONENTMANAGER_CID \
|
||||
{ /* 91775d60-d5dc-11d2-92fb-00e09805570f */ \
|
||||
|
Loading…
x
Reference in New Issue
Block a user