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

Unified Diff: Source/core/core.gypi

Issue 23623012: Move TextResourceDecoder from loader/ to fetch/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 4 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.cpp » ('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 f7c323f50d427bae19a6ebc75b773fc8f79eb818..ca4a0179eef21d7523d7fd0c1b6891ecdb6bb5bb 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -893,6 +893,7 @@
'fetch/CSSStyleSheetResource.h',
'fetch/DocumentResource.cpp',
'fetch/DocumentResource.h',
+ 'fetch/DocumentResourceReference.h',
'fetch/FontResource.cpp',
'fetch/FontResource.h',
'fetch/ImageResource.cpp',
@@ -918,7 +919,8 @@
'fetch/ScriptResource.h',
'fetch/ShaderResource.cpp',
'fetch/ShaderResource.h',
- 'fetch/DocumentResourceReference.h',
+ 'fetch/TextResourceDecoder.cpp',
+ 'fetch/TextResourceDecoder.h',
'fetch/TextTrackResource.cpp',
'fetch/TextTrackResource.h',
'fetch/XSLStyleSheetResource.cpp',
@@ -1124,7 +1126,6 @@
'loader/SinkDocument.cpp',
'loader/SinkDocument.h',
'loader/SubstituteData.h',
- 'loader/TextResourceDecoder.cpp',
'loader/TextResourceDecoderBuilder.cpp',
'loader/TextResourceDecoderBuilder.h',
'loader/TextTrackLoader.cpp',
« no previous file with comments | « no previous file | Source/core/dom/DecodedDataDocumentParser.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698