mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 01:48:05 +00:00
(not part of the seamonkey build!!!!)
name change of nsURIDispatcher to nsIURILoader
This commit is contained in:
parent
84e9c31570
commit
193a76f8ba
@ -26,15 +26,16 @@ MODULE = uriloader
|
||||
LIBRARY_NAME = uriloaderbase_s
|
||||
|
||||
CPPSRCS = \
|
||||
nsURIDispatcher.cpp \
|
||||
nsURILoader.cpp \
|
||||
$(NULL)
|
||||
XPIDLSRCS = \
|
||||
nsIContentHandler.idl \
|
||||
nsIURIContentListener.idl \
|
||||
nsIURIDispatcher.idl \
|
||||
nsIURILoader.idl \
|
||||
nsCURILoader.idl \
|
||||
$(NULL)
|
||||
EXPORTS = \
|
||||
nsURIDispatcher.h \
|
||||
nsURILoader.h \
|
||||
$(NULL)
|
||||
|
||||
# we don't want the shared lib, but we want to force the creation of a static lib.
|
||||
|
Loading…
Reference in New Issue
Block a user