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

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

Issue 1709293002: Add support for CSS unicod encoding to the text codec. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add a unit test Created 4 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 unified diff | Download patch
« no previous file with comments | « third_party/WebKit/Source/wtf/text/TextCodecTest.cpp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # For GN compatibility, this file can not have any conditions. 1 # For GN compatibility, this file can not have any conditions.
2 { 2 {
3 'variables': { 3 'variables': {
4 'wtf_files': [ 4 'wtf_files': [
5 'ASCIICType.cpp', 5 'ASCIICType.cpp',
6 'ASCIICType.h', 6 'ASCIICType.h',
7 'AddressSanitizer.h', 7 'AddressSanitizer.h',
8 'Alignment.h', 8 'Alignment.h',
9 'Allocator.h', 9 'Allocator.h',
10 'Assertions.cpp', 10 'Assertions.cpp',
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 'text/StringHash.h', 148 'text/StringHash.h',
149 'text/StringImpl.cpp', 149 'text/StringImpl.cpp',
150 'text/StringImpl.h', 150 'text/StringImpl.h',
151 'text/StringImplCF.cpp', 151 'text/StringImplCF.cpp',
152 'text/StringImplMac.mm', 152 'text/StringImplMac.mm',
153 'text/StringMac.mm', 153 'text/StringMac.mm',
154 'text/StringOperators.h', 154 'text/StringOperators.h',
155 'text/StringStatics.cpp', 155 'text/StringStatics.cpp',
156 'text/StringUTF8Adaptor.h', 156 'text/StringUTF8Adaptor.h',
157 'text/StringView.h', 157 'text/StringView.h',
158 'text/TextCodec.h',
158 'text/TextCodec.cpp', 159 'text/TextCodec.cpp',
159 'text/TextCodecASCIIFastPath.h', 160 'text/TextCodecASCIIFastPath.h',
160 'text/TextCodecICU.cpp', 161 'text/TextCodecICU.cpp',
161 'text/TextCodecLatin1.cpp', 162 'text/TextCodecLatin1.cpp',
162 'text/TextCodecReplacement.cpp', 163 'text/TextCodecReplacement.cpp',
163 'text/TextCodecReplacement.h', 164 'text/TextCodecReplacement.h',
164 'text/TextCodecUTF16.cpp', 165 'text/TextCodecUTF16.cpp',
165 'text/TextCodecUTF8.cpp', 166 'text/TextCodecUTF8.cpp',
166 'text/TextCodecUTF8.h', 167 'text/TextCodecUTF8.h',
167 'text/TextCodecUserDefined.cpp', 168 'text/TextCodecUserDefined.cpp',
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
216 'TypeTraitsTest.cpp', 217 'TypeTraitsTest.cpp',
217 'VectorTest.cpp', 218 'VectorTest.cpp',
218 'allocator/PartitionAllocTest.cpp', 219 'allocator/PartitionAllocTest.cpp',
219 'dtoa_test.cpp', 220 'dtoa_test.cpp',
220 'text/AtomicStringTest.cpp', 221 'text/AtomicStringTest.cpp',
221 'text/CStringTest.cpp', 222 'text/CStringTest.cpp',
222 'text/StringBufferTest.cpp', 223 'text/StringBufferTest.cpp',
223 'text/StringBuilderTest.cpp', 224 'text/StringBuilderTest.cpp',
224 'text/StringImplTest.cpp', 225 'text/StringImplTest.cpp',
225 'text/StringOperatorsTest.cpp', 226 'text/StringOperatorsTest.cpp',
227 'text/TextCodecTest.cpp',
226 'text/TextCodecReplacementTest.cpp', 228 'text/TextCodecReplacementTest.cpp',
227 'text/TextCodecUTF8Test.cpp', 229 'text/TextCodecUTF8Test.cpp',
228 "text/UTF8Test.cpp", 230 "text/UTF8Test.cpp",
229 'text/WTFStringTest.cpp', 231 'text/WTFStringTest.cpp',
230 'typed_arrays/ArrayBufferBuilderTest.cpp', 232 'typed_arrays/ArrayBufferBuilderTest.cpp',
231 ], 233 ],
232 }, 234 },
233 } 235 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/wtf/text/TextCodecTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698