Removing nsPluginViewer.cpp and friends, bug 195502, r=jkeiser, sr=alecf, a=asa

This commit is contained in:
peterlubczynski%netscape.com 2003-04-25 01:47:52 +00:00
Родитель ea385155e1
Коммит a7ee7206e2
2 изменённых файлов: 0 добавлений и 7 удалений

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

@ -64,7 +64,6 @@ XPIDLSRCS = \
nsIScriptablePlugin.idl \
nsIPluginTagInfo.idl \
nsIPluginTagInfo2.idl \
nsIPluginViewer.idl \
nsIJRILiveConnectPIPeer.idl \
nsIJRILiveConnectPlugin.idl \
nsIPluginInputStream.idl \

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

@ -66,11 +66,9 @@ REQUIRES += xlibxtbin xlibrgb
CPPSRCS = \
ns4xPlugin.cpp \
ns4xPluginInstance.cpp \
nsPluginDocLoaderFactory.cpp \
nsPluginHostImpl.cpp \
nsPluginModule.cpp \
nsPluginInstancePeer.cpp \
nsPluginViewer.cpp \
nsPluginDirServiceProvider.cpp \
$(NULL)
@ -97,10 +95,6 @@ endif
endif
endif
EXPORTS = \
nsPluginViewer.h \
$(NULL)
ifneq (,$(filter WINNT Darwin,$(OS_ARCH)))
EXTRA_DSO_LIBS += gkgfx
endif