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

Side by Side Diff: test/cctest/cctest.gyp

Issue 2078863002: Reland "[heap] Add page evacuation mode for new->new" (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Add test to test/cctest/BUILD.gn Created 4 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
« no previous file with comments | « test/cctest/BUILD.gn ('k') | test/cctest/heap/test-heap.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 the V8 project authors. All rights reserved. 1 # Copyright 2012 the V8 project authors. All rights reserved.
2 # Redistribution and use in source and binary forms, with or without 2 # Redistribution and use in source and binary forms, with or without
3 # modification, are permitted provided that the following conditions are 3 # modification, are permitted provided that the following conditions are
4 # met: 4 # met:
5 # 5 #
6 # * Redistributions of source code must retain the above copyright 6 # * Redistributions of source code must retain the above copyright
7 # notice, this list of conditions and the following disclaimer. 7 # notice, this list of conditions and the following disclaimer.
8 # * Redistributions in binary form must reproduce the above 8 # * Redistributions in binary form must reproduce the above
9 # copyright notice, this list of conditions and the following 9 # copyright notice, this list of conditions and the following
10 # disclaimer in the documentation and/or other materials provided 10 # disclaimer in the documentation and/or other materials provided
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 'heap/heap-tester.h', 107 'heap/heap-tester.h',
108 'heap/heap-utils.cc', 108 'heap/heap-utils.cc',
109 'heap/heap-utils.h', 109 'heap/heap-utils.h',
110 'heap/test-alloc.cc', 110 'heap/test-alloc.cc',
111 'heap/test-array-buffer-tracker.cc', 111 'heap/test-array-buffer-tracker.cc',
112 'heap/test-compaction.cc', 112 'heap/test-compaction.cc',
113 'heap/test-heap.cc', 113 'heap/test-heap.cc',
114 'heap/test-incremental-marking.cc', 114 'heap/test-incremental-marking.cc',
115 'heap/test-lab.cc', 115 'heap/test-lab.cc',
116 'heap/test-mark-compact.cc', 116 'heap/test-mark-compact.cc',
117 'heap/test-page-promotion.cc',
117 'heap/test-spaces.cc', 118 'heap/test-spaces.cc',
118 'libsampler/test-sampler.cc', 119 'libsampler/test-sampler.cc',
119 'print-extension.cc', 120 'print-extension.cc',
120 'profiler-extension.cc', 121 'profiler-extension.cc',
121 'test-accessors.cc', 122 'test-accessors.cc',
122 'test-api.cc', 123 'test-api.cc',
123 'test-api.h', 124 'test-api.h',
124 'test-api-accessors.cc', 125 'test-api-accessors.cc',
125 'test-api-interceptors.cc', 126 'test-api-interceptors.cc',
126 'test-api-fast-accessor-builder.cc', 127 'test-api-fast-accessor-builder.cc',
(...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after
450 '../../gypfiles/isolate.gypi', 451 '../../gypfiles/isolate.gypi',
451 ], 452 ],
452 'sources': [ 453 'sources': [
453 'cctest.isolate', 454 'cctest.isolate',
454 ], 455 ],
455 }, 456 },
456 ], 457 ],
457 }], 458 }],
458 ], 459 ],
459 } 460 }
OLDNEW
« no previous file with comments | « test/cctest/BUILD.gn ('k') | test/cctest/heap/test-heap.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698