| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index f4bb704f7f2d611363c5c0589b46187c3af74265..17fc26cc04f4fbf60bfc69eca3ec3fe333ed79b8 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -1000,8 +1000,6 @@
|
| '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,6 +1858,7 @@
|
| 'dom/DecodedDataDocumentParser.cpp',
|
| 'dom/DecodedDataDocumentParser.h',
|
| 'dom/Document.cpp',
|
| + 'dom/DocumentEncodingData.cpp',
|
| 'dom/DocumentEncodingData.h',
|
| 'dom/DocumentFragment.cpp',
|
| 'dom/DocumentFullscreen.cpp',
|
| @@ -2602,6 +2601,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',
|
|
|