summaryrefslogtreecommitdiffstats
path: root/JavaScriptCore/JavaScriptCore.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'JavaScriptCore/JavaScriptCore.gypi')
-rw-r--r--JavaScriptCore/JavaScriptCore.gypi78
1 files changed, 58 insertions, 20 deletions
diff --git a/JavaScriptCore/JavaScriptCore.gypi b/JavaScriptCore/JavaScriptCore.gypi
index c67b6a8..deb36fb 100644
--- a/JavaScriptCore/JavaScriptCore.gypi
+++ b/JavaScriptCore/JavaScriptCore.gypi
@@ -110,22 +110,27 @@
'jit/ExecutableAllocator.cpp',
'jit/ExecutableAllocator.h',
'jit/ExecutableAllocatorFixedVMPool.cpp',
- 'jit/ExecutableAllocatorPosix.cpp',
- 'jit/ExecutableAllocatorWin.cpp',
'jit/JIT.cpp',
'jit/JIT.h',
'jit/JITArithmetic.cpp',
+ 'jit/JITArithmetic32_64.cpp',
'jit/JITCall.cpp',
+ 'jit/JITCall32_64.cpp',
'jit/JITCode.h',
'jit/JITInlineMethods.h',
'jit/JITOpcodes.cpp',
+ 'jit/JITOpcodes32_64.cpp',
'jit/JITPropertyAccess.cpp',
+ 'jit/JITPropertyAccess32_64.cpp',
'jit/JITStubCall.h',
'jit/JITStubs.cpp',
'jit/JITStubs.h',
'jsc.cpp',
'os-win32/stdbool.h',
'os-win32/stdint.h',
+ 'parser/ASTBuilder.h',
+ 'parser/JSParser.cpp',
+ 'parser/JSParser.h',
'parser/Lexer.cpp',
'parser/Lexer.h',
'parser/NodeConstructors.h',
@@ -139,6 +144,7 @@
'parser/ResultType.h',
'parser/SourceCode.h',
'parser/SourceProvider.h',
+ 'parser/SyntaxChecker.h',
'pcre/pcre.h',
'pcre/pcre_compile.cpp',
'pcre/pcre_exec.cpp',
@@ -158,6 +164,7 @@
'profiler/Profiler.cpp',
'profiler/Profiler.h',
'profiler/ProfilerServer.h',
+ 'runtime/AlignedMemoryAllocator.h',
'runtime/ArgList.cpp',
'runtime/ArgList.h',
'runtime/Arguments.cpp',
@@ -208,6 +215,10 @@
'runtime/FunctionConstructor.h',
'runtime/FunctionPrototype.cpp',
'runtime/FunctionPrototype.h',
+ 'runtime/GCActivityCallback.cpp',
+ 'runtime/GCActivityCallback.h',
+ 'runtime/GCHandle.cpp',
+ 'runtime/GCHandle.h',
'runtime/GetterSetter.cpp',
'runtime/GetterSetter.h',
'runtime/GlobalEvalFunction.cpp',
@@ -244,6 +255,8 @@
'runtime/JSNumberCell.h',
'runtime/JSObject.cpp',
'runtime/JSObject.h',
+ 'runtime/JSObjectWithGlobalObject.cpp',
+ 'runtime/JSObjectWithGlobalObject.h',
'runtime/JSONObject.cpp',
'runtime/JSONObject.h',
'runtime/JSPropertyNameIterator.cpp',
@@ -299,8 +312,11 @@
'runtime/PutPropertySlot.h',
'runtime/RegExp.cpp',
'runtime/RegExp.h',
+ 'runtime/RegExpCache.cpp',
+ 'runtime/RegExpCache.h',
'runtime/RegExpConstructor.cpp',
'runtime/RegExpConstructor.h',
+ 'runtime/RegExpKey.h',
'runtime/RegExpMatchesArray.h',
'runtime/RegExpObject.cpp',
'runtime/RegExpObject.h',
@@ -324,31 +340,22 @@
'runtime/StructureChain.h',
'runtime/StructureTransitionTable.h',
'runtime/SymbolTable.h',
+ 'runtime/Terminator.h',
'runtime/TimeoutChecker.cpp',
'runtime/TimeoutChecker.h',
'runtime/Tracing.h',
'runtime/UString.cpp',
'runtime/UString.h',
+ 'runtime/UStringBuilder.h',
+ 'runtime/UStringConcatenate.h',
'runtime/WeakRandom.h',
- 'wrec/CharacterClass.cpp',
- 'wrec/CharacterClass.h',
- 'wrec/CharacterClassConstructor.cpp',
- 'wrec/CharacterClassConstructor.h',
- 'wrec/Escapes.h',
- 'wrec/Quantifier.h',
- 'wrec/WREC.cpp',
- 'wrec/WREC.h',
- 'wrec/WRECFunctors.cpp',
- 'wrec/WRECFunctors.h',
- 'wrec/WRECGenerator.cpp',
- 'wrec/WRECGenerator.h',
- 'wrec/WRECParser.cpp',
- 'wrec/WRECParser.h',
'wtf/AlwaysInline.h',
'wtf/ASCIICType.h',
'wtf/Assertions.cpp',
'wtf/Assertions.h',
+ 'wtf/Atomics.h',
'wtf/AVLTree.h',
+ 'wtf/Bitmap.h',
'wtf/ByteArray.cpp',
'wtf/ByteArray.h',
'wtf/chromium/ChromiumThreading.h',
@@ -358,6 +365,7 @@
'wtf/CurrentTime.h',
'wtf/DateMath.cpp',
'wtf/DateMath.h',
+ 'wtf/DecimalNumber.cpp',
'wtf/Deque.h',
'wtf/DisallowCType.h',
'wtf/dtoa.cpp',
@@ -367,8 +375,8 @@
'wtf/FastMalloc.h',
'wtf/Forward.h',
'wtf/GetPtr.h',
- 'wtf/gtk/GOwnPtr.cpp',
- 'wtf/gtk/GOwnPtr.h',
+ 'wtf/gobject/GOwnPtr.cpp',
+ 'wtf/gobject/GOwnPtr.h',
'wtf/gtk/MainThreadGtk.cpp',
'wtf/gtk/ThreadingGtk.cpp',
'wtf/HashCountedSet.h',
@@ -382,18 +390,23 @@
'wtf/ListHashSet.h',
'wtf/ListRefPtr.h',
'wtf/Locker.h',
+ 'wtf/MD5.cpp',
+ 'wtf/MD5.h',
'wtf/MainThread.cpp',
'wtf/MainThread.h',
'wtf/MallocZoneSupport.h',
'wtf/MathExtras.h',
'wtf/MessageQueue.h',
+ 'wtf/NonCopyingSort.h',
'wtf/Noncopyable.h',
'wtf/NotFound.h',
'wtf/OwnArrayPtr.h',
'wtf/OwnFastMallocPtr.h',
'wtf/OwnPtr.h',
'wtf/OwnPtrCommon.h',
- 'wtf/OwnPtrWin.cpp',
+ 'wtf/PageAllocation.cpp',
+ 'wtf/PageAllocation.h',
+ 'wtf/PageReservation',
'wtf/PassOwnPtr.h',
'wtf/PassRefPtr.h',
'wtf/Platform.h',
@@ -408,11 +421,14 @@
'wtf/RefPtrHashMap.h',
'wtf/RetainPtr.h',
'wtf/SegmentedVector.h',
+ 'wtf/SizeLimits.cpp',
+ 'wtf/StaticConstructors.h',
'wtf/StdLibExtras.h',
'wtf/StringExtras.h',
- 'wtf/StringHashFunctions.h',
+ 'wtf/StringHasher.h',
'wtf/TCPackedCache.h',
'wtf/qt/MainThreadQt.cpp',
+ 'wtf/qt/StringQt.cpp',
'wtf/qt/ThreadingQt.cpp',
'wtf/TCPageMap.h',
'wtf/TCSpinLock.h',
@@ -423,12 +439,31 @@
'wtf/Threading.cpp',
'wtf/Threading.h',
'wtf/ThreadingNone.cpp',
+ 'wtf/ThreadingPrimitives.h',
'wtf/ThreadingPthreads.cpp',
'wtf/ThreadingWin.cpp',
+ 'wtf/ThreadSafeShared.h',
'wtf/ThreadSpecific.h',
'wtf/ThreadSpecificWin.cpp',
'wtf/TypeTraits.cpp',
'wtf/TypeTraits.h',
+ 'wtf/text/AtomicString.cpp',
+ 'wtf/text/AtomicString.h',
+ 'wtf/text/AtomicStringHash.h',
+ 'wtf/text/AtomicStringImpl.h',
+ 'wtf/text/CString.cpp',
+ 'wtf/text/CString.h',
+ 'wtf/text/StringBuffer.h',
+ 'wtf/text/StringBuilder.cpp',
+ 'wtf/text/StringBuilder.h',
+ 'wtf/text/StringConcatenate.h',
+ 'wtf/text/StringHash.h',
+ 'wtf/text/StringImpl.cpp',
+ 'wtf/text/StringImpl.h',
+ 'wtf/text/StringStatics.cpp',
+ 'wtf/text/TextPosition.h',
+ 'wtf/text/WTFString.cpp',
+ 'wtf/text/WTFString.h',
'wtf/unicode/Collator.h',
'wtf/unicode/CollatorDefault.cpp',
'wtf/unicode/glib/UnicodeGLib.cpp',
@@ -445,7 +480,10 @@
'wtf/Vector.h',
'wtf/VectorTraits.h',
'wtf/VMTags.h',
+ 'wtf/WTFThreadData.cpp',
+ 'wtf/WTFThreadData.h',
'wtf/win/MainThreadWin.cpp',
+ 'wtf/win/OwnPtrWin.cpp',
'wtf/wx/MainThreadWx.cpp',
'yarr/RegexCompiler.cpp',
'yarr/RegexCompiler.h',