move nsDeque to xpcom glue. Bug 395349, r+a=bsmedberg

This commit is contained in:
aaronr@us.ibm.com 2007-09-18 11:14:34 -07:00
parent 75f37ea5b2
commit 2c8a07cf79
6 changed files with 3 additions and 3 deletions

View File

@ -58,7 +58,6 @@ CPPSRCS = \
nsByteBuffer.cpp \
nsCheapSets.cpp \
nsCRT.cpp \
nsDeque.cpp \
nsFixedSizeAllocator.cpp \
nsHashSets.cpp \
nsHashtable.cpp \
@ -87,7 +86,6 @@ EXPORTS = \
nsCheapSets.h \
nsCppSharedAllocator.h \
nsCRT.h \
nsDeque.h \
nsDoubleHashtable.h \
nsExpirationTracker.h \
nsFixedSizeAllocator.h \

View File

@ -112,6 +112,7 @@ SDK_HEADERS = \
nsIClassInfoImpl.h \
nsTObserverArray.h \
nsCycleCollectionParticipant.h \
nsDeque.h \
$(NULL)
EXPORTS = \

View File

@ -64,6 +64,7 @@ XPCOM_GLUE_SRC_LCPPSRCS = \
nsThreadUtils.cpp \
nsTObserverArray.cpp \
nsCycleCollectionParticipant.cpp \
nsDeque.cpp \
$(NULL)
XPCOM_GLUE_SRC_CPPSRCS = $(addprefix $(topsrcdir)/xpcom/glue/, $(XPCOM_GLUE_SRC_LCPPSRCS))

View File

@ -52,7 +52,7 @@ CPPSRCS = \
$(topsrcdir)/xpcom/ds/nsString.cpp \
$(topsrcdir)/xpcom/ds/nsCRT.cpp \
$(topsrcdir)/xpcom/base/nsAllocator.cpp \
$(topsrcdir)/xpcom/ds/nsDeque.cpp \
$(topsrcdir)/xpcom/glue/nsDeque.cpp \
profile_main.cpp \
$(NULL)
# test_main.cpp \