fix for bug 101761 - REQUIRES update - remove all REQUIRES that are no longer necessary.. r=cls, a=asa (build-only changes)

This commit is contained in:
alecf%netscape.com 2002-06-06 20:28:14 +00:00
Родитель 729a0498bf
Коммит bcf192e308
81 изменённых файлов: 211 добавлений и 329 удалений

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

@ -28,31 +28,25 @@ include $(DEPTH)/config/autoconf.mk
MODULE = accessibility
LIBRARY_NAME = accessibility_base_s
REQUIRES = \
content \
content_xul \
docshell \
dom \
gfx \
gfx2 \
htmlparser \
imglib2 \
intl \
layout \
layout_xul \
locale \
necko \
plugin \
pref \
string \
uriloader \
view \
webshell \
widget \
xpcom \
xuldoc \
webbrwsr \
$(NULL)
REQUIRES = content \
docshell \
dom \
gfx \
htmlparser \
intl \
layout \
locale \
necko \
plugin \
pref \
string \
uriloader \
view \
webshell \
widget \
xpcom \
xuldoc \
$(NULL)
CPPSRCS = \
nsAccessibilityService.cpp \

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

@ -28,28 +28,25 @@ include $(DEPTH)/config/autoconf.mk
MODULE = accessibility
LIBRARY_NAME = accessibility_html_s
REQUIRES = \
content \
content_xul \
docshell \
dom \
gfx \
gfx2 \
htmlparser \
imglib2 \
intl \
layout \
locale \
necko \
plugin \
string \
uriloader \
view \
webshell \
widget \
xpcom \
webbrwsr \
$(NULL)
REQUIRES = content \
docshell \
dom \
gfx \
gfx2 \
htmlparser \
imglib2 \
intl \
layout \
locale \
necko \
plugin \
string \
uriloader \
view \
webshell \
widget \
xpcom \
$(NULL)
CPPSRCS = \
nsHTMLAreaAccessible.cpp \

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

@ -28,30 +28,21 @@ include $(DEPTH)/config/autoconf.mk
MODULE = accessibility
LIBRARY_NAME = accessibility_xul_s
REQUIRES = \
content \
content_xul \
docshell \
dom \
gfx \
gfx2 \
htmlparser \
imglib2 \
intl \
layout \
layout_xul \
locale \
necko \
plugin \
pref \
string \
uriloader \
view \
webshell \
widget \
xpcom \
webbrwsr \
$(NULL)
REQUIRES = content \
docshell \
dom \
gfx \
htmlparser \
intl \
layout \
locale \
necko \
pref \
string \
view \
widget \
xpcom \
$(NULL)
CPPSRCS = \
nsXULColorPickerAccessible.cpp \

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

@ -56,8 +56,7 @@ REQUIRES = xpcom \
imglib2 \
gfx2 \
uriloader \
webbrwsr \
webBrowser_core \
webbrwsr \
$(NULL)
CPPSRCS = \

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

@ -60,7 +60,6 @@ REQUIRES = xpcom \
xul \
xuldoc \
xultmpl \
timer \
webbrwsr \
caps \
xpconnect \

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

@ -44,7 +44,6 @@ REQUIRES = xpcom \
htmlparser \
view \
necko \
webbrwsr \
unicharutil \
$(NULL)

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

@ -42,7 +42,6 @@ REQUIRES = xpcom \
intl \
webshell \
docshell \
cookie \
caps \
util \
uconv \
@ -57,7 +56,6 @@ REQUIRES = xpcom \
imglib2 \
xpconnect \
unicharutil \
webbrwsr \
$(NULL)
CPPSRCS = \

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

@ -48,11 +48,9 @@ REQUIRES = xpcom \
lwbrk \
xul \
xuldoc \
gfx2 \
rdf \
imglib2 \
unicharutil \
webbrwsr \
locale \
$(NULL)

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

@ -53,9 +53,7 @@ REQUIRES = xpcom \
xul \
xultmpl \
webshell \
webbrwsr \
unicharutil \
commandhandler \
$(NULL)
CPPSRCS = \

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

