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

Unified Diff: Source/wtf/wtf.gypi

Issue 145973021: Implement "replacement" text encoding. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Replacement codec should emit U+FFFD Created 6 years, 9 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
Index: Source/wtf/wtf.gypi
diff --git a/Source/wtf/wtf.gypi b/Source/wtf/wtf.gypi
index f31dc172d1fb95671a2ce8a6cd3bbf2de428735f..a0bed8d38d4b8218e7c15ae51cef9f3f0b0a636c 100644
--- a/Source/wtf/wtf.gypi
+++ b/Source/wtf/wtf.gypi
@@ -186,6 +186,8 @@
'text/TextCodecASCIIFastPath.h',
'text/TextCodecICU.cpp',
'text/TextCodecLatin1.cpp',
+ 'text/TextCodecReplacement.cpp',
+ 'text/TextCodecReplacement.h',
'text/TextCodecUTF16.cpp',
'text/TextCodecUTF8.cpp',
'text/TextCodecUTF8.h',
« Source/wtf/text/TextCodecReplacement.cpp ('K') | « Source/wtf/text/TextEncodingRegistry.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698