| Index: Source/core/core.gypi
 | 
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
 | 
| index ec0faa5c7711a521892eb3600101a5c36b217793..58b31f8495b9aa8249f85fa462fc89255108b397 100644
 | 
| --- a/Source/core/core.gypi
 | 
| +++ b/Source/core/core.gypi
 | 
| @@ -1011,8 +1011,6 @@
 | 
|              'fetch/ScriptResource.h',
 | 
|              'fetch/ShaderResource.cpp',
 | 
|              'fetch/ShaderResource.h',
 | 
| -            'fetch/TextResourceDecoder.cpp',
 | 
| -            'fetch/TextResourceDecoder.h',
 | 
|              'fetch/XSLStyleSheetResource.cpp',
 | 
|              'fetch/XSLStyleSheetResource.h',
 | 
|              'fileapi/Blob.cpp',
 | 
| @@ -1880,6 +1878,7 @@
 | 
|              'dom/DecodedDataDocumentParser.cpp',
 | 
|              'dom/DecodedDataDocumentParser.h',
 | 
|              'dom/Document.cpp',
 | 
| +            'dom/DocumentEncodingData.cpp',
 | 
|              'dom/DocumentEncodingData.h',
 | 
|              'dom/DocumentFragment.cpp',
 | 
|              'dom/DocumentFullscreen.cpp',
 | 
| @@ -2636,6 +2635,8 @@
 | 
|              'html/parser/NestingLevelIncrementer.h',
 | 
|              'html/parser/TextDocumentParser.cpp',
 | 
|              'html/parser/TextDocumentParser.h',
 | 
| +            'html/parser/TextResourceDecoder.cpp',
 | 
| +            'html/parser/TextResourceDecoder.h',
 | 
|              'html/parser/XSSAuditor.cpp',
 | 
|              'html/parser/XSSAuditor.h',
 | 
|              'html/parser/XSSAuditorDelegate.cpp',
 | 
| 
 |