removing bitmap/png, screen capturing, and boxmodel colorpicking functionality from DOM Inspector.

b=211096, r=caillon, sr=jst.
This commit is contained in:
dwitte%stanford.edu 2006-05-17 02:34:06 +00:00
Родитель 65d67e1ae8
Коммит cd8cd346a3
2 изменённых файлов: 0 добавлений и 21 удалений

Просмотреть файл

@ -38,11 +38,6 @@ XPIDLSRCS = inIDOMView.idl \
inICSSValueSearch.idl \ inICSSValueSearch.idl \
inIFileSearch.idl \ inIFileSearch.idl \
inIDOMUtils.idl \ inIDOMUtils.idl \
inIScreenCapturer.idl \
inIBitmap.idl \
inIBitmapDepot.idl \
inIBitmapURI.idl \
inIPNGEncoder.idl \
$(NULL) $(NULL)
include $(topsrcdir)/config/rules.mk include $(topsrcdir)/config/rules.mk

Просмотреть файл

@ -39,11 +39,6 @@ REQUIRES = xpcom \
necko \ necko \
docshell \ docshell \
view \ view \
imglib2 \
mimetype \
exthandler \
$(PNG_REQUIRES) \
$(ZLIB_REQUIRES) \
$(NULL) $(NULL)
CPPSRCS= \ CPPSRCS= \
@ -55,19 +50,8 @@ CPPSRCS= \
inFileSearch.cpp \ inFileSearch.cpp \
inDOMUtils.cpp \ inDOMUtils.cpp \
inLayoutUtils.cpp \ inLayoutUtils.cpp \
inBitmap.cpp \
inBitmapDepot.cpp \
inBitmapDecoder.cpp \
inBitmapProtocolHandler.cpp \
inBitmapChannel.cpp \
inBitmapURI.cpp \
inPNGEncoder.cpp \
$(NULL) $(NULL)
ifeq ($(OS_ARCH),WINNT)
DIRS += win
endif
FORCE_STATIC_LIB = 1 FORCE_STATIC_LIB = 1
# This library is used by other shared libs in a static build # This library is used by other shared libs in a static build
FORCE_USE_PIC = 1 FORCE_USE_PIC = 1