summaryrefslogtreecommitdiffstats
path: root/Source/JavaScriptCore/JavaScriptCore.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'Source/JavaScriptCore/JavaScriptCore.gypi')
-rw-r--r--Source/JavaScriptCore/JavaScriptCore.gypi54
1 files changed, 28 insertions, 26 deletions
diff --git a/Source/JavaScriptCore/JavaScriptCore.gypi b/Source/JavaScriptCore/JavaScriptCore.gypi
index cb93a29..352ec97 100644
--- a/Source/JavaScriptCore/JavaScriptCore.gypi
+++ b/Source/JavaScriptCore/JavaScriptCore.gypi
@@ -27,12 +27,15 @@
'API/OpaqueJSString.h',
'assembler/MacroAssemblerCodeRef.h',
'bytecode/Opcode.h',
- 'collector/handles/Global.h',
- 'collector/handles/Handle.h',
- 'collector/handles/HandleHeap.h',
- 'collector/handles/HandleStack.h',
- 'collector/handles/Local.h',
- 'collector/handles/LocalScope.h',
+ 'heap/ConservativeRoots.h',
+ 'heap/Handle.h',
+ 'heap/HandleHeap.h',
+ 'heap/HandleStack.h',
+ 'heap/Heap.h',
+ 'heap/Local.h',
+ 'heap/LocalScope.h',
+ 'heap/Strong.h',
+ 'heap/Weak.h',
'config.h',
'debugger/Debugger.h',
'debugger/DebuggerActivation.h',
@@ -69,7 +72,6 @@
'runtime/FunctionConstructor.h',
'runtime/FunctionPrototype.h',
'runtime/GCActivityCallback.h',
- 'runtime/Heap.h',
'runtime/Identifier.h',
'runtime/InitializeThreading.h',
'runtime/InternalFunction.h',
@@ -80,7 +82,6 @@
'runtime/JSFunction.h',
'runtime/JSGlobalData.h',
'runtime/JSGlobalObject.h',
- 'runtime/JSImmediate.h',
'runtime/JSLock.h',
'runtime/JSNumberCell.h',
'runtime/JSObject.h',
@@ -89,13 +90,10 @@
'runtime/JSType.h',
'runtime/JSTypeInfo.h',
'runtime/JSValue.h',
+ 'runtime/JSValueInlineMethods.h',
'runtime/JSVariableObject.h',
'runtime/JSWrapperObject.h',
'runtime/Lookup.h',
- 'runtime/MachineStackMarker.h',
- 'runtime/MarkStack.h',
- 'runtime/MarkedBlock.h',
- 'runtime/MarkedSpace.h',
'runtime/MathObject.h',
'runtime/MemoryStatistics.h',
'runtime/NumberObject.h',
@@ -128,11 +126,11 @@
'runtime/UString.h',
'runtime/UStringBuilder.h',
'runtime/WeakGCMap.h',
- 'runtime/WeakGCPtr.h',
'runtime/WeakRandom.h',
'runtime/WriteBarrier.h',
'wtf/ASCIICType.h',
'wtf/AVLTree.h',
+ 'wtf/Alignment.h',
'wtf/AlwaysInline.h',
'wtf/Assertions.h',
'wtf/Atomics.h',
@@ -310,8 +308,21 @@
'bytecompiler/LabelScope.h',
'bytecompiler/NodesCodegen.cpp',
'bytecompiler/RegisterID.h',
- 'collector/handles/HandleHeap.cpp',
- 'collector/handles/HandleStack.cpp',
+ 'heap/ConservativeRoots.cpp',
+ 'heap/HandleHeap.cpp',
+ 'heap/HandleStack.cpp',
+ 'heap/Heap.cpp',
+ 'heap/MachineStackMarker.cpp',
+ 'heap/MachineStackMarker.h',
+ 'heap/MarkStack.cpp',
+ 'heap/MarkStack.h',
+ 'heap/MarkStackPosix.cpp',
+ 'heap/MarkStackSymbian.cpp',
+ 'heap/MarkStackWin.cpp',
+ 'heap/MarkedBlock.cpp',
+ 'heap/MarkedBlock.h',
+ 'heap/MarkedSpace.cpp',
+ 'heap/MarkedSpace.h',
'debugger/Debugger.cpp',
'debugger/DebuggerActivation.cpp',
'debugger/DebuggerCallFrame.cpp',
@@ -456,8 +467,6 @@
'runtime/CallData.cpp',
'runtime/CommonIdentifiers.cpp',
'runtime/Completion.cpp',
- 'runtime/ConservativeSet.cpp',
- 'runtime/ConservativeSet.h',
'runtime/ConstructData.cpp',
'runtime/DateConstructor.cpp',
'runtime/DateConstructor.h',
@@ -482,7 +491,6 @@
'runtime/GCActivityCallbackCF.cpp',
'runtime/GetterSetter.cpp',
'runtime/GetterSetter.h',
- 'runtime/Heap.cpp',
'runtime/Identifier.cpp',
'runtime/InitializeThreading.cpp',
'runtime/InternalFunction.cpp',
@@ -497,7 +505,6 @@
'runtime/JSGlobalObject.cpp',
'runtime/JSGlobalObjectFunctions.cpp',
'runtime/JSGlobalObjectFunctions.h',
- 'runtime/JSImmediate.cpp',
'runtime/JSLock.cpp',
'runtime/JSNotAnObject.cpp',
'runtime/JSNotAnObject.h',
@@ -520,13 +527,6 @@
'runtime/LiteralParser.cpp',
'runtime/LiteralParser.h',
'runtime/Lookup.cpp',
- 'runtime/MachineStackMarker.cpp',
- 'runtime/MarkStack.cpp',
- 'runtime/MarkStackPosix.cpp',
- 'runtime/MarkStackSymbian.cpp',
- 'runtime/MarkStackWin.cpp',
- 'runtime/MarkedBlock.cpp',
- 'runtime/MarkedSpace.cpp',
'runtime/MathObject.cpp',
'runtime/MemoryStatistics.cpp',
'runtime/NativeErrorConstructor.cpp',
@@ -577,6 +577,8 @@
'wtf/CurrentTime.cpp',
'wtf/DateMath.cpp',
'wtf/DecimalNumber.cpp',
+ 'wtf/DynamicAnnotations.cpp',
+ 'wtf/DynamicAnnotations.h',
'wtf/FastMalloc.cpp',
'wtf/HashTable.cpp',
'wtf/MD5.cpp',