exports frozen interface to dist/sdk using new SDK variable. 164717. r=cls, sr=alec

This commit is contained in:
dougt%netscape.com 2002-08-27 01:05:21 +00:00
Родитель 2df47333ac
Коммит d0dc56776f
19 изменённых файлов: 106 добавлений и 52 удалений

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

@ -60,12 +60,15 @@ nsIContentList.h \
nsIFrameLoader.h \ nsIFrameLoader.h \
$(NULL) $(NULL)
SDK_XPIDLSRCS = \
nsISelection.idl \
$(NULL)
XPIDLSRCS = \ XPIDLSRCS = \
nsIContentPolicy.idl \ nsIContentPolicy.idl \
nsISelectionController.idl \ nsISelectionController.idl \
nsISelectionDisplay.idl \ nsISelectionDisplay.idl \
nsISelectionListener.idl \ nsISelectionListener.idl \
nsISelection.idl \
nsISelectionPrivate.idl \ nsISelectionPrivate.idl \
nsIScriptLoader.idl \ nsIScriptLoader.idl \
nsIScriptLoaderObserver.idl \ nsIScriptLoaderObserver.idl \

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

@ -29,9 +29,14 @@ include $(DEPTH)/config/autoconf.mk
MODULE = dom MODULE = dom
XPIDL_MODULE = dom_base XPIDL_MODULE = dom_base
SDK_XPIDLSRCS = \
nsIDOMBarProp.idl \
nsIDOMWindow.idl \
nsIDOMWindowCollection.idl \
$(NULL)
XPIDLSRCS = \ XPIDLSRCS = \
domstubs.idl \ domstubs.idl \
nsIDOMBarProp.idl \
nsIDOMCRMFObject.idl \ nsIDOMCRMFObject.idl \
nsIDOMCrypto.idl \ nsIDOMCrypto.idl \
nsIDOMHistory.idl \ nsIDOMHistory.idl \
@ -45,8 +50,6 @@ XPIDLSRCS = \
nsIDOMPlugin.idl \ nsIDOMPlugin.idl \
nsIDOMPluginArray.idl \ nsIDOMPluginArray.idl \
nsIDOMScreen.idl \ nsIDOMScreen.idl \
nsIDOMWindow.idl \
nsIDOMWindowCollection.idl \
nsIDOMWindowInternal.idl \ nsIDOMWindowInternal.idl \
nsIDOMJSWindow.idl \ nsIDOMJSWindow.idl \
nsIDOMChromeWindow.idl \ nsIDOMChromeWindow.idl \

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

@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = dom MODULE = dom
XPIDL_MODULE = dom_core XPIDL_MODULE = dom_core
XPIDLSRCS = \ SDK_XPIDLSRCS = \
nsIDOMAttr.idl \ nsIDOMAttr.idl \
nsIDOMCDATASection.idl \ nsIDOMCDATASection.idl \
nsIDOMCharacterData.idl \ nsIDOMCharacterData.idl \
@ -42,14 +42,16 @@ XPIDLSRCS = \
nsIDOMElement.idl \ nsIDOMElement.idl \
nsIDOMEntity.idl \ nsIDOMEntity.idl \
nsIDOMEntityReference.idl \ nsIDOMEntityReference.idl \
nsIDOMNSDocument.idl \
nsIDOMNamedNodeMap.idl \ nsIDOMNamedNodeMap.idl \
nsIDOMNode.idl \ nsIDOMNode.idl \
nsIDOM3Node.idl \
nsIDOMNodeList.idl \ nsIDOMNodeList.idl \
nsIDOMNotation.idl \ nsIDOMNotation.idl \
nsIDOMProcessingInstruction.idl \ nsIDOMProcessingInstruction.idl \
nsIDOMText.idl \ nsIDOMText.idl \
$(NULL)
XPIDLSRCS = \
nsIDOM3Node.idl \
nsIDOMNSDocument.idl \
nsIDOMXMLDocument.idl \ nsIDOMXMLDocument.idl \
$(NULL) $(NULL)

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

