| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index d2714117805c2912092936b1ab475694c5a58161..a1a96f53d7e05eb856a5279d8f8c821bca1dd65a 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -1002,6 +1002,8 @@
|
| 'fetch/ScriptResource.h',
|
| 'fetch/ShaderResource.cpp',
|
| 'fetch/ShaderResource.h',
|
| + 'fetch/TextResourceDecoder.cpp',
|
| + 'fetch/TextResourceDecoder.h',
|
| 'fetch/XSLStyleSheetResource.cpp',
|
| 'fetch/XSLStyleSheetResource.h',
|
| 'fetch/MemoryCache.cpp',
|
| @@ -1860,7 +1862,6 @@
|
| 'dom/DecodedDataDocumentParser.cpp',
|
| 'dom/DecodedDataDocumentParser.h',
|
| 'dom/Document.cpp',
|
| - 'dom/DocumentEncodingData.cpp',
|
| 'dom/DocumentEncodingData.h',
|
| 'dom/DocumentFragment.cpp',
|
| 'dom/DocumentFullscreen.cpp',
|
| @@ -2603,8 +2604,6 @@
|
| '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',
|
|
|