Index: Source/wtf/wtf.gypi |
diff --git a/Source/wtf/wtf.gypi b/Source/wtf/wtf.gypi |
index 6e935d985562949e6f580a76f31f9959254d1031..8a1404a3e219a28d8f49e05702e1204dcf38b6ed 100644 |
--- a/Source/wtf/wtf.gypi |
+++ b/Source/wtf/wtf.gypi |
@@ -188,6 +188,8 @@ |
'text/TextCodecASCIIFastPath.h', |
'text/TextCodecICU.cpp', |
'text/TextCodecLatin1.cpp', |
+ 'text/TextCodecReplacement.cpp', |
+ 'text/TextCodecReplacement.h', |
'text/TextCodecUTF16.cpp', |
'text/TextCodecUTF8.cpp', |
'text/TextCodecUTF8.h', |
@@ -228,6 +230,7 @@ |
'text/StringBuilderTest.cpp', |
'text/StringImplTest.cpp', |
'text/StringOperatorsTest.cpp', |
+ 'text/TextCodecReplacementTest.cpp', |
'text/TextCodecUTF8Test.cpp', |
'text/WTFStringTest.cpp', |
], |