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 \
$(NULL)
SDK_XPIDLSRCS = \
nsISelection.idl \
$(NULL)
XPIDLSRCS = \
nsIContentPolicy.idl \
nsISelectionController.idl \
nsISelectionDisplay.idl \
nsISelectionListener.idl \
nsISelection.idl \
nsISelectionPrivate.idl \
nsIScriptLoader.idl \
nsIScriptLoaderObserver.idl \

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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