зеркало из https://github.com/mozilla/gecko-dev.git
removing bitmap/png, screen capturing, and boxmodel colorpicking functionality from DOM Inspector.
b=211096, r=caillon, sr=jst.
This commit is contained in:
Родитель
65d67e1ae8
Коммит
cd8cd346a3
|
@ -38,11 +38,6 @@ XPIDLSRCS = inIDOMView.idl \
|
|||
inICSSValueSearch.idl \
|
||||
inIFileSearch.idl \
|
||||
inIDOMUtils.idl \
|
||||
inIScreenCapturer.idl \
|
||||
inIBitmap.idl \
|
||||
inIBitmapDepot.idl \
|
||||
inIBitmapURI.idl \
|
||||
inIPNGEncoder.idl \
|
||||
$(NULL)
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
|
|
@ -39,11 +39,6 @@ REQUIRES = xpcom \
|
|||
necko \
|
||||
docshell \
|
||||
view \
|
||||
imglib2 \
|
||||
mimetype \
|
||||
exthandler \
|
||||
$(PNG_REQUIRES) \
|
||||
$(ZLIB_REQUIRES) \
|
||||
$(NULL)
|
||||
|
||||
CPPSRCS= \
|
||||
|
@ -55,19 +50,8 @@ CPPSRCS= \
|
|||
inFileSearch.cpp \
|
||||
inDOMUtils.cpp \
|
||||
inLayoutUtils.cpp \
|
||||
inBitmap.cpp \
|
||||
inBitmapDepot.cpp \
|
||||
inBitmapDecoder.cpp \
|
||||
inBitmapProtocolHandler.cpp \
|
||||
inBitmapChannel.cpp \
|
||||
inBitmapURI.cpp \
|
||||
inPNGEncoder.cpp \
|
||||
$(NULL)
|
||||
|
||||
ifeq ($(OS_ARCH),WINNT)
|
||||
DIRS += win
|
||||
endif
|
||||
|
||||
FORCE_STATIC_LIB = 1
|
||||
# This library is used by other shared libs in a static build
|
||||
FORCE_USE_PIC = 1
|
||||
|
|
Загрузка…
Ссылка в новой задаче