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

Unified Diff: Source/core/core.gypi

Issue 141143007: Revert of Revert "Moved text decoding to the parser thread" (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase 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 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',
« 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