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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'wtf_files': [ 3 'wtf_files': [
4 'ASCIICType.h', 4 'ASCIICType.h',
5 'Alignment.h', 5 'Alignment.h',
6 'ArrayBuffer.cpp', 6 'ArrayBuffer.cpp',
7 'ArrayBuffer.h', 7 'ArrayBuffer.h',
8 'ArrayBufferBuilder.cpp', 8 'ArrayBufferBuilder.cpp',
9 'ArrayBufferBuilder.h', 9 'ArrayBufferBuilder.h',
10 'ArrayBufferContents.cpp', 10 'ArrayBufferContents.cpp',
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 'text/StringImplMac.mm', 179 'text/StringImplMac.mm',
180 'text/StringMac.mm', 180 'text/StringMac.mm',
181 'text/StringOperators.h', 181 'text/StringOperators.h',
182 'text/StringStatics.cpp', 182 'text/StringStatics.cpp',
183 'text/StringUTF8Adaptor.h', 183 'text/StringUTF8Adaptor.h',
184 'text/StringView.h', 184 'text/StringView.h',
185 'text/TextCodec.cpp', 185 'text/TextCodec.cpp',
186 'text/TextCodecASCIIFastPath.h', 186 'text/TextCodecASCIIFastPath.h',
187 'text/TextCodecICU.cpp', 187 'text/TextCodecICU.cpp',
188 'text/TextCodecLatin1.cpp', 188 'text/TextCodecLatin1.cpp',
189 'text/TextCodecReplacement.cpp',
190 'text/TextCodecReplacement.h',
189 'text/TextCodecUTF16.cpp', 191 'text/TextCodecUTF16.cpp',
190 'text/TextCodecUTF8.cpp', 192 'text/TextCodecUTF8.cpp',
191 'text/TextCodecUTF8.h', 193 'text/TextCodecUTF8.h',
192 'text/TextCodecUserDefined.cpp', 194 'text/TextCodecUserDefined.cpp',
193 'text/TextEncoding.cpp', 195 'text/TextEncoding.cpp',
194 'text/TextEncodingRegistry.cpp', 196 'text/TextEncodingRegistry.cpp',
195 'text/TextPosition.cpp', 197 'text/TextPosition.cpp',
196 'text/TextPosition.h', 198 'text/TextPosition.h',
197 'text/WTFString.cpp', 199 'text/WTFString.cpp',
198 'text/WTFString.h', 200 'text/WTFString.h',
(...skipping 30 matching lines...) Expand all
229 'text/TextCodecUTF8Test.cpp', 231 'text/TextCodecUTF8Test.cpp',
230 'text/WTFStringTest.cpp', 232 'text/WTFStringTest.cpp',
231 ], 233 ],
232 'wtf_unittest_helper_files': [ 234 'wtf_unittest_helper_files': [
233 'testing/WTFTestHelpers.cpp', 235 'testing/WTFTestHelpers.cpp',
234 'testing/WTFTestHelpers.h', 236 'testing/WTFTestHelpers.h',
235 'testing/WTFUnitTestHelpersExport.h', 237 'testing/WTFUnitTestHelpersExport.h',
236 ], 238 ],
237 }, 239 },
238 } 240 }
OLDNEW
« 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