summaryrefslogtreecommitdiffstats
path: root/JavaScriptCore/JavaScriptCore.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'JavaScriptCore/JavaScriptCore.gypi')
-rw-r--r--JavaScriptCore/JavaScriptCore.gypi9
1 files changed, 8 insertions, 1 deletions
diff --git a/JavaScriptCore/JavaScriptCore.gypi b/JavaScriptCore/JavaScriptCore.gypi
index 462960d..6252d07 100644
--- a/JavaScriptCore/JavaScriptCore.gypi
+++ b/JavaScriptCore/JavaScriptCore.gypi
@@ -346,6 +346,8 @@
'runtime/Tracing.h',
'runtime/UString.cpp',
'runtime/UString.h',
+ 'runtime/UStringBuilder.h',
+ 'runtime/UStringConcatenate.h',
'runtime/WeakRandom.h',
'wtf/AlwaysInline.h',
'wtf/ASCIICType.h',
@@ -363,6 +365,7 @@
'wtf/CurrentTime.h',
'wtf/DateMath.cpp',
'wtf/DateMath.h',
+ 'wtf/DecimalNumber.cpp',
'wtf/Deque.h',
'wtf/DisallowCType.h',
'wtf/dtoa.cpp',
@@ -422,7 +425,7 @@
'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',
@@ -450,6 +453,10 @@
'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',