Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(452)

Unified Diff: Source/core/core.gypi

Issue 133273007: Revert "Moved text decoding to the parser thread" (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/core/dom/DecodedDataDocumentParser.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « no previous file | Source/core/dom/DecodedDataDocumentParser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698