From 5552ee46a17fdc507233b801ae5d4e7df192501a Mon Sep 17 00:00:00 2001 From: "kipp%netscape.com" Date: Tue, 20 Oct 1998 00:19:01 +0000 Subject: [PATCH] Added new header git-svn-id: svn://10.0.0.236/trunk@13150 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/base/public/MANIFEST | 1 + mozilla/layout/base/public/Makefile | 45 +++++++++++------------ mozilla/layout/base/public/makefile.win | 47 +++++++++++++------------ 3 files changed, 48 insertions(+), 45 deletions(-) diff --git a/mozilla/layout/base/public/MANIFEST b/mozilla/layout/base/public/MANIFEST index 7db8d3382ef..4cb2b8ad25b 100644 --- a/mozilla/layout/base/public/MANIFEST +++ b/mozilla/layout/base/public/MANIFEST @@ -21,3 +21,4 @@ nsIStyleRule.h nsIStyleSet.h nsIStyleSheet.h nsITextContent.h +nsTextFragment.h diff --git a/mozilla/layout/base/public/Makefile b/mozilla/layout/base/public/Makefile index 018228939e0..83b6870f7a2 100644 --- a/mozilla/layout/base/public/Makefile +++ b/mozilla/layout/base/public/Makefile @@ -19,29 +19,30 @@ DEPTH = ../../.. MODULE = raptor -EXPORTS = \ - nslayout.h \ - nsIContent.h \ - nsIDocument.h \ - nsIDocumentContainer.h \ - nsIDocumentObserver.h \ - nsIFrame.h \ +EXPORTS = \ + nslayout.h \ + nsIContent.h \ + nsIDocument.h \ + nsIDocumentContainer.h \ + nsIDocumentObserver.h \ + nsIFrame.h \ nsIFrameReflow.h \ - nsIFrameImageLoader.h \ - nsIPresContext.h \ - nsIPresShell.h \ - nsIReflowCommand.h \ - nsISelection.h \ - nsISpaceManager.h \ - nsStyleCoord.h \ - nsStyleStruct.h \ - nsIStyleContext.h \ - nsIStyleRule.h \ - nsIStyleSet.h \ - nsIStyleSheet.h \ - nsITextContent.h \ - nsIStyleFrameConstruction.h \ - nsStyleConsts.h \ + nsIFrameImageLoader.h \ + nsIPresContext.h \ + nsIPresShell.h \ + nsIReflowCommand.h \ + nsISelection.h \ + nsISpaceManager.h \ + nsIStyleContext.h \ + nsIStyleFrameConstruction.h \ + nsIStyleRule.h \ + nsIStyleSet.h \ + nsIStyleSheet.h \ + nsITextContent.h \ + nsStyleConsts.h \ + nsStyleCoord.h \ + nsStyleStruct.h \ + nsTextFragment.h \ $(NULL) include $(DEPTH)/config/config.mk diff --git a/mozilla/layout/base/public/makefile.win b/mozilla/layout/base/public/makefile.win index 3cad1c74600..92ca19d86ae 100644 --- a/mozilla/layout/base/public/makefile.win +++ b/mozilla/layout/base/public/makefile.win @@ -17,29 +17,30 @@ DEPTH=..\..\.. -EXPORTS = \ - nslayout.h \ - nsIContent.h \ - nsIDocument.h \ - nsIDocumentContainer.h \ - nsIDocumentObserver.h \ - nsIFrame.h \ - nsIFrameReflow.h \ - nsIFrameImageLoader.h \ - nsIPresContext.h \ - nsIPresShell.h \ - nsIReflowCommand.h \ - nsISelection.h \ - nsISpaceManager.h \ - nsStyleConsts.h \ - nsStyleCoord.h \ - nsStyleStruct.h \ - nsIStyleContext.h \ - nsIStyleRule.h \ - nsIStyleSet.h \ - nsIStyleSheet.h \ - nsITextContent.h \ - nsIStyleFrameConstruction.h \ +EXPORTS = \ + nslayout.h \ + nsIContent.h \ + nsIDocument.h \ + nsIDocumentContainer.h \ + nsIDocumentObserver.h \ + nsIFrame.h \ + nsIFrameReflow.h \ + nsIFrameImageLoader.h \ + nsIPresContext.h \ + nsIPresShell.h \ + nsIReflowCommand.h \ + nsISelection.h \ + nsISpaceManager.h \ + nsIStyleContext.h \ + nsIStyleFrameConstruction.h \ + nsIStyleRule.h \ + nsIStyleSet.h \ + nsIStyleSheet.h \ + nsITextContent.h \ + nsStyleConsts.h \ + nsStyleCoord.h \ + nsStyleStruct.h \ + nsTextFragment.h \ $(NULL) MODULE=raptor