|
1 # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- |
|
2 # vim: set filetype=python: |
|
3 # This Source Code Form is subject to the terms of the Mozilla Public |
|
4 # License, v. 2.0. If a copy of the MPL was not distributed with this |
|
5 # file, You can obtain one at http://mozilla.org/MPL/2.0/. |
|
6 |
|
7 XPIDL_SOURCES += [ |
|
8 'nsIContentPolicy.idl', |
|
9 'nsIContentSecurityPolicy.idl', |
|
10 'nsIDocumentEncoder.idl', |
|
11 'nsIDOMDataChannel.idl', |
|
12 'nsIDOMFile.idl', |
|
13 'nsIDOMFileList.idl', |
|
14 'nsIDOMFileReader.idl', |
|
15 'nsIDOMFormData.idl', |
|
16 'nsIDOMParser.idl', |
|
17 'nsIDOMSerializer.idl', |
|
18 'nsIDroppedLinkHandler.idl', |
|
19 'nsIFrameLoader.idl', |
|
20 'nsIImageLoadingContent.idl', |
|
21 'nsIMessageManager.idl', |
|
22 'nsIObjectLoadingContent.idl', |
|
23 'nsIScriptLoaderObserver.idl', |
|
24 'nsISelection.idl', |
|
25 'nsISelectionController.idl', |
|
26 'nsISelectionDisplay.idl', |
|
27 'nsISelectionListener.idl', |
|
28 'nsISelectionPrivate.idl', |
|
29 'nsIXMLHttpRequest.idl', |
|
30 ] |
|
31 |
|
32 XPIDL_MODULE = 'content_base' |
|
33 |
|
34 EXPORTS += [ |
|
35 'HTMLSplitOnSpacesTokenizer.h', |
|
36 'mozFlushType.h', |
|
37 'nsCaseTreatment.h', |
|
38 'nsContentCID.h', |
|
39 'nsContentCreatorFunctions.h', |
|
40 'nsContentPolicyUtils.h', |
|
41 'nsContentTypeParser.h', |
|
42 'nsContentUtils.h', |
|
43 'nsCopySupport.h', |
|
44 'nsDeprecatedOperationList.h', |
|
45 'nsDocElementCreatedNotificationRunner.h', |
|
46 'nsDOMFile.h', |
|
47 'nsHostObjectProtocolHandler.h', |
|
48 'nsIAttribute.h', |
|
49 'nsIContent.h', |
|
50 'nsIContentInlines.h', |
|
51 'nsIContentIterator.h', |
|
52 'nsIContentSerializer.h', |
|
53 'nsIDocument.h', |
|
54 'nsIDocumentInlines.h', |
|
55 'nsIDocumentObserver.h', |
|
56 'nsIMutationObserver.h', |
|
57 'nsINode.h', |
|
58 'nsINodeInfo.h', |
|
59 'nsINodeList.h', |
|
60 'nsIScriptElement.h', |
|
61 'nsIStyleSheetLinkingElement.h', |
|
62 'nsLineBreaker.h', |
|
63 'nsNameSpaceManager.h', |
|
64 'nsReferencedElement.h', |
|
65 'nsTreeSanitizer.h', |
|
66 'nsViewportInfo.h', |
|
67 'nsXMLNameSpaceMap.h', |
|
68 ] |
|
69 |
|
70 EXPORTS.mozilla.dom += [ |
|
71 'DirectionalityUtils.h', |
|
72 'Element.h', |
|
73 'ElementInlines.h', |
|
74 'FragmentOrElement.h', |
|
75 'FromParser.h', |
|
76 ] |
|
77 |
|
78 EXPORTS.mozilla += [ |
|
79 'CORSMode.h', |
|
80 ] |
|
81 |