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

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: DocumentEncodingData is now constructed from a decoder 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
« no previous file with comments | « no previous file | Source/core/dom/DecodedDataDocumentParser.h » ('j') | Source/core/fetch/TextResourceDecoder.h » ('J')
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 472f9ad7546bd87cd32966b058ba71dba3819067..55eeeccb41225818801a1fe93be16166cef5ccbf 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -1833,6 +1833,7 @@
'dom/DecodedDataDocumentParser.cpp',
'dom/DecodedDataDocumentParser.h',
'dom/Document.cpp',
+ 'dom/DocumentEncodingData.cpp',
'dom/DocumentEncodingData.h',
'dom/DocumentFragment.cpp',
'dom/DocumentFullscreen.cpp',
« no previous file with comments | « no previous file | Source/core/dom/DecodedDataDocumentParser.h » ('j') | Source/core/fetch/TextResourceDecoder.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698