diff options
Diffstat (limited to 'Source/JavaScriptCore/JavaScriptCore.gypi')
-rw-r--r-- | Source/JavaScriptCore/JavaScriptCore.gypi | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/Source/JavaScriptCore/JavaScriptCore.gypi b/Source/JavaScriptCore/JavaScriptCore.gypi index c9367911b..b59be38d9 100644 --- a/Source/JavaScriptCore/JavaScriptCore.gypi +++ b/Source/JavaScriptCore/JavaScriptCore.gypi @@ -27,10 +27,13 @@ 'API/OpaqueJSString.h', 'assembler/MacroAssemblerCodeRef.h', 'bytecode/Opcode.h', - 'heap/AllocationSpace.h', + 'heap/BumpBlock.h', + 'heap/BumpSpace.h', + 'heap/BumpSpaceInlineMethods.h', 'heap/ConservativeRoots.h', 'heap/Handle.h', 'heap/HandleHeap.h', + 'heap/HeapBlock.h', 'heap/SlotVisitor.h', 'heap/HandleStack.h', 'heap/HandleTypes.h', @@ -144,6 +147,7 @@ 'wtf/BumpPointerAllocator.h', 'wtf/ByteArray.h', 'wtf/CheckedArithmetic.h', + 'wtf/CheckedBoolean.h', 'wtf/Compiler.h', 'wtf/Complex.h', 'wtf/CryptographicallyRandomNumber.h', @@ -328,7 +332,6 @@ 'bytecompiler/LabelScope.h', 'bytecompiler/NodesCodegen.cpp', 'bytecompiler/RegisterID.h', - 'heap/AllocationSpace.cpp', 'heap/ConservativeRoots.cpp', 'heap/HandleHeap.cpp', 'heap/HandleStack.cpp', @@ -571,6 +574,8 @@ 'wtf/MainThread.cpp', 'wtf/MallocZoneSupport.h', 'wtf/NullPtr.cpp', + 'wtf/NumberOfCores.cpp', + 'wtf/NumberOfCores.h', 'wtf/OSAllocatorPosix.cpp', 'wtf/OSAllocatorWin.cpp', 'wtf/OSRandomSource.cpp', |