@ -32,7 +32,6 @@ EXPORT_LIBRARY = 1
IS_COMPONENT = 1
MODULE_NAME = nsMorkModule
REQUIRES = xpcom \
string \
$(NULL)
CPPSRCS = nsMorkFactory.cpp

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

@ -31,36 +31,34 @@ LIBRARY_NAME = composer
EXPORT_LIBRARY = 1
IS_COMPONENT = 1
MODULE_NAME = nsComposerModule
REQUIRES = xpcom \
string \
dom \
layout \
content \
uriloader \
txmgr \
htmlparser \
necko \
pref \
webshell \
intl \
docshell \
gfx \
widget \
xuldoc \
txtsvc \
appshell \
appcomps \
windowwatcher \
chrome \
exthandler \
mimetype \
imglib2 \
gfx2 \
webbrwsr \
unicharutil \
commandhandler \
composer \
$(NULL)
REQUIRES = xpcom \
string \
dom \
layout \
content \
uriloader \
txmgr \
htmlparser \
necko \
pref \
webshell \
intl \
docshell \
gfx \
widget \
xuldoc \
txtsvc \
appcomps \
windowwatcher \
chrome \
mimetype \
imglib2 \
gfx2 \
webbrwsr \
unicharutil \
commandhandler \
composer \
$(NULL)
CPPSRCS = \
nsEditorShell.cpp \

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

@ -29,25 +29,24 @@ include $(DEPTH)/config/autoconf.mk
MODULE = editor
LIBRARY_NAME = editorbase_s
REQUIRES = xpcom \
string \
dom \
locale \
layout \
content \
txmgr \
htmlparser \
necko \
pref \
view \
appshell \
gfx \
widget \
xuldoc \
unicharutil \
webbrwsr \
commandhandler \
$(NULL)
REQUIRES = xpcom \
string \
dom \
locale \
layout \
content \
txmgr \
htmlparser \
necko \
pref \
view \
appshell \
gfx \
widget \
xuldoc \
unicharutil \
commandhandler \
$(NULL)
# Internal header files, needed by other editor sublibs:
INTERNAL_HDR_DIR = ../internal

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

@ -29,21 +29,20 @@ include $(DEPTH)/config/autoconf.mk
MODULE = editor
LIBRARY_NAME = htmleditor_s
REQUIRES = xpcom \
string \
dom \
layout \
locale \
unicharutil \
content \
txmgr \
htmlparser \
necko \
pref \
gfx \
widget \
webbrwsr \
$(NULL)
REQUIRES = xpcom \
string \
dom \
layout \
locale \
unicharutil \
content \
txmgr \
htmlparser \
necko \
pref \
gfx \
widget \
$(NULL)
# Building the full blown HTML Editor so add its source files and objects:

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

@ -30,23 +30,22 @@ MODULE = editor
LIBRARY_NAME = texteditor_s
IS_COMPONENT = 1
REQUIRES = xpcom \
string \
dom \
locale \
layout \
content \
txmgr \
htmlparser \
necko \
pref \
view \
lwbrk \
gfx \
widget \
webbrwsr \
unicharutil \
$(NULL)
REQUIRES = xpcom \
string \
dom \
locale \
layout \
content \
txmgr \
htmlparser \
necko \
pref \
view \
lwbrk \
gfx \
widget \
unicharutil \
$(NULL)
CPPSRCS = \
nsPlaintextDataTransfer.cpp \

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

@ -39,7 +39,6 @@ REQUIRES = xpcom \
content \
dom \
widget \
webbrwsr \
unicharutil \
$(NULL)

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

@ -31,14 +31,10 @@ include $(DEPTH)/config/autoconf.mk
REQUIRES = xpcom \
string \
widget \
view \
dom \
uriloader \
gfx \
intl \
embedcomponents \
timer \
$(NULL)
EXPORTS = \

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

