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

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

Issue 1398973005: ASCIICaseFoldTable should be defined in a .cc file (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments from tkent Created 5 years, 2 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/ASCIICType.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.h', 6 'ASCIICType.h',
6 'AddressSanitizer.h', 7 'AddressSanitizer.h',
7 'AddressSpaceRandomization.cpp', 8 'AddressSpaceRandomization.cpp',
8 'AddressSpaceRandomization.h', 9 'AddressSpaceRandomization.h',
9 'Alias.cpp', 10 'Alias.cpp',
10 'Alias.h', 11 'Alias.h',
11 'Alignment.h', 12 'Alignment.h',
12 'Allocator.h', 13 'Allocator.h',
13 'ArrayBuffer.cpp', 14 'ArrayBuffer.cpp',
14 'ArrayBuffer.h', 15 'ArrayBuffer.h',
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 'text/StringOperatorsTest.cpp', 237 'text/StringOperatorsTest.cpp',
237 'text/TextCodecReplacementTest.cpp', 238 'text/TextCodecReplacementTest.cpp',
238 'text/TextCodecUTF8Test.cpp', 239 'text/TextCodecUTF8Test.cpp',
239 'text/WTFStringTest.cpp', 240 'text/WTFStringTest.cpp',
240 ], 241 ],
241 'wtf_unittest_helper_files': [ 242 'wtf_unittest_helper_files': [
242 'testing/WTFTestPrinters.cpp', 243 'testing/WTFTestPrinters.cpp',
243 ], 244 ],
244 }, 245 },
245 } 246 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/wtf/ASCIICType.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698