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

Unified Diff: Source/wtf/wtf.gypi

Issue 265973003: Implement "replacement" text encoding. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Request rebaseline the temporary chaset-replacement output Created 6 years, 7 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 | « Source/wtf/text/TextEncodingRegistry.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/wtf.gypi
diff --git a/Source/wtf/wtf.gypi b/Source/wtf/wtf.gypi
index 6e935d985562949e6f580a76f31f9959254d1031..8a1404a3e219a28d8f49e05702e1204dcf38b6ed 100644
--- a/Source/wtf/wtf.gypi
+++ b/Source/wtf/wtf.gypi
@@ -188,6 +188,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',
@@ -228,6 +230,7 @@
'text/StringBuilderTest.cpp',
'text/StringImplTest.cpp',
'text/StringOperatorsTest.cpp',
+ 'text/TextCodecReplacementTest.cpp',
'text/TextCodecUTF8Test.cpp',
'text/WTFStringTest.cpp',
],
« no previous file with comments | « Source/wtf/text/TextEncodingRegistry.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698