1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/content/base/public/moz.build Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,81 @@ 1.4 +# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- 1.5 +# vim: set filetype=python: 1.6 +# This Source Code Form is subject to the terms of the Mozilla Public 1.7 +# License, v. 2.0. If a copy of the MPL was not distributed with this 1.8 +# file, You can obtain one at http://mozilla.org/MPL/2.0/. 1.9 + 1.10 +XPIDL_SOURCES += [ 1.11 + 'nsIContentPolicy.idl', 1.12 + 'nsIContentSecurityPolicy.idl', 1.13 + 'nsIDocumentEncoder.idl', 1.14 + 'nsIDOMDataChannel.idl', 1.15 + 'nsIDOMFile.idl', 1.16 + 'nsIDOMFileList.idl', 1.17 + 'nsIDOMFileReader.idl', 1.18 + 'nsIDOMFormData.idl', 1.19 + 'nsIDOMParser.idl', 1.20 + 'nsIDOMSerializer.idl', 1.21 + 'nsIDroppedLinkHandler.idl', 1.22 + 'nsIFrameLoader.idl', 1.23 + 'nsIImageLoadingContent.idl', 1.24 + 'nsIMessageManager.idl', 1.25 + 'nsIObjectLoadingContent.idl', 1.26 + 'nsIScriptLoaderObserver.idl', 1.27 + 'nsISelection.idl', 1.28 + 'nsISelectionController.idl', 1.29 + 'nsISelectionDisplay.idl', 1.30 + 'nsISelectionListener.idl', 1.31 + 'nsISelectionPrivate.idl', 1.32 + 'nsIXMLHttpRequest.idl', 1.33 +] 1.34 + 1.35 +XPIDL_MODULE = 'content_base' 1.36 + 1.37 +EXPORTS += [ 1.38 + 'HTMLSplitOnSpacesTokenizer.h', 1.39 + 'mozFlushType.h', 1.40 + 'nsCaseTreatment.h', 1.41 + 'nsContentCID.h', 1.42 + 'nsContentCreatorFunctions.h', 1.43 + 'nsContentPolicyUtils.h', 1.44 + 'nsContentTypeParser.h', 1.45 + 'nsContentUtils.h', 1.46 + 'nsCopySupport.h', 1.47 + 'nsDeprecatedOperationList.h', 1.48 + 'nsDocElementCreatedNotificationRunner.h', 1.49 + 'nsDOMFile.h', 1.50 + 'nsHostObjectProtocolHandler.h', 1.51 + 'nsIAttribute.h', 1.52 + 'nsIContent.h', 1.53 + 'nsIContentInlines.h', 1.54 + 'nsIContentIterator.h', 1.55 + 'nsIContentSerializer.h', 1.56 + 'nsIDocument.h', 1.57 + 'nsIDocumentInlines.h', 1.58 + 'nsIDocumentObserver.h', 1.59 + 'nsIMutationObserver.h', 1.60 + 'nsINode.h', 1.61 + 'nsINodeInfo.h', 1.62 + 'nsINodeList.h', 1.63 + 'nsIScriptElement.h', 1.64 + 'nsIStyleSheetLinkingElement.h', 1.65 + 'nsLineBreaker.h', 1.66 + 'nsNameSpaceManager.h', 1.67 + 'nsReferencedElement.h', 1.68 + 'nsTreeSanitizer.h', 1.69 + 'nsViewportInfo.h', 1.70 + 'nsXMLNameSpaceMap.h', 1.71 +] 1.72 + 1.73 +EXPORTS.mozilla.dom += [ 1.74 + 'DirectionalityUtils.h', 1.75 + 'Element.h', 1.76 + 'ElementInlines.h', 1.77 + 'FragmentOrElement.h', 1.78 + 'FromParser.h', 1.79 +] 1.80 + 1.81 +EXPORTS.mozilla += [ 1.82 + 'CORSMode.h', 1.83 +] 1.84 +