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

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

Issue 2810893002: [heap] Implement simple concurrent marking deque. (Closed)
Patch Set: Fix comment Created 3 years, 7 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/concurrent-marking-deque-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 'compiler/value-numbering-reducer-unittest.cc', 90 'compiler/value-numbering-reducer-unittest.cc',
91 'compiler/zone-stats-unittest.cc', 91 'compiler/zone-stats-unittest.cc',
92 'compiler-dispatcher/compiler-dispatcher-job-unittest.cc', 92 'compiler-dispatcher/compiler-dispatcher-job-unittest.cc',
93 'compiler-dispatcher/compiler-dispatcher-tracer-unittest.cc', 93 'compiler-dispatcher/compiler-dispatcher-tracer-unittest.cc',
94 'compiler-dispatcher/compiler-dispatcher-unittest.cc', 94 'compiler-dispatcher/compiler-dispatcher-unittest.cc',
95 'compiler-dispatcher/optimizing-compile-dispatcher-unittest.cc', 95 'compiler-dispatcher/optimizing-compile-dispatcher-unittest.cc',
96 'counters-unittest.cc', 96 'counters-unittest.cc',
97 'eh-frame-iterator-unittest.cc', 97 'eh-frame-iterator-unittest.cc',
98 'eh-frame-writer-unittest.cc', 98 'eh-frame-writer-unittest.cc',
99 'heap/bitmap-unittest.cc', 99 'heap/bitmap-unittest.cc',
100 'heap/concurrent-marking-deque-unittest.cc',
100 'heap/embedder-tracing-unittest.cc', 101 'heap/embedder-tracing-unittest.cc',
101 'heap/gc-idle-time-handler-unittest.cc', 102 'heap/gc-idle-time-handler-unittest.cc',
102 'heap/gc-tracer-unittest.cc', 103 'heap/gc-tracer-unittest.cc',
103 'heap/marking-unittest.cc', 104 'heap/marking-unittest.cc',
104 'heap/memory-reducer-unittest.cc', 105 'heap/memory-reducer-unittest.cc',
105 'heap/heap-unittest.cc', 106 'heap/heap-unittest.cc',
106 'heap/scavenge-job-unittest.cc', 107 'heap/scavenge-job-unittest.cc',
107 'heap/slot-set-unittest.cc', 108 'heap/slot-set-unittest.cc',
108 'heap/spaces-unittest.cc', 109 'heap/spaces-unittest.cc',
109 'heap/unmapper-unittest.cc', 110 'heap/unmapper-unittest.cc',
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
275 '../../gypfiles/isolate.gypi', 276 '../../gypfiles/isolate.gypi',
276 ], 277 ],
277 'sources': [ 278 'sources': [
278 'unittests.isolate', 279 'unittests.isolate',
279 ], 280 ],
280 }, 281 },
281 ], 282 ],
282 }], 283 }],
283 ], 284 ],
284 } 285 }
OLDNEW
« no previous file with comments | « test/unittests/heap/concurrent-marking-deque-unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698