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.gypi26
1 files changed, 15 insertions, 11 deletions
diff --git a/Source/JavaScriptCore/JavaScriptCore.gypi b/Source/JavaScriptCore/JavaScriptCore.gypi
index 6ca18a0..754fd2b 100644
--- a/Source/JavaScriptCore/JavaScriptCore.gypi
+++ b/Source/JavaScriptCore/JavaScriptCore.gypi
@@ -144,16 +144,10 @@
'parser/ResultType.h',
'parser/SourceCode.h',
'parser/SourceProvider.h',
+ 'parser/SourceProviderCache.cpp',
+ 'parser/SourceProviderCache.h',
+ 'parser/SourceProviderCacheItem.h',
'parser/SyntaxChecker.h',
- 'pcre/pcre.h',
- 'pcre/pcre_compile.cpp',
- 'pcre/pcre_exec.cpp',
- 'pcre/pcre_internal.h',
- 'pcre/pcre_tables.cpp',
- 'pcre/pcre_ucp_searchfuncs.cpp',
- 'pcre/pcre_xclass.cpp',
- 'pcre/ucpinternal.h',
- 'pcre/ucptable.cpp',
'profiler/CallIdentifier.h',
'profiler/Profile.cpp',
'profiler/Profile.h',
@@ -182,11 +176,12 @@
'runtime/CallData.cpp',
'runtime/CallData.h',
'runtime/ClassInfo.h',
+ 'runtime/MarkedBlock.cpp',
+ 'runtime/MarkedBlock.h',
'runtime/MarkedSpace.cpp',
'runtime/MarkedSpace.h',
'runtime/Heap.cpp',
'runtime/Heap.h',
- 'runtime/CollectorHeapIterator.h',
'runtime/CommonIdentifiers.cpp',
'runtime/CommonIdentifiers.h',
'runtime/Completion.cpp',
@@ -280,6 +275,8 @@
'runtime/Lookup.h',
'runtime/MachineStackMarker.cpp',
'runtime/MachineStackMarker.h',
+ 'runtime/ConservativeSet.cpp',
+ 'runtime/ConservativeSet.h',
'runtime/MarkStack.cpp',
'runtime/MarkStack.h',
'runtime/MarkStackWin.cpp',
@@ -361,11 +358,14 @@
'wtf/Atomics.h',
'wtf/AVLTree.h',
'wtf/Bitmap.h',
+ 'wtf/BloomFilter.h',
'wtf/ByteArray.cpp',
'wtf/ByteArray.h',
'wtf/chromium/ChromiumThreading.h',
'wtf/chromium/MainThreadChromium.cpp',
'wtf/CrossThreadRefCounted.h',
+ 'wtf/CryptographicallyRandomNumber.cpp',
+ 'wtf/CryptographicallyRandomNumber.h',
'wtf/CurrentTime.cpp',
'wtf/CurrentTime.h',
'wtf/DateMath.cpp',
@@ -408,6 +408,8 @@
'wtf/OSAllocatorPosix.cpp',
'wtf/OSAllocatorWin.cpp',
'wtf/OSAllocator.h',
+ 'wtf/OSRandomSource.cpp',
+ 'wtf/OSRandomSource.h',
'wtf/OwnArrayPtr.h',
'wtf/OwnFastMallocPtr.h',
'wtf/OwnPtr.h',
@@ -477,6 +479,7 @@
'wtf/text/TextPosition.h',
'wtf/text/WTFString.cpp',
'wtf/text/WTFString.h',
+ 'wtf/unicode/CharacterNames.h',
'wtf/unicode/Collator.h',
'wtf/unicode/CollatorDefault.cpp',
'wtf/unicode/glib/UnicodeGLib.cpp',
@@ -498,7 +501,7 @@
'wtf/win/MainThreadWin.cpp',
'wtf/win/OwnPtrWin.cpp',
'wtf/wx/MainThreadWx.cpp',
- 'yarr/Yarr.h'
+ 'yarr/Yarr.h',
'yarr/YarrInterpreter.cpp',
'yarr/YarrInterpreter.h',
'yarr/YarrJIT.cpp',
@@ -511,3 +514,4 @@
]
}
}
+