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

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

Issue 21274008: Remove ASCIILiteral optimization from StringImpl (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 4 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/WTFString.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 { 1 {
2 'variables': { 2 'variables': {
3 'wtf_files': [ 3 'wtf_files': [
4 'ASCIICType.h', 4 'ASCIICType.h',
5 'Alignment.h', 5 'Alignment.h',
6 'ArrayBuffer.cpp', 6 'ArrayBuffer.cpp',
7 'ArrayBuffer.h', 7 'ArrayBuffer.h',
8 'ArrayBufferContents.cpp', 8 'ArrayBufferContents.cpp',
9 'ArrayBufferContents.h', 9 'ArrayBufferContents.h',
10 'ArrayBufferDeallocationObserver.h', 10 'ArrayBufferDeallocationObserver.h',
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 'unicode/UTF8.cpp', 207 'unicode/UTF8.cpp',
208 'unicode/UTF8.h', 208 'unicode/UTF8.h',
209 'unicode/Unicode.h', 209 'unicode/Unicode.h',
210 'unicode/icu/CollatorICU.cpp', 210 'unicode/icu/CollatorICU.cpp',
211 'unicode/icu/UnicodeIcu.h', 211 'unicode/icu/UnicodeIcu.h',
212 ], 212 ],
213 'wtf_unittest_files': [ 213 'wtf_unittest_files': [
214 'PartitionAllocTest.cpp', 214 'PartitionAllocTest.cpp',
215 'SHA1Test.cpp', 215 'SHA1Test.cpp',
216 'testing/WTFTestHelpers.h', 216 'testing/WTFTestHelpers.h',
217 'tests/AtomicString.cpp',
218 'tests/CString.cpp', 217 'tests/CString.cpp',
219 'tests/CheckedArithmeticOperations.cpp', 218 'tests/CheckedArithmeticOperations.cpp',
220 'tests/Functional.cpp', 219 'tests/Functional.cpp',
221 'tests/HashMap.cpp', 220 'tests/HashMap.cpp',
222 'tests/HashSet.cpp', 221 'tests/HashSet.cpp',
223 'tests/ListHashSet.cpp', 222 'tests/ListHashSet.cpp',
224 'tests/MathExtras.cpp', 223 'tests/MathExtras.cpp',
225 'tests/RunAllTests.cpp', 224 'tests/RunAllTests.cpp',
226 'tests/SaturatedArithmeticOperations.cpp', 225 'tests/SaturatedArithmeticOperations.cpp',
227 'tests/StringBuilder.cpp', 226 'tests/StringBuilder.cpp',
228 'tests/StringHasher.cpp', 227 'tests/StringHasher.cpp',
229 'tests/StringImpl.cpp', 228 'tests/StringImpl.cpp',
230 'tests/StringOperators.cpp', 229 'tests/StringOperators.cpp',
231 'tests/TemporaryChange.cpp', 230 'tests/TemporaryChange.cpp',
232 'tests/Vector.cpp', 231 'tests/Vector.cpp',
233 'tests/VectorBasic.cpp', 232 'tests/VectorBasic.cpp',
234 'tests/VectorReverse.cpp', 233 'tests/VectorReverse.cpp',
235 'tests/WTFString.cpp', 234 'tests/WTFString.cpp',
236 ], 235 ],
237 }, 236 },
238 } 237 }
OLDNEW
« no previous file with comments | « Source/wtf/text/WTFString.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698