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

Unified Diff: Source/core/core.gypi

Issue 74513003: Moved text decoding to the parser thread (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@parserthread_step25
Patch Set: Removed AtomicString from HTMLMetaCharsetParser Created 7 years, 1 month 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
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 029b3e04dfa2f89e8c9b6bdd44f0f7241e9e5389..1560a1cbc6aa2bfb587f6af418b445cc1d240ab8 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -995,8 +995,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',
@@ -1844,6 +1842,7 @@
'dom/DecodedDataDocumentParser.cpp',
'dom/DecodedDataDocumentParser.h',
'dom/Document.cpp',
+ 'dom/DocumentEncodingData.cpp',
'dom/DocumentEncodingData.h',
'dom/DocumentFragment.cpp',
'dom/DocumentFullscreen.cpp',
@@ -2585,6 +2584,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') | Source/core/html/parser/HTMLIdentifier.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698