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 \ history \
uriloader \ uriloader \
exthandler \ exthandler \
helperAppDlg \
mimetype \ mimetype \
rdf \ rdf \
prefetch \ prefetch \

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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