2012-05-21 04:12:37 -07:00
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2012-08-04 11:26:44 -07:00
|
|
|
DEPTH = @DEPTH@
|
2007-03-22 10:30:00 -07:00
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
|
|
|
MODULE = content
|
|
|
|
XPIDL_MODULE = content_base
|
|
|
|
GRE_MODULE = 1
|
|
|
|
|
|
|
|
EXPORTS = \
|
|
|
|
mozFlushType.h \
|
|
|
|
nsIContent.h \
|
|
|
|
nsIAttribute.h \
|
|
|
|
nsIContentIterator.h \
|
|
|
|
nsContentPolicyUtils.h \
|
|
|
|
nsContentUtils.h \
|
|
|
|
nsIDocument.h \
|
2011-06-28 18:05:34 -07:00
|
|
|
nsDeprecatedOperationList.h \
|
2007-03-22 10:30:00 -07:00
|
|
|
nsIDocumentObserver.h \
|
|
|
|
nsIMutationObserver.h \
|
|
|
|
nsINameSpaceManager.h \
|
|
|
|
nsINode.h \
|
|
|
|
nsINodeInfo.h \
|
2008-09-10 20:15:29 -07:00
|
|
|
nsINodeList.h \
|
2007-03-22 10:30:00 -07:00
|
|
|
nsIScriptElement.h \
|
|
|
|
nsIStyleSheetLinkingElement.h \
|
|
|
|
nsIContentSerializer.h \
|
|
|
|
nsIXPathEvaluatorInternal.h \
|
|
|
|
nsCaseTreatment.h \
|
|
|
|
nsContentCID.h \
|
|
|
|
nsCopySupport.h \
|
|
|
|
nsContentCreatorFunctions.h \
|
2008-06-24 18:55:01 -07:00
|
|
|
nsDOMFile.h \
|
2007-03-22 10:30:00 -07:00
|
|
|
nsLineBreaker.h \
|
2008-06-24 18:55:01 -07:00
|
|
|
nsReferencedElement.h \
|
2011-07-29 04:48:04 -07:00
|
|
|
nsTreeSanitizer.h \
|
2008-06-24 18:55:01 -07:00
|
|
|
nsXMLNameSpaceMap.h \
|
2011-11-30 10:37:57 -08:00
|
|
|
nsIXFormsUtilityService.h \
|
2010-05-05 11:18:05 -07:00
|
|
|
$(NULL)
|
|
|
|
|
2012-03-10 08:13:51 -08:00
|
|
|
EXPORTS_NAMESPACES = mozilla/dom mozilla
|
2010-05-05 11:18:05 -07:00
|
|
|
|
|
|
|
EXPORTS_mozilla/dom = \
|
2012-04-16 21:03:10 -07:00
|
|
|
DirectionalityUtils.h \
|
2010-10-25 05:17:38 -07:00
|
|
|
Element.h \
|
2012-06-27 06:01:55 -07:00
|
|
|
FragmentOrElement.h \
|
2010-10-25 05:17:38 -07:00
|
|
|
FromParser.h \
|
|
|
|
$(NULL)
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2012-03-10 08:13:51 -08:00
|
|
|
EXPORTS_mozilla = \
|
|
|
|
CORSMode.h \
|
|
|
|
$(NULL)
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
SDK_XPIDLSRCS = \
|
|
|
|
nsISelection.idl \
|
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
XPIDLSRCS = \
|
|
|
|
nsIContentPolicy.idl \
|
|
|
|
nsIDocumentEncoder.idl \
|
2007-07-24 21:29:47 -07:00
|
|
|
nsIDOMFile.idl \
|
2009-11-09 12:05:16 -08:00
|
|
|
nsIDOMFileReader.idl \
|
2007-07-24 21:29:47 -07:00
|
|
|
nsIDOMFileList.idl \
|
2010-02-24 21:58:18 -08:00
|
|
|
nsIDOMFormData.idl \
|
2007-03-22 10:30:00 -07:00
|
|
|
nsIDOMParser.idl \
|
|
|
|
nsIDOMSerializer.idl \
|
|
|
|
nsISelectionController.idl \
|
|
|
|
nsISelectionDisplay.idl \
|
|
|
|
nsISelectionListener.idl \
|
|
|
|
nsISelectionPrivate.idl \
|
|
|
|
nsIScriptLoaderObserver.idl \
|
2010-04-18 11:27:18 -07:00
|
|
|
nsIDroppedLinkHandler.idl \
|
2007-03-22 10:30:00 -07:00
|
|
|
nsIImageLoadingContent.idl \
|
|
|
|
nsIObjectLoadingContent.idl \
|
|
|
|
nsIFrameLoader.idl \
|
|
|
|
nsIXMLHttpRequest.idl \
|
2010-01-21 10:41:24 -08:00
|
|
|
nsIContentSecurityPolicy.idl \
|
2010-05-18 05:28:37 -07:00
|
|
|
nsIFrameMessageManager.idl \
|
2011-12-20 00:20:12 -08:00
|
|
|
nsIWebSocket.idl \
|
2011-05-22 14:30:07 -07:00
|
|
|
nsIEventSource.idl \
|
2007-03-22 10:30:00 -07:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
|