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

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

Issue 1315113006: Add partitionsOutOfMemoryUsingXXX to know Blink memory usage from OOM crash reports (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 3 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
« Source/wtf/PartitionAlloc.h ('K') | « Source/wtf/Partitions.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.h', 5 'ASCIICType.h',
6 'AddressSanitizer.h', 6 'AddressSanitizer.h',
7 'AddressSpaceRandomization.cpp', 7 'AddressSpaceRandomization.cpp',
8 'AddressSpaceRandomization.h', 8 'AddressSpaceRandomization.h',
9 'Alias.cpp',
10 'Alias.h',
9 'Alignment.h', 11 'Alignment.h',
10 'Allocator.h', 12 'Allocator.h',
11 'ArrayBuffer.cpp', 13 'ArrayBuffer.cpp',
12 'ArrayBuffer.h', 14 'ArrayBuffer.h',
13 'ArrayBufferBuilder.cpp', 15 'ArrayBufferBuilder.cpp',
14 'ArrayBufferBuilder.h', 16 'ArrayBufferBuilder.h',
15 'ArrayBufferContents.cpp', 17 'ArrayBufferContents.cpp',
16 'ArrayBufferContents.h', 18 'ArrayBufferContents.h',
17 'ArrayBufferView.cpp', 19 'ArrayBufferView.cpp',
18 'ArrayBufferView.h', 20 'ArrayBufferView.h',
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 'text/StringOperatorsTest.cpp', 237 'text/StringOperatorsTest.cpp',
236 'text/TextCodecReplacementTest.cpp', 238 'text/TextCodecReplacementTest.cpp',
237 'text/TextCodecUTF8Test.cpp', 239 'text/TextCodecUTF8Test.cpp',
238 'text/WTFStringTest.cpp', 240 'text/WTFStringTest.cpp',
239 ], 241 ],
240 'wtf_unittest_helper_files': [ 242 'wtf_unittest_helper_files': [
241 'testing/WTFTestPrinters.cpp', 243 'testing/WTFTestPrinters.cpp',
242 ], 244 ],
243 }, 245 },
244 } 246 }
OLDNEW
« Source/wtf/PartitionAlloc.h ('K') | « Source/wtf/Partitions.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698