@ -29,17 +29,20 @@ include $(DEPTH)/config/autoconf.mk
MODULE = dom MODULE = dom
XPIDL_MODULE = dom_events XPIDL_MODULE = dom_events
XPIDLSRCS = \ SDK_XPIDLSRCS = \
nsIDOMDocumentEvent.idl \ nsIDOMDocumentEvent.idl \
nsIDOMEvent.idl \ nsIDOMEvent.idl \
nsIDOMNSEvent.idl \
nsIDOMEventTarget.idl \ nsIDOMEventTarget.idl \
nsIDOMEventListener.idl \
$(NULL)
XPIDLSRCS = \
nsIDOMNSEvent.idl \
nsIDOMKeyEvent.idl \ nsIDOMKeyEvent.idl \
nsIDOMMouseEvent.idl \ nsIDOMMouseEvent.idl \
nsIDOMMutationEvent.idl \ nsIDOMMutationEvent.idl \
nsIDOMUIEvent.idl \ nsIDOMUIEvent.idl \
nsIDOMNSUIEvent.idl \ nsIDOMNSUIEvent.idl \
nsIDOMEventListener.idl \
$(NULL) $(NULL)
include $(topsrcdir)/config/rules.mk include $(topsrcdir)/config/rules.mk

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

@ -37,12 +37,20 @@ REQUIRES = xpcom \
embedcomponents \ embedcomponents \
$(NULL) $(NULL)
EXPORTS = \ SDK_HEADERS = \
nsEmbedAPI.h \ nsEmbedAPI.h \
$(NULL) $(NULL)
XPIDLSRCS = \ SDK_XPIDLSRCS = \
nsIWindowCreator.idl \ nsIWindowCreator.idl \
$(NULL)
SDK_BINARY = \
$(LIB_PREFIX)embed_base_s.$(LIB_SUFFIX) \
$(NULL)
XPIDLSRCS = \
nsIWindowCreator2.idl \ nsIWindowCreator2.idl \
$(NULL) $(NULL)

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

@ -51,20 +51,23 @@ EXPORTS = \
nsCTooltipTextProvider.h \ nsCTooltipTextProvider.h \
$(NULL) $(NULL)
SDK_XPIDLSRCS = \
nsIContextMenuListener.idl \
nsIEmbeddingSiteWindow.idl \
nsITooltipListener.idl \
nsITooltipTextProvider.idl \
nsIWebBrowser.idl \
nsIWebBrowserChrome.idl \
nsIWebBrowserSetup.idl \
nsIWebBrowserPrint.idl \
$(NULL)
XPIDLSRCS = \ XPIDLSRCS = \
nsCWebBrowser.idl \ nsCWebBrowser.idl \
nsIWebBrowser.idl \
nsIWebBrowserChrome.idl \
nsIWebBrowserChromeFocus.idl \ nsIWebBrowserChromeFocus.idl \
nsIWebBrowserSetup.idl \
nsICommandHandler.idl \ nsICommandHandler.idl \
nsIContextMenuListener.idl \
nsIEmbeddingSiteWindow.idl \
nsIEmbeddingSiteWindow2.idl \ nsIEmbeddingSiteWindow2.idl \
nsITooltipListener.idl \
nsITooltipTextProvider.idl \
nsIWebBrowserFocus.idl \ nsIWebBrowserFocus.idl \
nsIWebBrowserPrint.idl \
nsIPrintingPrompt.idl \ nsIPrintingPrompt.idl \
nsIPrintingPromptService.idl \ nsIPrintingPromptService.idl \
$(NULL) $(NULL)

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

@ -29,8 +29,9 @@ include $(DEPTH)/config/autoconf.mk
MODULE = find MODULE = find
XPIDL_MODULE = find XPIDL_MODULE = find
XPIDLSRCS = nsIWebBrowserFind.idl \ SDK_XPIDLSRCS = nsIWebBrowserFind.idl \
nsIFind.idl \ $(NULL)
XPIDLSRCS = nsIFind.idl \
$(NULL) $(NULL)
include $(topsrcdir)/config/rules.mk include $(topsrcdir)/config/rules.mk

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