@ -31,30 +31,28 @@ EXPORT_LIBRARY = 1
FORCE_SHARED_LIB= 1
REQUIRES = \
xpcom \
string \
js \
widget \
gfx \
view \
cookie \
necko \
pref \
webbrwsr \
docshell \
dom \
uriloader \
layout \
content \
editor \
webshell \
profile \
embed_base \
necko \
windowwatcher \
webbrowserpersist \
$(NULL)
REQUIRES = xpcom \
string \
js \
widget \
gfx \
view \
necko \
pref \
webbrwsr \
docshell \
dom \
uriloader \
layout \
content \
editor \
webshell \
profile \
embed_base \
necko \
windowwatcher \
webbrowserpersist \
$(NULL)
CPPSRCS = \
StdAfx.cpp \

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

@ -39,7 +39,6 @@ REQUIRES = js \
xpcom \
string \
windowwatcher \
printingui \
webbrwsr \
gfx \
webbrowserpersist \

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

@ -29,11 +29,9 @@ REQUIRES = string \
xpcom \
dom \
widget \
docshell \
layout \
content \
xuldoc \
commandhandler \
$(NULL)
LIBRARY_NAME = commandhandler_s

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

@ -32,17 +32,12 @@ REQUIRES = xpcom \
windowwatcher \
widget \
gfx \
js \
xpconnect \
caps \
content \
necko \
uriloader \
docshell \
webbrwsr \
embed_base \
intl \
windowwatcher \
pref \
$(NULL)

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

@ -39,7 +39,6 @@ REQUIRES = xpcom \
docshell \
dom \
widget \
layout \
uriloader \
shistory \
webbrowserpersist \

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

@ -28,7 +28,6 @@ include $(DEPTH)/config/autoconf.mk
REQUIRES = xpcom \
string \
cookie \
necko \
intl \
$(NULL)

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

@ -35,19 +35,14 @@ endif
REQUIRES = xpcom \
string \
dom \
layout \
content \
content_xsl \
widget \
necko \
js \
appshell \
xpconnect \
caps \
locale \
unicharutil \
htmlparser \
webshell \
docshell \
$(NULL)
IS_COMPONENT = 1

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

@ -43,7 +43,6 @@ REQUIRES = xpcom \
pref \
webshell \
docshell \
appshell \
intl \
unicharutil \
windowwatcher \

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

