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

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

Issue 999953003: Remove dedicated TextCodecUTF16 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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
« no previous file with comments | « Source/wtf/text/TextEncodingRegistry.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.h', 5 'ASCIICType.h',
6 'AddressSpaceRandomization.cpp', 6 'AddressSpaceRandomization.cpp',
7 'AddressSpaceRandomization.h', 7 'AddressSpaceRandomization.h',
8 'Alignment.h', 8 'Alignment.h',
9 'ArrayBuffer.cpp', 9 'ArrayBuffer.cpp',
10 'ArrayBuffer.h', 10 'ArrayBuffer.h',
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 'text/StringOperators.h', 179 'text/StringOperators.h',
180 'text/StringStatics.cpp', 180 'text/StringStatics.cpp',
181 'text/StringUTF8Adaptor.h', 181 'text/StringUTF8Adaptor.h',
182 'text/StringView.h', 182 'text/StringView.h',
183 'text/TextCodec.cpp', 183 'text/TextCodec.cpp',
184 'text/TextCodecASCIIFastPath.h', 184 'text/TextCodecASCIIFastPath.h',
185 'text/TextCodecICU.cpp', 185 'text/TextCodecICU.cpp',
186 'text/TextCodecLatin1.cpp', 186 'text/TextCodecLatin1.cpp',
187 'text/TextCodecReplacement.cpp', 187 'text/TextCodecReplacement.cpp',
188 'text/TextCodecReplacement.h', 188 'text/TextCodecReplacement.h',
189 'text/TextCodecUTF16.cpp',
190 'text/TextCodecUTF8.cpp', 189 'text/TextCodecUTF8.cpp',
191 'text/TextCodecUTF8.h', 190 'text/TextCodecUTF8.h',
192 'text/TextCodecUserDefined.cpp', 191 'text/TextCodecUserDefined.cpp',
193 'text/TextEncoding.cpp', 192 'text/TextEncoding.cpp',
194 'text/TextEncodingRegistry.cpp', 193 'text/TextEncodingRegistry.cpp',
195 'text/TextPosition.cpp', 194 'text/TextPosition.cpp',
196 'text/TextPosition.h', 195 'text/TextPosition.h',
197 'text/WTFString.cpp', 196 'text/WTFString.cpp',
198 'text/WTFString.h', 197 'text/WTFString.h',
199 'unicode/CharacterNames.h', 198 'unicode/CharacterNames.h',
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 'text/TextCodecUTF8Test.cpp', 232 'text/TextCodecUTF8Test.cpp',
234 'text/WTFStringTest.cpp', 233 'text/WTFStringTest.cpp',
235 ], 234 ],
236 'wtf_unittest_helper_files': [ 235 'wtf_unittest_helper_files': [
237 'testing/WTFTestHelpers.cpp', 236 'testing/WTFTestHelpers.cpp',
238 'testing/WTFTestHelpers.h', 237 'testing/WTFTestHelpers.h',
239 'testing/WTFUnitTestHelpersExport.h', 238 'testing/WTFUnitTestHelpersExport.h',
240 ], 239 ],
241 }, 240 },
242 } 241 }
OLDNEW
« 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