mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 19:33:18 +00:00
cleanup, added nsIClipboardOwner, nsIFormatConverter.
This commit is contained in:
parent
52bb18a74f
commit
7780586d23
@ -24,25 +24,16 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DEFINES += -D_IMPL_NS_UI
|
||||
|
||||
EXPORTS = \
|
||||
nsIFormatConverter.h \
|
||||
nsIClipboardOwner.h \
|
||||
nsIClipboard.h \
|
||||
nsIDragTarget.h \
|
||||
nsIDragSource.h \
|
||||
nsIDataFlavor.h \
|
||||
nsITransferable.h \
|
||||
nsIDragService.h \
|
||||
nsIDraggedObject.h \
|
||||
nsIMenuBar.h \
|
||||
EXPORTS = \
|
||||
nsIMenuBar.h \
|
||||
nsIMenu.h \
|
||||
nsIMenuItem.h \
|
||||
nsIImageButton.h \
|
||||
nsIMenuItem.h \
|
||||
nsIImageButton.h \
|
||||
nsIPopUpMenu.h \
|
||||
nsIMenuButton.h \
|
||||
nsIImageButtonListener.h \
|
||||
nsStringUtil.h \
|
||||
nsui.h \
|
||||
nsIImageButtonListener.h \
|
||||
nsStringUtil.h \
|
||||
nsui.h \
|
||||
nsITabWidget.h \
|
||||
nsIWidget.h \
|
||||
nsIButton.h \
|
||||
@ -84,6 +75,8 @@ EXPORTS = \
|
||||
nsITransferable.h \
|
||||
nsIDragService.h \
|
||||
nsIDraggedObject.h \
|
||||
nsIClipboardOwner.h \
|
||||
nsIFormatConverter.h \
|
||||
$(NULL)
|
||||
|
||||
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
|
||||
|
Loading…
Reference in New Issue
Block a user