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

Unified Diff: Source/wtf/wtf.gypi

Issue 145973021: Implement "replacement" text encoding. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Verify replacement name Created 6 years, 10 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 cbb4c9dab676c4d66bb4c90492adafcb68c0965c..17c764a307c6d055824b265e624c72dbcb0e897f 100644
--- a/Source/wtf/wtf.gypi
+++ b/Source/wtf/wtf.gypi
@@ -191,6 +191,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/TextEncodingRegistry.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