Bug 470455 - test_database_sync_embed_visits.js leaks, r=sdwilsh
[wine-gecko.git] / netwerk / base / public / Makefile.in
blob49f150b513fd6ce6fc6dd64415d27c44b9780c96
1 # vim:set noet:
2 # ***** BEGIN LICENSE BLOCK *****
3 # Version: MPL 1.1/GPL 2.0/LGPL 2.1
5 # The contents of this file are subject to the Mozilla Public License Version
6 # 1.1 (the "License"); you may not use this file except in compliance with
7 # the License. You may obtain a copy of the License at
8 # http://www.mozilla.org/MPL/
10 # Software distributed under the License is distributed on an "AS IS" basis,
11 # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
12 # for the specific language governing rights and limitations under the
13 # License.
15 # The Original Code is mozilla.org code.
17 # The Initial Developer of the Original Code is
18 # Netscape Communications Corporation.
19 # Portions created by the Initial Developer are Copyright (C) 1998
20 # the Initial Developer. All Rights Reserved.
22 # Contributor(s):
24 # Alternatively, the contents of this file may be used under the terms of
25 # either the GNU General Public License Version 2 or later (the "GPL"), or
26 # the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
27 # in which case the provisions of the GPL or the LGPL are applicable instead
28 # of those above. If you wish to allow use of your version of this file only
29 # under the terms of either the GPL or the LGPL, and not to allow others to
30 # use your version of this file under the terms of the MPL, indicate your
31 # decision by deleting the provisions above and replace them with the notice
32 # and other provisions required by the GPL or the LGPL. If you do not delete
33 # the provisions above, a recipient may use your version of this file under
34 # the terms of any one of the MPL, the GPL or the LGPL.
36 # ***** END LICENSE BLOCK *****
38 DEPTH = ../../..
39 topsrcdir = @top_srcdir@
40 srcdir = @srcdir@
41 VPATH = @srcdir@
43 include $(DEPTH)/config/autoconf.mk
45 MODULE = necko
46 GRE_MODULE = 1
48 SDK_XPIDLSRCS = \
49 nsIChannel.idl \
50 nsILoadGroup.idl \
51 nsIProtocolHandler.idl \
52 nsIRequest.idl \
53 nsIRequestObserver.idl \
54 nsIStreamListener.idl \
55 nsIIOService.idl \
56 nsIURI.idl \
57 nsIURL.idl \
58 nsIFileURL.idl \
59 nsIUploadChannel.idl \
60 nsIUnicharStreamListener.idl \
61 nsITraceableChannel.idl \
62 $(NULL)
64 XPIDLSRCS = \
65 nsIApplicationCache.idl \
66 nsIApplicationCacheChannel.idl \
67 nsIApplicationCacheContainer.idl \
68 nsIApplicationCacheService.idl \
69 nsIAuthInformation.idl \
70 nsIAuthPrompt.idl \
71 nsIAuthPrompt2.idl \
72 nsIAuthPromptAdapterFactory.idl \
73 nsIAuthPromptCallback.idl \
74 nsIAsyncStreamCopier.idl \
75 nsISafeOutputStream.idl \
76 nsIBufferedStreams.idl \
77 nsICancelable.idl \
78 nsICryptoHash.idl \
79 nsICryptoHMAC.idl \
80 nsIDownloader.idl \
81 nsIEncodedChannel.idl \
82 nsIFileStreams.idl \
83 nsIIncrementalDownload.idl \
84 nsIInputStreamPump.idl \
85 nsIInputStreamChannel.idl \
86 nsIIOService2.idl \
87 nsIMIMEInputStream.idl \
88 nsINetworkLinkService.idl \
89 nsIPasswordManager.idl \
90 nsIPasswordManagerInternal.idl \
91 nsIPermission.idl \
92 nsIPermissionManager.idl \
93 nsIPrivateBrowsingService.idl \
94 nsIProgressEventSink.idl \
95 nsIPrompt.idl \
96 nsIProtocolProxyService.idl \
97 nsIProtocolProxyService2.idl \
98 nsIProtocolProxyFilter.idl \
99 nsIProtocolProxyCallback.idl \
100 nsIProxiedProtocolHandler.idl \
101 nsIProxyAutoConfig.idl \
102 nsIProxyInfo.idl \
103 nsITransport.idl \
104 nsISocketTransport.idl \
105 nsISocketTransportService.idl \
106 nsIServerSocket.idl \
107 nsIResumableChannel.idl \
108 nsIRequestObserverProxy.idl \
109 nsISecurityInfoProvider.idl \
110 nsIStreamListenerTee.idl \
111 nsISimpleStreamListener.idl \
112 nsIStreamTransportService.idl \
113 nsIStreamLoader.idl \
114 nsISyncStreamListener.idl \
115 nsISystemProxySettings.idl \
116 nsIUnicharStreamLoader.idl \
117 nsIStandardURL.idl \
118 nsINestedURI.idl \
119 nsIURLParser.idl \
120 nsIURIChecker.idl \
121 nsISecurityEventSink.idl \
122 nsISecretDecoderRing.idl \
123 nsISecureBrowserUI.idl \
124 nsICryptoFIPSInfo.idl \
125 nsINSSErrorsService.idl \
126 nsICachingChannel.idl \
127 nsIByteRangeRequest.idl \
128 nsIMultiPartChannel.idl \
129 nsIExternalProtocolHandler.idl \
130 nsIAuthModule.idl \
131 nsIContentSniffer.idl \
132 nsIAuthPromptProvider.idl \
133 nsPISocketTransportService.idl \
134 nsIChannelEventSink.idl \
135 nsINetUtil.idl \
136 nsIProxiedChannel.idl \
137 nsIRandomGenerator.idl \
138 $(NULL)
140 EXPORTS = \
141 netCore.h \
142 nsNetError.h \
143 nsNetUtil.h \
144 nsNetStrings.h \
145 nsChannelProperties.h \
146 nsURIHashKey.h \
147 nsReadLine.h \
148 nsCPasswordManager.h \
149 nsCPasswordManagerInternal.h \
150 nsASocketHandler.h \
151 $(NULL)
153 PREF_JS_EXPORTS = $(srcdir)/security-prefs.js
155 include $(topsrcdir)/config/rules.mk
157 DEFINES += -DIMPL_NS_NET