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 1bb0e6ca6a43b61d06438ce81a7b253a0abafa9d..0b26099fd0fa53e3b14117e6554cba6d7b5b7c61 100644 |
--- a/third_party/WebKit/Source/wtf/wtf.gypi |
+++ b/third_party/WebKit/Source/wtf/wtf.gypi |
@@ -155,6 +155,7 @@ |
'text/StringStatics.cpp', |
'text/StringUTF8Adaptor.h', |
'text/StringView.h', |
+ 'text/StringView.cpp', |
'text/TextCodec.h', |
'text/TextCodec.cpp', |
'text/TextCodecASCIIFastPath.h', |
@@ -224,6 +225,7 @@ |
'text/StringBuilderTest.cpp', |
'text/StringImplTest.cpp', |
'text/StringOperatorsTest.cpp', |
+ 'text/StringViewTest.cpp', |
'text/TextCodecTest.cpp', |
'text/TextCodecReplacementTest.cpp', |
'text/TextCodecUTF8Test.cpp', |