@ -29,10 +29,12 @@ include $(DEPTH)/config/autoconf.mk
MODULE = windowwatcher MODULE = windowwatcher
XPIDL_MODULE = windowwatcher XPIDL_MODULE = windowwatcher
SDK_XPIDLSRCS = nsIWindowWatcher.idl \
$(NULL)
XPIDLSRCS = nsIDialogParamBlock.idl \ XPIDLSRCS = nsIDialogParamBlock.idl \
nsIPromptService.idl \ nsIPromptService.idl \
nsPIPromptService.idl \ nsPIPromptService.idl \
nsIWindowWatcher.idl \
nsPIWindowWatcher.idl \ nsPIWindowWatcher.idl \
nsIAuthPromptWrapper.idl \ nsIAuthPromptWrapper.idl \
$(NULL) $(NULL)

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

@ -63,12 +63,15 @@ CPPSRCS = \
nsCookieHTTPNotify.cpp \ nsCookieHTTPNotify.cpp \
$(NULL) $(NULL)
XPIDLSRCS = \ SDK_XPIDLSRCS = \
nsICookie.idl \
nsICookieManager.idl \ nsICookieManager.idl \
$(NULL)
XPIDLSRCS = \
nsICookieConsent.idl \ nsICookieConsent.idl \
nsIImgManager.idl \ nsIImgManager.idl \
nsIPermissionManager.idl \ nsIPermissionManager.idl \
nsICookie.idl \
nsIPermission.idl \ nsIPermission.idl \
$(NULL) $(NULL)

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

@ -28,11 +28,14 @@ include $(DEPTH)/config/autoconf.mk
MODULE = wallet MODULE = wallet
SDK_XPIDLSRCS = \
nsIPassword.idl \
$(NULL)
XPIDLSRCS = \ XPIDLSRCS = \
nsIPasswordSink.idl \ nsIPasswordSink.idl \
nsIKeyedStreamGenerator.idl \ nsIKeyedStreamGenerator.idl \
nsIWalletService.idl \ nsIWalletService.idl \
nsIPassword.idl \
$(NULL) $(NULL)
EXPORTS = \ EXPORTS = \

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

@ -40,6 +40,10 @@ include $(DEPTH)/config/autoconf.mk
MODULE = xpconnect MODULE = xpconnect
SDK_XPIDLSRCS = \
mozIJSSubScriptLoader.idl \
$(NULL)
XPIDLSRCS = \ XPIDLSRCS = \
xpccomponents.idl \ xpccomponents.idl \
xpcjsid.idl \ xpcjsid.idl \
@ -50,7 +54,6 @@ XPIDLSRCS = \
nsIXPCSecurityManager.idl \ nsIXPCSecurityManager.idl \
nsIXPCScriptable.idl \ nsIXPCScriptable.idl \
nsIScriptError.idl \ nsIScriptError.idl \
mozIJSSubScriptLoader.idl \
nsIXPCScriptNotify.idl \ nsIXPCScriptNotify.idl \
nsIScriptableInterfaces.idl \ nsIScriptableInterfaces.idl \
$(NULL) $(NULL)

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

@ -28,12 +28,15 @@ include $(DEPTH)/config/autoconf.mk
MODULE = pref MODULE = pref
SDK_XPIDLSRCS = \
nsIPrefService.idl \
nsIPrefBranch.idl \
nsIPrefLocalizedString.idl \
$(NULL)
XPIDLSRCS = \ XPIDLSRCS = \
nsIPref.idl \ nsIPref.idl \
nsIPrefBranch.idl \
nsIPrefBranchInternal.idl \ nsIPrefBranchInternal.idl \
nsIPrefLocalizedString.idl \
nsIPrefService.idl \
nsISecurityPref.idl \ nsISecurityPref.idl \
nsIRelativeFilePref.idl \ nsIRelativeFilePref.idl \
$(NULL) $(NULL)

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

