mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
move nsDeque to xpcom glue. Bug 395349, r+a=bsmedberg
This commit is contained in:
parent
873dd9d3ff
commit
4d5884fb58
@ -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 \
|
||||
|
@ -112,6 +112,7 @@ SDK_HEADERS = \
|
||||
nsIClassInfoImpl.h \
|
||||
nsTObserverArray.h \
|
||||
nsCycleCollectionParticipant.h \
|
||||
nsDeque.h \
|
||||
$(NULL)
|
||||
|
||||
EXPORTS = \
|
||||
|
@ -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))
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user