зеркало из https://github.com/mozilla/pjs.git
enabling print progress
Bug 113917 r=dcone sr=attinasi
This commit is contained in:
Родитель
6a306e27e2
Коммит
a60fa30be1
|
@ -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 \
|
||||
|
|
Загрузка…
Ссылка в новой задаче