Adding nsIDocShellLoadInfo.idl to the make system.

This commit is contained in:
tbogard%aol.net 2000-03-30 12:29:51 +00:00
Родитель fc811e226a
Коммит a8d56e25fd
3 изменённых файлов: 3 добавлений и 0 удалений

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

@ -22,6 +22,7 @@
nsCDocShell.idl nsCDocShell.idl
nsIDocShell.idl nsIDocShell.idl
nsIDocShellLoadInfo.idl
nsIDocShellTreeItem.idl nsIDocShellTreeItem.idl
nsIDocShellTreeNode.idl nsIDocShellTreeNode.idl
nsIDocShellTreeOwner.idl nsIDocShellTreeOwner.idl

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

@ -31,6 +31,7 @@ include $(DEPTH)/config/autoconf.mk
XPIDLSRCS = \ XPIDLSRCS = \
nsCDocShell.idl \ nsCDocShell.idl \
nsIDocShell.idl \ nsIDocShell.idl \
nsIDocShellLoadInfo.idl \
nsIDocShellTreeItem.idl \ nsIDocShellTreeItem.idl \
nsIDocShellTreeNode.idl \ nsIDocShellTreeNode.idl \
nsIDocShellTreeOwner.idl \ nsIDocShellTreeOwner.idl \

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

@ -25,6 +25,7 @@ MODULE=docshell_base
XPIDLSRCS= \ XPIDLSRCS= \
.\nsCDocShell.idl \ .\nsCDocShell.idl \
.\nsIDocShell.idl \ .\nsIDocShell.idl \
.\nsIDocShellLoadInfo.idl \
.\nsIDocShellTreeItem.idl \ .\nsIDocShellTreeItem.idl \
.\nsIDocShellTreeNode.idl \ .\nsIDocShellTreeNode.idl \
.\nsIDocShellTreeOwner.idl \ .\nsIDocShellTreeOwner.idl \