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

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

Issue 2139133003: [heap] Untangle Marking and friends from heap dependencies. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: fix comment formatting Created 4 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
« no previous file with comments | « test/unittests/heap/marking-unittest.cc ('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 # Copyright 2014 the V8 project authors. All rights reserved. 1 # Copyright 2014 the V8 project authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # The sources are kept automatically in sync with BUILD.gn. 5 # The sources are kept automatically in sync with BUILD.gn.
6 6
7 { 7 {
8 'variables': { 8 'variables': {
9 'v8_code': 1, 9 'v8_code': 1,
10 'unittests_sources': [ ### gcmole(all) ### 10 'unittests_sources': [ ### gcmole(all) ###
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 'interpreter/bytecode-register-optimizer-unittest.cc', 90 'interpreter/bytecode-register-optimizer-unittest.cc',
91 'interpreter/constant-array-builder-unittest.cc', 91 'interpreter/constant-array-builder-unittest.cc',
92 'interpreter/interpreter-assembler-unittest.cc', 92 'interpreter/interpreter-assembler-unittest.cc',
93 'interpreter/interpreter-assembler-unittest.h', 93 'interpreter/interpreter-assembler-unittest.h',
94 'libplatform/default-platform-unittest.cc', 94 'libplatform/default-platform-unittest.cc',
95 'libplatform/task-queue-unittest.cc', 95 'libplatform/task-queue-unittest.cc',
96 'libplatform/worker-thread-unittest.cc', 96 'libplatform/worker-thread-unittest.cc',
97 'heap/bitmap-unittest.cc', 97 'heap/bitmap-unittest.cc',
98 'heap/gc-idle-time-handler-unittest.cc', 98 'heap/gc-idle-time-handler-unittest.cc',
99 'heap/gc-tracer-unittest.cc', 99 'heap/gc-tracer-unittest.cc',
100 'heap/marking-unittest.cc',
100 'heap/memory-reducer-unittest.cc', 101 'heap/memory-reducer-unittest.cc',
101 'heap/heap-unittest.cc', 102 'heap/heap-unittest.cc',
102 'heap/scavenge-job-unittest.cc', 103 'heap/scavenge-job-unittest.cc',
103 'heap/slot-set-unittest.cc', 104 'heap/slot-set-unittest.cc',
104 'locked-queue-unittest.cc', 105 'locked-queue-unittest.cc',
105 'register-configuration-unittest.cc', 106 'register-configuration-unittest.cc',
106 'run-all-unittests.cc', 107 'run-all-unittests.cc',
107 'source-position-table-unittest.cc', 108 'source-position-table-unittest.cc',
108 'test-utils.h', 109 'test-utils.h',
109 'test-utils.cc', 110 'test-utils.cc',
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 '../../gypfiles/isolate.gypi', 252 '../../gypfiles/isolate.gypi',
252 ], 253 ],
253 'sources': [ 254 'sources': [
254 'unittests.isolate', 255 'unittests.isolate',
255 ], 256 ],
256 }, 257 },
257 ], 258 ],
258 }], 259 }],
259 ], 260 ],
260 } 261 }
OLDNEW
« no previous file with comments | « test/unittests/heap/marking-unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698