| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index 77ba4039eb9e1a5e319426c00fd2c241c75ba99f..53a8b7e9e2b9c6bdca5bae1447fc117005f50630 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -1004,6 +1004,8 @@
|
| 'fetch/ScriptResource.h',
|
| 'fetch/ShaderResource.cpp',
|
| 'fetch/ShaderResource.h',
|
| + 'fetch/TextResourceDecoder.cpp',
|
| + 'fetch/TextResourceDecoder.h',
|
| 'fetch/XSLStyleSheetResource.cpp',
|
| 'fetch/XSLStyleSheetResource.h',
|
| 'fileapi/Blob.cpp',
|
| @@ -1862,7 +1864,6 @@
|
| 'dom/DecodedDataDocumentParser.cpp',
|
| 'dom/DecodedDataDocumentParser.h',
|
| 'dom/Document.cpp',
|
| - 'dom/DocumentEncodingData.cpp',
|
| 'dom/DocumentEncodingData.h',
|
| 'dom/DocumentFragment.cpp',
|
| 'dom/DocumentFullscreen.cpp',
|
| @@ -2615,8 +2616,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',
|
|
|