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

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

Issue 343753004: Oilpan: Improve address space randomization for the Oilpan heap. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix typo Created 6 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 | Annotate | Revision Log
« Source/platform/heap/Heap.cpp ('K') | « Source/wtf/PageAllocator.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 'AddressSpaceRandomization.cpp',
7 'AddressSpaceRandomization.h',
6 'Alignment.h', 8 'Alignment.h',
7 'ArrayBuffer.cpp', 9 'ArrayBuffer.cpp',
8 'ArrayBuffer.h', 10 'ArrayBuffer.h',
9 'ArrayBufferBuilder.cpp', 11 'ArrayBufferBuilder.cpp',
10 'ArrayBufferBuilder.h', 12 'ArrayBufferBuilder.h',
11 'ArrayBufferContents.cpp', 13 'ArrayBufferContents.cpp',
12 'ArrayBufferContents.h', 14 'ArrayBufferContents.h',
13 'ArrayBufferDeallocationObserver.h', 15 'ArrayBufferDeallocationObserver.h',
14 'ArrayBufferView.cpp', 16 'ArrayBufferView.cpp',
15 'ArrayBufferView.h', 17 'ArrayBufferView.h',
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
230 'text/TextCodecUTF8Test.cpp', 232 'text/TextCodecUTF8Test.cpp',
231 'text/WTFStringTest.cpp', 233 'text/WTFStringTest.cpp',
232 ], 234 ],
233 'wtf_unittest_helper_files': [ 235 'wtf_unittest_helper_files': [
234 'testing/WTFTestHelpers.cpp', 236 'testing/WTFTestHelpers.cpp',
235 'testing/WTFTestHelpers.h', 237 'testing/WTFTestHelpers.h',
236 'testing/WTFUnitTestHelpersExport.h', 238 'testing/WTFUnitTestHelpersExport.h',
237 ], 239 ],
238 }, 240 },
239 } 241 }
OLDNEW
« Source/platform/heap/Heap.cpp ('K') | « Source/wtf/PageAllocator.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698