Bug 254354 move nsIHelperAppLauncherDialog.idl into exthandler

r=bz sr=darin
This commit is contained in:
cbiesinger%web.de 2004-08-08 20:25:02 +00:00
Родитель 1d87954d49
Коммит ca0357a7db
10 изменённых файлов: 2 добавлений и 12 удалений

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

@ -76,7 +76,6 @@ REQUIRES = xpcom \
history \
uriloader \
exthandler \
helperAppDlg \
mimetype \
rdf \
prefetch \

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

@ -72,7 +72,6 @@ REQUIRES = \
necko \
windowwatcher \
webbrowserpersist \
helperAppDlg \
exthandler \
mimetype \
composer \

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

@ -47,7 +47,6 @@ REQUIRES = xpcom \
webbrowserpersist \
find \
exthandler \
helperAppDlg \
profdirserviceprovider \
$(NULL)

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

@ -44,7 +44,6 @@ REQUIRES = xpcom \
windowwatcher \
appshell \
exthandler \
helperAppDlg \
mozcomps \
find \
appcomps \

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

@ -44,10 +44,6 @@ MODULE=helperAppDlg
include $(DEPTH)/config/autoconf.mk
XPIDLSRCS = \
nsIHelperAppLauncherDialog.idl \
$(NULL)
EXTRA_COMPONENTS = \
nsHelperAppDlg.js \
$(NULL)

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

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

@ -69,7 +69,7 @@ REQUIRES = \
windowwatcher \
layout \
history \
helperAppDlg \
exthandler \
content \
webbrowserpersist \
xpinstall \

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

@ -52,7 +52,6 @@ REQUIRES = \
webBrowser_core \
windowwatcher \
exthandler \
helperAppDlg \
uriloader \
necko \
mimetype \

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

@ -56,7 +56,6 @@ REQUIRES = \
webbrwsr \
windowwatcher \
exthandler \
helperAppDlg \
uriloader \
necko \
mimetype \

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

@ -72,7 +72,6 @@ REQUIRES = xpcom \
necko \
rdf \
webshell \
helperAppDlg \
plugin \
pref \
intl \
@ -126,6 +125,7 @@ XPIDLSRCS = \
nsCExternalHandlerService.idl \
nsIExternalProtocolService.idl \
nsIExternalHelperAppService.idl \
nsIHelperAppLauncherDialog.idl \
$(NULL)
ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT)))