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

Side by Side Diff: Source/wtf/wtf.gypi

Issue 143943017: Added Base64 support in TextEncoder and TextDecoder. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 11 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
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/StringImpl.h', 184 'text/StringImpl.h',
185 'text/StringImplCF.cpp', 185 'text/StringImplCF.cpp',
186 'text/StringImplMac.mm', 186 'text/StringImplMac.mm',
187 'text/StringMac.mm', 187 'text/StringMac.mm',
188 'text/StringOperators.h', 188 'text/StringOperators.h',
189 'text/StringStatics.cpp', 189 'text/StringStatics.cpp',
190 'text/StringUTF8Adaptor.h', 190 'text/StringUTF8Adaptor.h',
191 'text/StringView.h', 191 'text/StringView.h',
192 'text/TextCodec.cpp', 192 'text/TextCodec.cpp',
193 'text/TextCodecASCIIFastPath.h', 193 'text/TextCodecASCIIFastPath.h',
194 'text/TextCodecBase64.cpp',
195 'text/TextCodecBase64.h',
194 'text/TextCodecICU.cpp', 196 'text/TextCodecICU.cpp',
195 'text/TextCodecLatin1.cpp', 197 'text/TextCodecLatin1.cpp',
196 'text/TextCodecUTF16.cpp', 198 'text/TextCodecUTF16.cpp',
197 'text/TextCodecUTF8.cpp', 199 'text/TextCodecUTF8.cpp',
198 'text/TextCodecUTF8.h', 200 'text/TextCodecUTF8.h',
199 'text/TextCodecUserDefined.cpp', 201 'text/TextCodecUserDefined.cpp',
200 'text/TextEncoding.cpp', 202 'text/TextEncoding.cpp',
201 'text/TextEncodingRegistry.cpp', 203 'text/TextEncodingRegistry.cpp',
202 'text/TextPosition.cpp', 204 'text/TextPosition.cpp',
203 'text/TextPosition.h', 205 'text/TextPosition.h',
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 'text/TextCodecUTF8Test.cpp', 238 'text/TextCodecUTF8Test.cpp',
237 'text/WTFStringTest.cpp', 239 'text/WTFStringTest.cpp',
238 ], 240 ],
239 'wtf_unittest_helper_files': [ 241 'wtf_unittest_helper_files': [
240 'testing/WTFTestHelpers.cpp', 242 'testing/WTFTestHelpers.cpp',
241 'testing/WTFTestHelpers.h', 243 'testing/WTFTestHelpers.h',
242 'testing/WTFUnitTestHelpersExport.h', 244 'testing/WTFUnitTestHelpersExport.h',
243 ], 245 ],
244 }, 246 },
245 } 247 }
OLDNEW
« Source/wtf/text/TextCodecBase64.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