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

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

Issue 2103373002: Don't lazy allocate the AtomicStringTable. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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/AtomicStringTable.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 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 'dtoa/fixed-dtoa.cc', 123 'dtoa/fixed-dtoa.cc',
124 'dtoa/fixed-dtoa.h', 124 'dtoa/fixed-dtoa.h',
125 'dtoa/strtod.cc', 125 'dtoa/strtod.cc',
126 'dtoa/strtod.h', 126 'dtoa/strtod.h',
127 'dtoa/utils.h', 127 'dtoa/utils.h',
128 'text/ASCIIFastPath.h', 128 'text/ASCIIFastPath.h',
129 'text/AtomicString.cpp', 129 'text/AtomicString.cpp',
130 'text/AtomicString.h', 130 'text/AtomicString.h',
131 'text/AtomicStringCF.cpp', 131 'text/AtomicStringCF.cpp',
132 'text/AtomicStringHash.h', 132 'text/AtomicStringHash.h',
133 'text/AtomicStringTable.cpp',
134 'text/AtomicStringTable.h',
133 'text/Base64.cpp', 135 'text/Base64.cpp',
134 'text/Base64.h', 136 'text/Base64.h',
135 'text/CString.cpp', 137 'text/CString.cpp',
136 'text/CString.h', 138 'text/CString.h',
137 'text/CharacterNames.h', 139 'text/CharacterNames.h',
138 'text/Collator.h', 140 'text/Collator.h',
139 'text/IntegerToStringConversion.h', 141 'text/IntegerToStringConversion.h',
140 'text/StringBuffer.h', 142 'text/StringBuffer.h',
141 'text/StringBuilder.cpp', 143 'text/StringBuilder.cpp',
142 'text/StringBuilder.h', 144 'text/StringBuilder.h',
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 'text/StringOperatorsTest.cpp', 228 'text/StringOperatorsTest.cpp',
227 'text/StringViewTest.cpp', 229 'text/StringViewTest.cpp',
228 'text/TextCodecTest.cpp', 230 'text/TextCodecTest.cpp',
229 'text/TextCodecReplacementTest.cpp', 231 'text/TextCodecReplacementTest.cpp',
230 'text/TextCodecUTF8Test.cpp', 232 'text/TextCodecUTF8Test.cpp',
231 'text/WTFStringTest.cpp', 233 'text/WTFStringTest.cpp',
232 'typed_arrays/ArrayBufferBuilderTest.cpp', 234 'typed_arrays/ArrayBufferBuilderTest.cpp',
233 ], 235 ],
234 }, 236 },
235 } 237 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/wtf/text/AtomicStringTable.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698