Thu, 22 Jan 2015 13:21:57 +0100
Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6
michael@0 | 1 | # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- |
michael@0 | 2 | # vim: set filetype=python: |
michael@0 | 3 | # This Source Code Form is subject to the terms of the Mozilla Public |
michael@0 | 4 | # License, v. 2.0. If a copy of the MPL was not distributed with this |
michael@0 | 5 | # file, You can obtain one at http://mozilla.org/MPL/2.0/. |
michael@0 | 6 | |
michael@0 | 7 | XPIDL_SOURCES += [ |
michael@0 | 8 | 'mozIThirdPartyUtil.idl', |
michael@0 | 9 | 'nsIApplicationCache.idl', |
michael@0 | 10 | 'nsIApplicationCacheChannel.idl', |
michael@0 | 11 | 'nsIApplicationCacheContainer.idl', |
michael@0 | 12 | 'nsIApplicationCacheService.idl', |
michael@0 | 13 | 'nsIArrayBufferInputStream.idl', |
michael@0 | 14 | 'nsIAsyncStreamCopier.idl', |
michael@0 | 15 | 'nsIAsyncStreamCopier2.idl', |
michael@0 | 16 | 'nsIAsyncVerifyRedirectCallback.idl', |
michael@0 | 17 | 'nsIAuthInformation.idl', |
michael@0 | 18 | 'nsIAuthModule.idl', |
michael@0 | 19 | 'nsIAuthPrompt.idl', |
michael@0 | 20 | 'nsIAuthPrompt2.idl', |
michael@0 | 21 | 'nsIAuthPromptAdapterFactory.idl', |
michael@0 | 22 | 'nsIAuthPromptCallback.idl', |
michael@0 | 23 | 'nsIAuthPromptProvider.idl', |
michael@0 | 24 | 'nsIBackgroundFileSaver.idl', |
michael@0 | 25 | 'nsIBufferedStreams.idl', |
michael@0 | 26 | 'nsIByteRangeRequest.idl', |
michael@0 | 27 | 'nsICacheInfoChannel.idl', |
michael@0 | 28 | 'nsICachingChannel.idl', |
michael@0 | 29 | 'nsICancelable.idl', |
michael@0 | 30 | 'nsIChannel.idl', |
michael@0 | 31 | 'nsIChannelEventSink.idl', |
michael@0 | 32 | 'nsIChannelPolicy.idl', |
michael@0 | 33 | 'nsIChildChannel.idl', |
michael@0 | 34 | 'nsIContentSniffer.idl', |
michael@0 | 35 | 'nsICryptoFIPSInfo.idl', |
michael@0 | 36 | 'nsICryptoHash.idl', |
michael@0 | 37 | 'nsICryptoHMAC.idl', |
michael@0 | 38 | 'nsIDashboard.idl', |
michael@0 | 39 | 'nsIDashboardEventNotifier.idl', |
michael@0 | 40 | 'nsIDivertableChannel.idl', |
michael@0 | 41 | 'nsIDownloader.idl', |
michael@0 | 42 | 'nsIEncodedChannel.idl', |
michael@0 | 43 | 'nsIExternalProtocolHandler.idl', |
michael@0 | 44 | 'nsIFileStreams.idl', |
michael@0 | 45 | 'nsIFileURL.idl', |
michael@0 | 46 | 'nsIIncrementalDownload.idl', |
michael@0 | 47 | 'nsIInputStreamChannel.idl', |
michael@0 | 48 | 'nsIInputStreamPump.idl', |
michael@0 | 49 | 'nsIIOService.idl', |
michael@0 | 50 | 'nsIIOService2.idl', |
michael@0 | 51 | 'nsILoadContextInfo.idl', |
michael@0 | 52 | 'nsILoadGroup.idl', |
michael@0 | 53 | 'nsILoadGroupChild.idl', |
michael@0 | 54 | 'nsIMIMEInputStream.idl', |
michael@0 | 55 | 'nsIMultiPartChannel.idl', |
michael@0 | 56 | 'nsINestedURI.idl', |
michael@0 | 57 | 'nsINetAddr.idl', |
michael@0 | 58 | 'nsINetUtil.idl', |
michael@0 | 59 | 'nsINetworkLinkService.idl', |
michael@0 | 60 | 'nsINetworkProperties.idl', |
michael@0 | 61 | 'nsINetworkSeer.idl', |
michael@0 | 62 | 'nsINetworkSeerVerifier.idl', |
michael@0 | 63 | 'nsINSSErrorsService.idl', |
michael@0 | 64 | 'nsIParentChannel.idl', |
michael@0 | 65 | 'nsIParentRedirectingChannel.idl', |
michael@0 | 66 | 'nsIPermission.idl', |
michael@0 | 67 | 'nsIPermissionManager.idl', |
michael@0 | 68 | 'nsIPrivateBrowsingChannel.idl', |
michael@0 | 69 | 'nsIProgressEventSink.idl', |
michael@0 | 70 | 'nsIPrompt.idl', |
michael@0 | 71 | 'nsIProtocolHandler.idl', |
michael@0 | 72 | 'nsIProtocolProxyCallback.idl', |
michael@0 | 73 | 'nsIProtocolProxyFilter.idl', |
michael@0 | 74 | 'nsIProtocolProxyService.idl', |
michael@0 | 75 | 'nsIProtocolProxyService2.idl', |
michael@0 | 76 | 'nsIProxiedChannel.idl', |
michael@0 | 77 | 'nsIProxiedProtocolHandler.idl', |
michael@0 | 78 | 'nsIProxyInfo.idl', |
michael@0 | 79 | 'nsIRandomGenerator.idl', |
michael@0 | 80 | 'nsIRedirectChannelRegistrar.idl', |
michael@0 | 81 | 'nsIRedirectResultListener.idl', |
michael@0 | 82 | 'nsIRequest.idl', |
michael@0 | 83 | 'nsIRequestObserver.idl', |
michael@0 | 84 | 'nsIRequestObserverProxy.idl', |
michael@0 | 85 | 'nsIResumableChannel.idl', |
michael@0 | 86 | 'nsISecretDecoderRing.idl', |
michael@0 | 87 | 'nsISecureBrowserUI.idl', |
michael@0 | 88 | 'nsISecurityEventSink.idl', |
michael@0 | 89 | 'nsISecurityInfoProvider.idl', |
michael@0 | 90 | 'nsISerializationHelper.idl', |
michael@0 | 91 | 'nsIServerSocket.idl', |
michael@0 | 92 | 'nsISimpleStreamListener.idl', |
michael@0 | 93 | 'nsISiteSecurityService.idl', |
michael@0 | 94 | 'nsISocketTransport.idl', |
michael@0 | 95 | 'nsISocketTransportService.idl', |
michael@0 | 96 | 'nsISpeculativeConnect.idl', |
michael@0 | 97 | 'nsIStandardURL.idl', |
michael@0 | 98 | 'nsIStreamingProtocolController.idl', |
michael@0 | 99 | 'nsIStreamingProtocolService.idl', |
michael@0 | 100 | 'nsIStreamListener.idl', |
michael@0 | 101 | 'nsIStreamListenerTee.idl', |
michael@0 | 102 | 'nsIStreamLoader.idl', |
michael@0 | 103 | 'nsIStreamTransportService.idl', |
michael@0 | 104 | 'nsISyncStreamListener.idl', |
michael@0 | 105 | 'nsISystemProxySettings.idl', |
michael@0 | 106 | 'nsIThreadRetargetableRequest.idl', |
michael@0 | 107 | 'nsIThreadRetargetableStreamListener.idl', |
michael@0 | 108 | 'nsITimedChannel.idl', |
michael@0 | 109 | 'nsITraceableChannel.idl', |
michael@0 | 110 | 'nsITransport.idl', |
michael@0 | 111 | 'nsIUDPSocket.idl', |
michael@0 | 112 | 'nsIUDPSocketFilter.idl', |
michael@0 | 113 | 'nsIUnicharStreamLoader.idl', |
michael@0 | 114 | 'nsIUploadChannel.idl', |
michael@0 | 115 | 'nsIUploadChannel2.idl', |
michael@0 | 116 | 'nsIURI.idl', |
michael@0 | 117 | 'nsIURIChecker.idl', |
michael@0 | 118 | 'nsIURIClassifier.idl', |
michael@0 | 119 | 'nsIURIWithPrincipal.idl', |
michael@0 | 120 | 'nsIURL.idl', |
michael@0 | 121 | 'nsIURLParser.idl', |
michael@0 | 122 | 'nsPILoadGroupInternal.idl', |
michael@0 | 123 | 'nsPISocketTransportService.idl', |
michael@0 | 124 | ] |
michael@0 | 125 | |
michael@0 | 126 | if CONFIG['MOZ_TOOLKIT_SEARCH']: |
michael@0 | 127 | XPIDL_SOURCES += [ |
michael@0 | 128 | 'nsIBrowserSearchService.idl', |
michael@0 | 129 | ] |
michael@0 | 130 | |
michael@0 | 131 | XPIDL_MODULE = 'necko' |
michael@0 | 132 | |
michael@0 | 133 | EXPORTS += [ |
michael@0 | 134 | 'netCore.h', |
michael@0 | 135 | 'nsASocketHandler.h', |
michael@0 | 136 | 'nsAsyncRedirectVerifyHelper.h', |
michael@0 | 137 | 'nsChannelProperties.h', |
michael@0 | 138 | 'nsNetStrings.h', |
michael@0 | 139 | 'nsNetUtil.h', |
michael@0 | 140 | 'nsReadLine.h', |
michael@0 | 141 | 'nsStreamListenerWrapper.h', |
michael@0 | 142 | 'nsURIHashKey.h', |
michael@0 | 143 | ] |
michael@0 | 144 | |
michael@0 | 145 | if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'gonk': |
michael@0 | 146 | EXPORTS += [ |
michael@0 | 147 | 'NetStatistics.h', |
michael@0 | 148 | ] |
michael@0 | 149 | |
michael@0 | 150 | FAIL_ON_WARNINGS = True |
michael@0 | 151 |