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: 'nsIDOMAttr.idl', michael@0: 'nsIDOMCDATASection.idl', michael@0: 'nsIDOMCharacterData.idl', michael@0: 'nsIDOMComment.idl', michael@0: 'nsIDOMDocument.idl', michael@0: 'nsIDOMDocumentFragment.idl', michael@0: 'nsIDOMDocumentType.idl', michael@0: 'nsIDOMDOMException.idl', michael@0: 'nsIDOMDOMImplementation.idl', michael@0: 'nsIDOMElement.idl', michael@0: 'nsIDOMMozNamedAttrMap.idl', michael@0: 'nsIDOMNode.idl', michael@0: 'nsIDOMNodeList.idl', michael@0: 'nsIDOMNSEditableElement.idl', michael@0: 'nsIDOMProcessingInstruction.idl', michael@0: 'nsIDOMText.idl', michael@0: 'nsIDOMUserDataHandler.idl', michael@0: 'nsIDOMXMLDocument.idl', michael@0: 'nsIInlineEventHandlers.idl', michael@0: ] michael@0: michael@0: XPIDL_MODULE = 'dom_core' michael@0: