bug 101761 - clean up embed components so we can better understand REQUIRES r=cls

This commit is contained in:
alecf%netscape.com 2001-09-26 20:17:35 +00:00
Родитель ce312fb161
Коммит ca1e0f0d4d
12 изменённых файлов: 12 добавлений и 20 удалений

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

@ -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 \