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

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: 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 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 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 'text/StringImplMac.mm', 184 'text/StringImplMac.mm',
185 'text/StringMac.mm', 185 'text/StringMac.mm',
186 'text/StringOperators.h', 186 'text/StringOperators.h',
187 'text/StringStatics.cpp', 187 'text/StringStatics.cpp',
188 'text/StringUTF8Adaptor.h', 188 'text/StringUTF8Adaptor.h',
189 'text/StringView.h', 189 'text/StringView.h',
190 'text/TextCodec.cpp', 190 'text/TextCodec.cpp',
191 'text/TextCodecASCIIFastPath.h', 191 'text/TextCodecASCIIFastPath.h',
192 'text/TextCodecICU.cpp', 192 'text/TextCodecICU.cpp',
193 'text/TextCodecLatin1.cpp', 193 'text/TextCodecLatin1.cpp',
194 'text/TextCodecReplacement.cpp',
195 'text/TextCodecReplacement.h',
194 'text/TextCodecUTF16.cpp', 196 'text/TextCodecUTF16.cpp',
195 'text/TextCodecUTF8.cpp', 197 'text/TextCodecUTF8.cpp',
196 'text/TextCodecUTF8.h', 198 'text/TextCodecUTF8.h',
197 'text/TextCodecUserDefined.cpp', 199 'text/TextCodecUserDefined.cpp',
198 'text/TextEncoding.cpp', 200 'text/TextEncoding.cpp',
199 'text/TextEncodingRegistry.cpp', 201 'text/TextEncodingRegistry.cpp',
200 'text/TextPosition.cpp', 202 'text/TextPosition.cpp',
201 'text/TextPosition.h', 203 'text/TextPosition.h',
202 'text/WTFString.cpp', 204 'text/WTFString.cpp',
203 'text/WTFString.h', 205 'text/WTFString.h',
(...skipping 30 matching lines...) Expand all
234 'text/TextCodecUTF8Test.cpp', 236 'text/TextCodecUTF8Test.cpp',
235 'text/WTFStringTest.cpp', 237 'text/WTFStringTest.cpp',
236 ], 238 ],
237 'wtf_unittest_helper_files': [ 239 'wtf_unittest_helper_files': [
238 'testing/WTFTestHelpers.cpp', 240 'testing/WTFTestHelpers.cpp',
239 'testing/WTFTestHelpers.h', 241 'testing/WTFTestHelpers.h',
240 'testing/WTFUnitTestHelpersExport.h', 242 'testing/WTFUnitTestHelpersExport.h',
241 ], 243 ],
242 }, 244 },
243 } 245 }
OLDNEW
« 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