enabling print progress
Bug 113917 r=dcone sr=attinasi git-svn-id: svn://10.0.0.236/trunk@110942 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
1d2ece589c
commit
3e17ec7de0
@ -68,6 +68,9 @@ XPIDLSRCS = \
|
||||
nsISelectionPrivate.idl \
|
||||
nsIScriptLoader.idl \
|
||||
nsIScriptLoaderObserver.idl \
|
||||
nsIPrintProgress.idl \
|
||||
nsIPrintProgressParams.idl \
|
||||
nsIPrintStatusFeedback.idl \
|
||||
$(NULL)
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
@ -63,6 +63,9 @@ XPIDLSRCS= \
|
||||
.\nsISelectionPrivate.idl \
|
||||
.\nsIScriptLoader.idl \
|
||||
.\nsIScriptLoaderObserver.idl \
|
||||
.\nsIPrintProgress.idl \
|
||||
.\nsIPrintStatusFeedback.idl \
|
||||
.\nsIPrintProgressParams.idl \
|
||||
$(NULL)
|
||||
|
||||
|
||||
|
||||
@ -54,6 +54,7 @@ REQUIRES = xpcom \
|
||||
windowwatcher \
|
||||
imglib2 \
|
||||
gfx2 \
|
||||
uriloader \
|
||||
webbrwsr \
|
||||
$(NULL)
|
||||
|
||||
@ -66,6 +67,8 @@ CPPSRCS = \
|
||||
nsDocumentEncoder.cpp \
|
||||
nsDocumentFragment.cpp \
|
||||
nsDocumentViewer.cpp \
|
||||
nsPrintProgress.cpp \
|
||||
nsPrintProgressParams.cpp \
|
||||
nsDOMAttribute.cpp \
|
||||
nsDOMAttributeMap.cpp \
|
||||
nsDOMDocumentType.cpp \
|
||||
|
||||
@ -55,10 +55,13 @@ REQUIRES = xpcom \
|
||||
intl \
|
||||
imglib2 \
|
||||
gfx2 \
|
||||
uriloader \
|
||||
webBrowser_core\
|
||||
$(NULL)
|
||||
|
||||
CPP_OBJS= \
|
||||
.\$(OBJDIR)\nsPrintProgress.obj \
|
||||
.\$(OBJDIR)\nsPrintProgressParams.obj \
|
||||
.\$(OBJDIR)\nsStyleContext.obj \
|
||||
.\$(OBJDIR)\nsStyleSet.obj \
|
||||
.\$(OBJDIR)\nsCommentNode.obj \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user