diff options
Diffstat (limited to 'JavaScriptCore/JavaScriptCore.gypi')
| -rw-r--r-- | JavaScriptCore/JavaScriptCore.gypi | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/JavaScriptCore/JavaScriptCore.gypi b/JavaScriptCore/JavaScriptCore.gypi index deb36fb..6b04168 100644 --- a/JavaScriptCore/JavaScriptCore.gypi +++ b/JavaScriptCore/JavaScriptCore.gypi @@ -164,7 +164,6 @@ 'profiler/Profiler.cpp', 'profiler/Profiler.h', 'profiler/ProfilerServer.h', - 'runtime/AlignedMemoryAllocator.h', 'runtime/ArgList.cpp', 'runtime/ArgList.h', 'runtime/Arguments.cpp', @@ -400,12 +399,17 @@ 'wtf/NonCopyingSort.h', 'wtf/Noncopyable.h', 'wtf/NotFound.h', + 'wtf/OSAllocatorPosix.cpp', + 'wtf/OSAllocatorWin.cpp', + 'wtf/OSAllocator.h', 'wtf/OwnArrayPtr.h', 'wtf/OwnFastMallocPtr.h', 'wtf/OwnPtr.h', 'wtf/OwnPtrCommon.h', - 'wtf/PageAllocation.cpp', + 'wtf/PageBlock.cpp', 'wtf/PageAllocation.h', + 'wtf/PageAllocationAligned.cpp', + 'wtf/PageAllocationAligned.h', 'wtf/PageReservation', 'wtf/PassOwnPtr.h', 'wtf/PassRefPtr.h', @@ -422,6 +426,8 @@ 'wtf/RetainPtr.h', 'wtf/SegmentedVector.h', 'wtf/SizeLimits.cpp', + 'wtf/StackBounds.cpp', + 'wtf/StackBounds.h', 'wtf/StaticConstructors.h', 'wtf/StdLibExtras.h', 'wtf/StringExtras.h', |