@ -28,17 +28,27 @@ include $(DEPTH)/config/autoconf.mk
MODULE = necko MODULE = necko
SDK_XPIDLSRCS = \
nsIChannel.idl \
nsILoadGroup.idl \
nsIProtocolHandler.idl \
nsIRequest.idl \
nsIRequestObserver.idl \
nsIStreamListener.idl \
nsIURI.idl \
nsIURIChecker.idl \
nsIURL.idl \
$(NULL)
XPIDLSRCS = \ XPIDLSRCS = \
nsIAuthenticator.idl \ nsIAuthenticator.idl \
nsIAuthPrompt.idl \ nsIAuthPrompt.idl \
nsIChannel.idl \
nsIDirectoryListing.idl \ nsIDirectoryListing.idl \
nsIDownloader.idl \ nsIDownloader.idl \
nsIFileChannel.idl \ nsIFileChannel.idl \
nsIFileStreams.idl \ nsIFileStreams.idl \
nsIFileTransportService.idl \ nsIFileTransportService.idl \
nsIIOService.idl \ nsIIOService.idl \
nsILoadGroup.idl \
nsIMIMEInputStream.idl \ nsIMIMEInputStream.idl \
nsINetModRegEntry.idl \ nsINetModRegEntry.idl \
nsINetModuleMgr.idl \ nsINetModuleMgr.idl \
@ -47,14 +57,12 @@ XPIDLSRCS = \
nsIPasswordManagerInternal.idl \ nsIPasswordManagerInternal.idl \
nsIProgressEventSink.idl \ nsIProgressEventSink.idl \
nsIPrompt.idl \ nsIPrompt.idl \
nsIProtocolHandler.idl \
nsIProtocolProxyService.idl \ nsIProtocolProxyService.idl \
nsIProxiedProtocolHandler.idl \ nsIProxiedProtocolHandler.idl \
nsIProxy.idl \ nsIProxy.idl \
nsIProxyAutoConfig.idl \ nsIProxyAutoConfig.idl \
nsIProxyAutoConfigUtils.idl \ nsIProxyAutoConfigUtils.idl \
nsIProxyInfo.idl \ nsIProxyInfo.idl \
nsIRequest.idl \
nsITransport.idl \ nsITransport.idl \
nsISocketTransport.idl \ nsISocketTransport.idl \
nsISocketTransportService.idl \ nsISocketTransportService.idl \
@ -62,9 +70,7 @@ XPIDLSRCS = \
nsIStreamIOChannel.idl \ nsIStreamIOChannel.idl \
nsIResumableChannel.idl \ nsIResumableChannel.idl \
nsIResumableEntityID.idl \ nsIResumableEntityID.idl \
nsIRequestObserver.idl \
nsIRequestObserverProxy.idl \ nsIRequestObserverProxy.idl \
nsIStreamListener.idl \
nsIStreamListenerProxy.idl \ nsIStreamListenerProxy.idl \
nsIStreamListenerTee.idl \ nsIStreamListenerTee.idl \
nsIStreamProvider.idl \ nsIStreamProvider.idl \
@ -73,9 +79,6 @@ XPIDLSRCS = \
nsISimpleStreamProvider.idl \ nsISimpleStreamProvider.idl \
nsIStreamLoader.idl \ nsIStreamLoader.idl \
nsIUploadChannel.idl \ nsIUploadChannel.idl \
nsIURI.idl \
nsIURIChecker.idl \
nsIURL.idl \
nsIFileURL.idl \ nsIFileURL.idl \
nsIStandardURL.idl \ nsIStandardURL.idl \
nsIURLParser.idl \ nsIURLParser.idl \

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

