michael@0: # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- michael@0: # vim: set filetype=python: michael@0: # This Source Code Form is subject to the terms of the Mozilla Public michael@0: # License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: # file, You can obtain one at http://mozilla.org/MPL/2.0/. michael@0: michael@0: XPIDL_SOURCES += [ michael@0: 'nsIContentPolicy.idl', michael@0: 'nsIContentSecurityPolicy.idl', michael@0: 'nsIDocumentEncoder.idl', michael@0: 'nsIDOMDataChannel.idl', michael@0: 'nsIDOMFile.idl', michael@0: 'nsIDOMFileList.idl', michael@0: 'nsIDOMFileReader.idl', michael@0: 'nsIDOMFormData.idl', michael@0: 'nsIDOMParser.idl', michael@0: 'nsIDOMSerializer.idl', michael@0: 'nsIDroppedLinkHandler.idl', michael@0: 'nsIFrameLoader.idl', michael@0: 'nsIImageLoadingContent.idl', michael@0: 'nsIMessageManager.idl', michael@0: 'nsIObjectLoadingContent.idl', michael@0: 'nsIScriptLoaderObserver.idl', michael@0: 'nsISelection.idl', michael@0: 'nsISelectionController.idl', michael@0: 'nsISelectionDisplay.idl', michael@0: 'nsISelectionListener.idl', michael@0: 'nsISelectionPrivate.idl', michael@0: 'nsIXMLHttpRequest.idl', michael@0: ] michael@0: michael@0: XPIDL_MODULE = 'content_base' michael@0: michael@0: EXPORTS += [ michael@0: 'HTMLSplitOnSpacesTokenizer.h', michael@0: 'mozFlushType.h', michael@0: 'nsCaseTreatment.h', michael@0: 'nsContentCID.h', michael@0: 'nsContentCreatorFunctions.h', michael@0: 'nsContentPolicyUtils.h', michael@0: 'nsContentTypeParser.h', michael@0: 'nsContentUtils.h', michael@0: 'nsCopySupport.h', michael@0: 'nsDeprecatedOperationList.h', michael@0: 'nsDocElementCreatedNotificationRunner.h', michael@0: 'nsDOMFile.h', michael@0: 'nsHostObjectProtocolHandler.h', michael@0: 'nsIAttribute.h', michael@0: 'nsIContent.h', michael@0: 'nsIContentInlines.h', michael@0: 'nsIContentIterator.h', michael@0: 'nsIContentSerializer.h', michael@0: 'nsIDocument.h', michael@0: 'nsIDocumentInlines.h', michael@0: 'nsIDocumentObserver.h', michael@0: 'nsIMutationObserver.h', michael@0: 'nsINode.h', michael@0: 'nsINodeInfo.h', michael@0: 'nsINodeList.h', michael@0: 'nsIScriptElement.h', michael@0: 'nsIStyleSheetLinkingElement.h', michael@0: 'nsLineBreaker.h', michael@0: 'nsNameSpaceManager.h', michael@0: 'nsReferencedElement.h', michael@0: 'nsTreeSanitizer.h', michael@0: 'nsViewportInfo.h', michael@0: 'nsXMLNameSpaceMap.h', michael@0: ] michael@0: michael@0: EXPORTS.mozilla.dom += [ michael@0: 'DirectionalityUtils.h', michael@0: 'Element.h', michael@0: 'ElementInlines.h', michael@0: 'FragmentOrElement.h', michael@0: 'FromParser.h', michael@0: ] michael@0: michael@0: EXPORTS.mozilla += [ michael@0: 'CORSMode.h', michael@0: ] michael@0: