зеркало из https://github.com/mozilla/pjs.git
bug 101761 - clean up embed components so we can better understand REQUIRES r=cls
This commit is contained in:
Родитель
ce312fb161
Коммит
ca1e0f0d4d
|
@ -27,16 +27,15 @@ REQUIRES = xpcom \
|
|||
view \
|
||||
dom \
|
||||
necko \
|
||||
rdf \
|
||||
appshell \
|
||||
uriloader \
|
||||
layout \
|
||||
editor \
|
||||
intl \
|
||||
chrome \
|
||||
embedcomponents \
|
||||
timer \
|
||||
gfx \
|
||||
appstartup \
|
||||
$(NULL)
|
||||
|
||||
EXPORTS = \
|
||||
|
|
|
@ -31,6 +31,7 @@
|
|||
#include "nsIDirectoryService.h"
|
||||
|
||||
#include "nsEmbedAPI.h"
|
||||
#include "nsLiteralString.h"
|
||||
|
||||
static nsIServiceManager *sServiceManager = nsnull;
|
||||
static PRBool sRegistryInitializedFlag = PR_FALSE;
|
||||
|
|
|
@ -39,7 +39,6 @@ REQUIRES = xpcom \
|
|||
wallet \
|
||||
appcomps \
|
||||
gfx \
|
||||
raptor \
|
||||
content \
|
||||
history \
|
||||
$(NULL)
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
DEPTH=..\..\..\..
|
||||
|
||||
MODULE=embedcomponents
|
||||
MODULE=appstartup
|
||||
REQUIRES = xpcom \
|
||||
string \
|
||||
$(NULL)
|
||||
|
|
|
@ -20,10 +20,9 @@
|
|||
|
||||
DEPTH=..\..\..\..
|
||||
|
||||
MODULE=embedcomponents
|
||||
MODULE=find
|
||||
REQUIRES = string \
|
||||
xpcom \
|
||||
find \
|
||||
txtsvc \
|
||||
dom \
|
||||
docshell \
|
||||
|
|
|
@ -20,8 +20,8 @@
|
|||
|
||||
DEPTH=..\..\..\..
|
||||
|
||||
MODULE=embedcomponents
|
||||
REQUIRES = jsconsole \
|
||||
MODULE=jsconsole
|
||||
REQUIRES = \
|
||||
xpcom \
|
||||
string \
|
||||
dom \
|
||||
|
|
|
@ -20,23 +20,22 @@
|
|||
|
||||
DEPTH=..\..\..\..
|
||||
|
||||
MODULE=embedcomponents
|
||||
MODULE=windowwatcher
|
||||
REQUIRES = xpcom \
|
||||
string \
|
||||
dom \
|
||||
windowwatcher \
|
||||
widget \
|
||||
js \
|
||||
xpconnect \
|
||||
caps \
|
||||
layout \
|
||||
content \
|
||||
necko \
|
||||
docshell \
|
||||
webBrowser_core \
|
||||
embed_base \
|
||||
wallet \
|
||||
intl \
|
||||
content \
|
||||
$(NULL)
|
||||
|
||||
LIBRARY_NAME=windowwatcher_s
|
||||
|
|
|
@ -29,7 +29,6 @@ REQUIRES = xpcom \
|
|||
embed_base \
|
||||
webBrowser_core \
|
||||
webshell \
|
||||
embedding \
|
||||
windowwatcher \
|
||||
profile \
|
||||
necko \
|
||||
|
@ -41,6 +40,7 @@ REQUIRES = xpcom \
|
|||
uriloader \
|
||||
shistory \
|
||||
$(NULL)
|
||||
|
||||
PROGRAM = .\$(OBJDIR)\$(MODULE).exe
|
||||
RESFILE = $(MODULE).res
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@ REQUIRES = xpcom \
|
|||
caps \
|
||||
necko \
|
||||
webBrowser_core \
|
||||
embedcomponents \
|
||||
appstartup \
|
||||
content \
|
||||
$(NULL)
|
||||
LIBRARY_NAME=xmlextras
|
||||
|
|
|
@ -73,14 +73,10 @@ REQUIRES = xpcom \
|
|||
necko \
|
||||
widget \
|
||||
layout \
|
||||
embedcomponents \
|
||||
raptor \
|
||||
content \
|
||||
appstartup \
|
||||
$(NULL)
|
||||
|
||||
INCS=-I$(PUBLIC)\xpcom -I$(PUBLIC)\chardet -I$(PUBLIC)\raptor \
|
||||
-I$(PUBLIC)\netlib -I$(PUBLIC)\uconv -I$(PUBLIC)\webshell
|
||||
|
||||
LLIBS= \
|
||||
$(DIST)\lib\xpcom.lib \
|
||||
$(LIBNSPR)
|
||||
|
|
|
@ -48,7 +48,6 @@ REQUIRES = xpcom \
|
|||
intl \
|
||||
timer \
|
||||
necko \
|
||||
embedcomponents \
|
||||
profile \
|
||||
$(NULL)
|
||||
|
||||
|
|
|
@ -39,7 +39,7 @@ REQUIRES = xpcom \
|
|||
view \
|
||||
windowwatcher \
|
||||
embed_base \
|
||||
embedcomponents \
|
||||
appstartup \
|
||||
mpfilelocprovider \
|
||||
mozbrwsr \
|
||||
appcomps \
|
||||
|
|
Загрузка…
Ссылка в новой задаче