@ -378,9 +378,6 @@ si_3ButtonConfirm(PRUnichar * szMessage, nsIDOMWindowInternal* window) {
return Wallet_3ButtonConfirm(szMessage, window);
}
// This will go away once select is passed a prompter interface
#include "nsAppShellCIDs.h" // TODO remove later
PRIVATE PRBool
si_SelectDialog(const PRUnichar* szMessage, nsIPrompt* dialog, PRUnichar** pList, PRInt32* pCount) {
if (si_UserHasBeenSelected) {

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

@ -29,17 +29,16 @@ include $(DEPTH)/config/autoconf.mk
MODULE = xmlextras
LIBRARY_NAME = xmlextrasschema_s
REQUIRES = xpcom \
string \
dom \
xpconnect \
caps \
layout \
widget \
content \
js \
necko \
$(NULL)
REQUIRES = xpcom \
string \
dom \
xpconnect \
caps \
widget \
content \
js \
necko \
$(NULL)
CPPSRCS = \
nsSchema.cpp \

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

@ -44,7 +44,14 @@ include $(DEPTH)/config/autoconf.mk
MODULE = xmlextras
LIBRARY_NAME = xmlextrassoap_s
REQUIRES = xpcom string caps dom js widget xpconnect necko schema
REQUIRES = xpcom \
string \
caps \
dom \
js \
xpconnect \
necko \
$(NULL)
CPPSRCS = \
nsDefaultSOAPEncoder.cpp\

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

@ -29,17 +29,16 @@ include $(DEPTH)/config/autoconf.mk
MODULE = xmlextras
LIBRARY_NAME = xmlextrasschema_s
REQUIRES = xpcom \
string \
dom \
xpconnect \
caps \
layout \
widget \
content \
js \
necko \
$(NULL)
REQUIRES = xpcom \
string \
dom \
xpconnect \
caps \
widget \
content \
js \
necko \
$(NULL)
CPPSRCS = \
nsSchema.cpp \

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

@ -44,7 +44,14 @@ include $(DEPTH)/config/autoconf.mk
MODULE = xmlextras
LIBRARY_NAME = xmlextrassoap_s
REQUIRES = xpcom string caps dom js widget xpconnect necko schema
REQUIRES = xpcom \
string \
caps \
dom \
js \
xpconnect \
necko \
$(NULL)
CPPSRCS = \
nsDefaultSOAPEncoder.cpp\

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

@ -30,19 +30,18 @@ MODULE = gfx
EXPORTS = nsFontList.h
LIBRARY_NAME = gkgfx
EXPORT_LIBRARY = 1
REQUIRES = xpcom \
windowwatcher \
dom \
string \
widget \
locale \
view \
pref \
gfx2 \
imglib2 \
uconv \
unicharutil \
$(NULL)
REQUIRES = xpcom \
windowwatcher \
dom \
string \
widget \
locale \
view \
pref \
gfx2 \
imglib2 \
unicharutil \
$(NULL)
DIRS =
@ -107,6 +106,7 @@ CPPSRCS += nsTransform2D.cpp
endif
ifeq (,$(filter windows,$(MOZ_WIDGET_TOOLKIT)))
REQUIRES += uconv
CPPSRCS += nsCompressedCharMap.cpp
endif

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

@ -38,7 +38,6 @@ EXTRA_DSO_LIBS = gkgfx
endif
REQUIRES = xpcom \
string \
gfx \
$(NULL)

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

@ -29,7 +29,6 @@ include $(DEPTH)/config/autoconf.mk
PROGRAM = htmlrobot$(BIN_SUFFIX)
REQUIRES = xpcom \
string \
htmlparser \
webshell \
$(NULL)

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

@ -33,7 +33,6 @@ REQUIRES = xpcom \
necko \
layout \
content \
dom \
$(NULL)
CPPSRCS = \

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

@ -26,11 +26,9 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
REQUIRES = \
xpcom \
string \
chardet \
$(NULL)
REQUIRES = xpcom \
chardet \
$(NULL)
PROGRAM = DetectCharset$(BIN_SUFFIX)

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

@ -46,7 +46,6 @@ LIBRARY_NAME = jsj$(MOZ_BITS)$(VERSION_NUMBER)
MAPFILE = $(LIBRARY_NAME).map
endif
REQUIRES = js \
string \
xpcom \
xpconnect \
$(NULL)

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

@ -49,7 +49,6 @@ REQUIRES = xpconnect \
string \
js \
xpconnect_tests \
timer \
$(NULL)
CPPSRCS = \

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

@ -30,7 +30,7 @@ MODULE = layout
LIBRARY_NAME = gkbase_s
REQUIRES = xpcom \
string \
dom \
dom \
content \
gfx \
widget \
@ -42,11 +42,9 @@ REQUIRES = xpcom \
uconv \
pref \
uriloader \
unicharutil \
docshell \
imglib2 \
gfx2 \
webbrwsr \
$(NULL)
CPPSRCS = \

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

@ -35,7 +35,6 @@ REQUIRES = xpcom \
content \
gfx \
widget \
layout_xul \
locale \
view \
necko \

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

@ -43,11 +43,9 @@ REQUIRES = xpcom \
caps \
pref \
uriloader \
shistory \
xpconnect \
accessibility \
webbrwsr \
webBrowser_core \
$(NULL)
CPPSRCS = \

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

@ -51,8 +51,6 @@ REQUIRES = xpcom \
accessibility \
xpconnect \
unicharutil \
pref \
webbrwsr \
$(NULL)
CPPSRCS = \

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

@ -44,7 +44,6 @@ REQUIRES = xpcom \
xuldoc \
imglib2 \
gfx2 \
webbrwsr \
$(NULL)
CPPSRCS = \

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

@ -39,7 +39,6 @@ REQUIRES = xpcom \
view \
accessibility \
necko \
webbrwsr \
$(NULL)
CPPSRCS = \

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

@ -39,7 +39,6 @@ REQUIRES = xpcom \
locale \
intl \
unicharutil \
view \
necko \
docshell \
webbrwsr \

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

@ -33,7 +33,6 @@ LIBRARY_NAME = gkmathmlcon_s
REQUIRES = xpcom \
string \
necko \
content \
gfx \
$(NULL)

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

@ -49,7 +49,6 @@ REQUIRES = xpcom \
gfx2 \
imglib2 \
unicharutil \
webbrwsr \
xpconnect \
js \
$(NULL)

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

@ -36,7 +36,6 @@ REQUIRES = xpcom \
locale \
view \
necko \
webbrwsr \
$(NULL)
CPPSRCS = \

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

@ -41,7 +41,6 @@ REQUIRES = xpcom \
necko \
gfx2 \
imglib2 \
webbrwsr \
xpconnect \
js \
$(NULL)

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

@ -34,7 +34,6 @@ REQUIRES = xpcom \
string \
necko \
mime \
cookie \
docshell \
uriloader \
pref \

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

@ -35,7 +35,6 @@ MODULE_NAME = nsAbModule
REQUIRES = xpcom \
string \
necko \
msgcompose \
mime \
rdf \
msgbase \

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

@ -44,12 +44,10 @@ REQUIRES = xpcom \
necko \
locale \
unicharutil \
webshell \
uconv \
msgbase \
msgbaseutil \
mime \
msgcompose \
appcomps \
intl \
import \

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

@ -46,7 +46,6 @@ REQUIRES = xpcom \
docshell \
widget \
layout \
webshell \
mime \
uriloader \
mailnews \

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

@ -47,7 +47,6 @@ REQUIRES = xpcom \
msgcompose \
docshell \
webshell \
wallet \
uriloader \
appshell \
msgimap \

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

@ -50,7 +50,6 @@ REQUIRES = xpcom \
appshell \
msgimap \
msgnews \
uconv \
docshell \
webshell \
addrbook \
@ -59,11 +58,9 @@ REQUIRES = xpcom \
txmgr \
exthandler \
mork \
wallet \
nkcache \
mimetype \
windowwatcher \
webbrwsr \
$(NULL)
CPPSRCS = \

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

@ -39,10 +39,8 @@ REQUIRES = xpcom \
mime \
msgbase \
msgbaseutil \
msgcompose \
msgdb \
necko \
intl \
$(NULL)
ifeq ($(USE_SHORT_LIBNAME),1)

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

@ -31,7 +31,6 @@ LIBRARY_NAME = msgmdn_s
META_COMPONENT = mail
REQUIRES = xpcom \
string \
editor \
dom \
msgbase \
mailnews \
@ -39,11 +38,9 @@ REQUIRES = xpcom \
mime \
pref \
intl \
locale \
msgbaseutil \
msgdb \
msgimap \
msgnews \
mimetype \
msgcompose \
$(NULL)

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

@ -62,12 +62,10 @@ REQUIRES = xpcom \
import \
necko \
msgbase \
mailnews \
msgbaseutil \
profile \
prefmigr \
unicharutil \
uconv \
$(NULL)
CPPSRCS = nsComm4xMailFactory.cpp \

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

@ -51,7 +51,6 @@ REQUIRES = xpcom \
msglocal \
mimetype \
unicharutil \
mime \
pref \
$(NULL)

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

@ -46,7 +46,6 @@ REQUIRES = xpcom \
msgbaseutil \
msgcompose \
msglocal \
mime \
$(NULL)
CPPSRCS = \

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

@ -55,7 +55,6 @@ REQUIRES = xpcom \
msgdb \
msglocal \
mimetype \
mime \
unicharutil \
pref \
$(NULL)

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

@ -45,7 +45,6 @@ REQUIRES = xpcom \
rdf \
msgdb \
unicharutil \
mime \
$(NULL)
ifeq ($(USE_SHORT_LIBNAME),1)

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

@ -45,7 +45,6 @@ REQUIRES = xpcom \
txmgr \
docshell \
msgimap \
chrome \
nkcache \
$(NULL)

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

@ -39,7 +39,6 @@ REQUIRES = xpcom \
pref \
necko \
uconv \
intl \
$(NULL)
ifeq ($(OS_ARCH),WINNT)

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

@ -40,7 +40,6 @@ REQUIRES = xpcom \
locale \
mailnews \
msgdb \
addrbook \
mimetype \
msgnews \
unicharutil \

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

@ -48,7 +48,6 @@ REQUIRES = xpcom \
mime \
intl \
webshell \
wallet \
rdfutil \
nkcache \
windowwatcher \

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

@ -32,8 +32,7 @@ MODULE_NAME = nsMNGDecoderModule
EXTRA_DSO_LIBS = gkgfx
REQUIRES = string \
xpcom \
REQUIRES = xpcom \
gfx \
gfx2 \
imglib2 \

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

@ -42,7 +42,6 @@ REQUIRES = xpcom \
nkcache \
gfx \
gfx2 \
mimetype \
$(NULL)
CPPSRCS = \

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

@ -46,10 +46,8 @@ REQUIRES = xpcom \
unicharutil \
dom \
gfx \
layout \
content \
widget \
cookie \
mimetype \
oji \
exthandler \

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

@ -31,10 +31,9 @@ LIBRARY_NAME = npnul32
RESFILE = npnul32.res
DEFFILE = $(srcdir)/npnul32.def
REQUIRES = java \
plugin \
xpcom \
pref \
$(NULL)
xpcom \
pref \
$(NULL)
CPPSRCS = \
maindll.cpp \

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

@ -31,7 +31,6 @@ REQUIRES = xpcom \
string \
necko \
nkcache \
cookie \
dbm \
util \
$(NULL)

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

@ -29,7 +29,6 @@ include $(DEPTH)/config/autoconf.mk
PROGRAM = htmlrobot$(BIN_SUFFIX)
REQUIRES = xpcom \
string \
htmlparser \
webshell \
$(NULL)

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

@ -33,7 +33,6 @@ REQUIRES = xpcom \
necko \
layout \
content \
dom \
$(NULL)
CPPSRCS = \

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

@ -40,13 +40,11 @@ REQUIRES = xpcom \
widget \
necko \
uriloader \
cookie \
intl \
pref \
prefmigr \
appshell \
uconv \
appcomps \
windowwatcher \
$(NULL)

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

@ -30,7 +30,6 @@ MODULE = rdf
LIBRARY_NAME = rdfbase_s
REQUIRES = xpcom \
string \
rdf \
rdfutil \
necko \
layout \

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

@ -35,7 +35,6 @@ MODULE_NAME = nsChromeModule
REQUIRES = xpcom \
string \
rdf \
gfx \
necko \
content \
$(NULL)

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

@ -41,7 +41,6 @@ REQUIRES = xpcom \
widget \
js \
appshell \
chrome \
caps \
pref \
docshell \

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

@ -29,7 +29,6 @@ include $(DEPTH)/config/autoconf.mk
REQUIRES = xpcom \
chrome \
necko \
string \
$(NULL)
CPPSRCS = regchrome.cpp

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

@ -29,14 +29,8 @@ include $(DEPTH)/config/autoconf.mk
PROGRAM = rdfcat$(BIN_SUFFIX)
CPPSRCS = rdfcat.cpp
REQUIRES = xpcom \
string \
rdf \
necko \
widget \
view \
dom \
uriloader \
gfx \
$(NULL)
LIBS = \

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

@ -32,9 +32,6 @@ REQUIRES = xpcom \
string \
rdf \
necko \
layout \
dom \
htmlparser \
$(NULL)
LIBS = \

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

@ -63,16 +63,13 @@ REQUIRES = nspr \
necko \
necko2 \
uriloader \
caps \
dom \
intl \
profile \
js \
docshell \
widget \
layout \
content \
xpconnect \
unicharutil \
pipnss \
$(NULL)

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

@ -26,7 +26,8 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
REQUIRES = string xpcom
REQUIRES = xpcom \
$(NULL)
SIMPLECSRCS += \
bloatblame.c \

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

@ -50,7 +50,6 @@ REQUIRES = xpcom \
intl \
unicharutil \
editor \
cookie \
windowwatcher \
xpconnect \
js \