@ -28,8 +28,11 @@ include $(DEPTH)/config/autoconf.mk
MODULE = profile MODULE = profile
XPIDLSRCS = \ SDK_XPIDLSRCS = \
nsIProfile.idl \ nsIProfile.idl \
$(NULL)
XPIDLSRCS = \
nsIProfileInternal.idl \ nsIProfileInternal.idl \
nsIProfileStartupListener.idl \ nsIProfileStartupListener.idl \
nsIProfileChangeStatus.idl \ nsIProfileChangeStatus.idl \

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

@ -49,9 +49,11 @@ CPPSRCS = \
nsURILoader.cpp \ nsURILoader.cpp \
nsDocLoader.cpp \ nsDocLoader.cpp \
$(NULL) $(NULL)
SDK_XPIDLSRCS = \
nsIURIContentListener.idl \
$(NULL)
XPIDLSRCS = \ XPIDLSRCS = \
nsIContentHandler.idl \ nsIContentHandler.idl \
nsIURIContentListener.idl \
nsIURILoader.idl \ nsIURILoader.idl \
nsCURILoader.idl \ nsCURILoader.idl \
nsIDownload.idl \ nsIDownload.idl \

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

@ -29,9 +29,12 @@ include $(DEPTH)/config/autoconf.mk
MODULE = webshell MODULE = webshell
XPIDL_MODULE = webshell_idls XPIDL_MODULE = webshell_idls
SDK_XPIDLSRCS = \
nsIClipboardCommands.idl \
$(NULL)
XPIDLSRCS = \ XPIDLSRCS = \
nsIRefreshURI.idl \ nsIRefreshURI.idl \
nsIClipboardCommands.idl \
nsIContentViewerContainer.idl \ nsIContentViewerContainer.idl \
nsIDocumentLoaderFactory.idl \ nsIDocumentLoaderFactory.idl \
$(NULL) $(NULL)

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

@ -114,7 +114,6 @@ XPIDLSRCS = \
nsICollection.idl \ nsICollection.idl \
nsIEnumerator.idl \ nsIEnumerator.idl \
nsIPersistentProperties2.idl \ nsIPersistentProperties2.idl \
nsIProperties.idl \
nsIPropertyBag.idl \ nsIPropertyBag.idl \
nsIRecyclingAllocator.idl \ nsIRecyclingAllocator.idl \
nsIVariant.idl \ nsIVariant.idl \
@ -128,6 +127,7 @@ XPIDLSRCS = \
SDK_XPIDLSRCS = \ SDK_XPIDLSRCS = \
nsIObserverService.idl \ nsIObserverService.idl \
nsIObserver.idl \ nsIObserver.idl \
nsIProperties.idl \
nsISimpleEnumerator.idl \ nsISimpleEnumerator.idl \
$(NULL) $(NULL)

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

@ -29,8 +29,10 @@ include $(DEPTH)/config/autoconf.mk
MODULE = appcomps MODULE = appcomps
XPIDL_MODULE = history XPIDL_MODULE = history
XPIDLSRCS = nsIGlobalHistory.idl \ SDK_XPIDLSRCS = nsIGlobalHistory.idl \
nsIBrowserHistory.idl \ $(NULL)
XPIDLSRCS = nsIBrowserHistory.idl \
$(NULL) $(NULL)
include $(topsrcdir)/config/rules.mk include $(topsrcdir)/config/rules.mk

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

@ -28,13 +28,17 @@ include $(DEPTH)/config/autoconf.mk
MODULE = shistory MODULE = shistory
XPIDLSRCS = nsISHEntry.idl \ SDK_XPIDLSRCS = \
nsISHContainer.idl \ nsIHistoryEntry.idl \
nsISHTransaction.idl \ nsISHistory.idl \
nsISHistory.idl \ nsISHistoryListener.idl \
nsISHistoryListener.idl \ $(NULL)
nsIHistoryEntry.idl \
nsISHistoryInternal.idl \ XPIDLSRCS = \
nsISHEntry.idl \
nsISHContainer.idl \
nsISHTransaction.idl \
nsISHistoryInternal.idl \
$(NULL) $(NULL)
include $(topsrcdir)/config/rules.mk include $(topsrcdir)/config/rules.mk