| 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 1a65dfe7b2d674821be531b3199cdf0f0d7c52b8..33f7a843d840ee45cb75165596d3d0556758dff2 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/TextCodec.h',
|
| 'text/TextCodec.cpp',
|
| 'text/TextCodecASCIIFastPath.h',
|
| 'text/TextCodecICU.cpp',
|
| @@ -223,6 +224,7 @@
|
| 'text/StringBuilderTest.cpp',
|
| 'text/StringImplTest.cpp',
|
| 'text/StringOperatorsTest.cpp',
|
| + 'text/TextCodecTest.cpp',
|
| 'text/TextCodecReplacementTest.cpp',
|
| 'text/TextCodecUTF8Test.cpp',
|
| "text/UTF8Test.cpp",
|
|
|