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

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

Issue 17314010: RuleSet causes 600 kB of memory fragmentation (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 6 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
« Source/wtf/LinkedStack.h ('K') | « Source/wtf/LinkedStack.h ('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 'AVLTree.h', 5 'AVLTree.h',
6 'Alignment.h', 6 'Alignment.h',
7 'ArrayBuffer.cpp', 7 'ArrayBuffer.cpp',
8 'ArrayBuffer.h', 8 'ArrayBuffer.h',
9 'ArrayBufferContents.cpp', 9 'ArrayBufferContents.cpp',
10 'ArrayBufferContents.h', 10 'ArrayBufferContents.h',
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 'HashMap.h', 58 'HashMap.h',
59 'HashSet.h', 59 'HashSet.h',
60 'HashTable.cpp', 60 'HashTable.cpp',
61 'HashTable.h', 61 'HashTable.h',
62 'HashTraits.h', 62 'HashTraits.h',
63 'HexNumber.h', 63 'HexNumber.h',
64 'Int16Array.h', 64 'Int16Array.h',
65 'Int32Array.h', 65 'Int32Array.h',
66 'Int8Array.h', 66 'Int8Array.h',
67 'IntegralTypedArrayBase.h', 67 'IntegralTypedArrayBase.h',
68 'LinkedStack.h',
68 'ListHashSet.h', 69 'ListHashSet.h',
69 'Locker.h', 70 'Locker.h',
70 'MD5.cpp', 71 'MD5.cpp',
71 'MD5.h', 72 'MD5.h',
72 'MainThread.cpp', 73 'MainThread.cpp',
73 'MainThread.h', 74 'MainThread.h',
74 'MallocZoneSupport.h', 75 'MallocZoneSupport.h',
75 'MathExtras.h', 76 'MathExtras.h',
76 'MemoryInstrumentation.cpp', 77 'MemoryInstrumentation.cpp',
77 'MemoryInstrumentation.h', 78 'MemoryInstrumentation.h',
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 'tests/StringImpl.cpp', 245 'tests/StringImpl.cpp',
245 'tests/StringOperators.cpp', 246 'tests/StringOperators.cpp',
246 'tests/TemporaryChange.cpp', 247 'tests/TemporaryChange.cpp',
247 'tests/Vector.cpp', 248 'tests/Vector.cpp',
248 'tests/VectorBasic.cpp', 249 'tests/VectorBasic.cpp',
249 'tests/VectorReverse.cpp', 250 'tests/VectorReverse.cpp',
250 'tests/WTFString.cpp', 251 'tests/WTFString.cpp',
251 ], 252 ],
252 }, 253 },
253 } 254 }
OLDNEW
« Source/wtf/LinkedStack.h ('K') | « Source/wtf/LinkedStack.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698