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

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

Issue 2728363002: [heap] Implement concurrent marking boilerplate. (Closed)
Patch Set: Add missing test file Created 3 years, 9 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
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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 'gay-precision.cc', 97 'gay-precision.cc',
98 'gay-precision.h', 98 'gay-precision.h',
99 'gay-shortest.cc', 99 'gay-shortest.cc',
100 'gay-shortest.h', 100 'gay-shortest.h',
101 'heap/heap-tester.h', 101 'heap/heap-tester.h',
102 'heap/heap-utils.cc', 102 'heap/heap-utils.cc',
103 'heap/heap-utils.h', 103 'heap/heap-utils.h',
104 'heap/test-alloc.cc', 104 'heap/test-alloc.cc',
105 'heap/test-array-buffer-tracker.cc', 105 'heap/test-array-buffer-tracker.cc',
106 'heap/test-compaction.cc', 106 'heap/test-compaction.cc',
107 'heap/test-concurrent-marking.cc',
107 'heap/test-heap.cc', 108 'heap/test-heap.cc',
108 'heap/test-incremental-marking.cc', 109 'heap/test-incremental-marking.cc',
109 'heap/test-lab.cc', 110 'heap/test-lab.cc',
110 'heap/test-mark-compact.cc', 111 'heap/test-mark-compact.cc',
111 'heap/test-page-promotion.cc', 112 'heap/test-page-promotion.cc',
112 'heap/test-spaces.cc', 113 'heap/test-spaces.cc',
113 'libplatform/test-tracing.cc', 114 'libplatform/test-tracing.cc',
114 'libsampler/test-sampler.cc', 115 'libsampler/test-sampler.cc',
115 'parsing/test-parse-decision.cc', 116 'parsing/test-parse-decision.cc',
116 'parsing/test-preparser.cc', 117 'parsing/test-preparser.cc',
(...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after
524 '../../gypfiles/isolate.gypi', 525 '../../gypfiles/isolate.gypi',
525 ], 526 ],
526 'sources': [ 527 'sources': [
527 'cctest.isolate', 528 'cctest.isolate',
528 ], 529 ],
529 }, 530 },
530 ], 531 ],
531 }], 532 }],
532 ], 533 ],
533 } 534 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698