Index: third_party/WebKit/Source/wtf/wtf.gypi |
diff --git a/third_party/WebKit/Source/wtf/wtf.gypi b/third_party/WebKit/Source/wtf/wtf.gypi |
index 226db2cce752ddc2ffde23472224f50e66289c46..43c91d1d59170a83f4f5df2c85e8480ec41c84c3 100644 |
--- a/third_party/WebKit/Source/wtf/wtf.gypi |
+++ b/third_party/WebKit/Source/wtf/wtf.gypi |
@@ -164,6 +164,8 @@ |
'text/CString.h', |
'text/CharacterNames.h', |
'text/Collator.h', |
+ 'text/CompressibleString.cpp', |
+ 'text/CompressibleString.h', |
'text/IntegerToStringConversion.h', |
'text/StringBuffer.h', |
'text/StringBuilder.cpp', |
@@ -226,6 +228,7 @@ |
'testing/WTFTestPrintersTest.cpp', |
'text/AtomicStringTest.cpp', |
'text/CStringTest.cpp', |
+ 'text/CompressibleStringTest.cpp', |
'text/StringBufferTest.cpp', |
'text/StringBuilderTest.cpp', |
'text/StringImplTest.cpp', |