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

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

Issue 1721373002: UTF-8 detector for pages missing encoding info (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
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 'AddressSpaceRandomization.cpp', 8 'AddressSpaceRandomization.cpp',
9 'AddressSpaceRandomization.h', 9 'AddressSpaceRandomization.h',
10 'Alignment.h', 10 'Alignment.h',
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 'dtoa_test.cpp', 225 'dtoa_test.cpp',
226 'testing/WTFTestPrintersTest.cpp', 226 'testing/WTFTestPrintersTest.cpp',
227 'text/AtomicStringTest.cpp', 227 'text/AtomicStringTest.cpp',
228 'text/CStringTest.cpp', 228 'text/CStringTest.cpp',
229 'text/StringBufferTest.cpp', 229 'text/StringBufferTest.cpp',
230 'text/StringBuilderTest.cpp', 230 'text/StringBuilderTest.cpp',
231 'text/StringImplTest.cpp', 231 'text/StringImplTest.cpp',
232 'text/StringOperatorsTest.cpp', 232 'text/StringOperatorsTest.cpp',
233 'text/TextCodecReplacementTest.cpp', 233 'text/TextCodecReplacementTest.cpp',
234 'text/TextCodecUTF8Test.cpp', 234 'text/TextCodecUTF8Test.cpp',
235 "text/UTF8Test.cpp",
235 'text/WTFStringTest.cpp', 236 'text/WTFStringTest.cpp',
236 ], 237 ],
237 'wtf_unittest_helper_files': [ 238 'wtf_unittest_helper_files': [
238 'testing/WTFTestPrinters.cpp', 239 'testing/WTFTestPrinters.cpp',
239 ], 240 ],
240 }, 241 },
241 } 242 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698