зеркало из https://github.com/mozilla/pjs.git
Added nsIXULWindow.idl and put the list in alpha order.
This commit is contained in:
Родитель
959e0926eb
Коммит
67751590c0
|
@ -2,11 +2,12 @@
|
|||
# This is a list of local files which get copied to the mozilla:dist:idl directory
|
||||
#
|
||||
|
||||
nsIFileLocator.idl
|
||||
nsIWindowMediator.idl
|
||||
nsIAppShellService.idl
|
||||
nsICmdLineService.idl
|
||||
nsICommonDialogs.idl
|
||||
nsIDialogParamBlock.idl
|
||||
nsICmdLineService.idl
|
||||
nsIFileLocator.idl
|
||||
nsISessionHistory.idl
|
||||
nsIWindowMediator.idl
|
||||
nsIXULWindow.idl
|
||||
|
||||
|
|
|
@ -39,13 +39,14 @@ EXPORTS = \
|
|||
$(NULL)
|
||||
|
||||
XPIDLSRCS = \
|
||||
nsIFileLocator.idl \
|
||||
nsIAppShellService.idl \
|
||||
nsIWindowMediator.idl \
|
||||
nsICmdLineService.idl \
|
||||
nsICommonDialogs.idl \
|
||||
nsIDialogParamBlock.idl \
|
||||
nsICmdLineService.idl \
|
||||
nsISessionHistory.idl \
|
||||
nsIFileLocator.idl \
|
||||
nsISessionHistory.idl \
|
||||
nsIWindowMediator.idl \
|
||||
nsIXULWindow.idl \
|
||||
$(NULL)
|
||||
|
||||
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
|
||||
|
|
|
@ -26,15 +26,15 @@ MODULE=raptor
|
|||
XPIDL_MODULE=appshell
|
||||
|
||||
XPIDLSRCS = \
|
||||
.\nsIXULWindow.idl \
|
||||
.\nsIFileLocator.idl \
|
||||
.\nsIAppShellService.idl \
|
||||
.\nsIWindowMediator.idl \
|
||||
.\nsICommonDialogs.idl \
|
||||
.\nsIDialogParamBlock.idl \
|
||||
.\nsICmdLineService.idl \
|
||||
.\nsISessionHistory.idl \
|
||||
$(NULL)
|
||||
.\nsIAppShellService.idl \
|
||||
.\nsICmdLineService.idl \
|
||||
.\nsICommonDialogs.idl \
|
||||
.\nsIDialogParamBlock.idl \
|
||||
.\nsIFileLocator.idl \
|
||||
.\nsISessionHistory.idl \
|
||||
.\nsIWindowMediator.idl \
|
||||
.\nsIXULWindow.idl \
|
||||
$(NULL)
|
||||
|
||||
EXPORTS = \
|
||||
nsIWebShellWindow.h \
|
||||
|
|
Загрузка…
Ссылка в новой задаче