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

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

Issue 2036643002: Reland "[heap] Fine-grained JSArrayBuffer tracking" (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Remove unneeded locking to avoid lock-inversion-order errors in TSAN 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/heap-utils.h » ('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 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 'interpreter/test-interpreter-intrinsics.cc', 96 'interpreter/test-interpreter-intrinsics.cc',
97 'interpreter/bytecode-expectations-printer.cc', 97 'interpreter/bytecode-expectations-printer.cc',
98 'interpreter/bytecode-expectations-printer.h', 98 'interpreter/bytecode-expectations-printer.h',
99 'gay-fixed.cc', 99 'gay-fixed.cc',
100 'gay-precision.cc', 100 'gay-precision.cc',
101 'gay-shortest.cc', 101 'gay-shortest.cc',
102 'heap/heap-tester.h', 102 'heap/heap-tester.h',
103 'heap/heap-utils.cc', 103 'heap/heap-utils.cc',
104 'heap/heap-utils.h', 104 'heap/heap-utils.h',
105 'heap/test-alloc.cc', 105 'heap/test-alloc.cc',
106 'heap/test-array-buffer-tracker.cc',
106 'heap/test-compaction.cc', 107 'heap/test-compaction.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-spaces.cc', 112 'heap/test-spaces.cc',
112 'libsampler/test-sampler.cc', 113 'libsampler/test-sampler.cc',
113 'print-extension.cc', 114 'print-extension.cc',
114 'profiler-extension.cc', 115 'profiler-extension.cc',
115 'test-accessors.cc', 116 'test-accessors.cc',
(...skipping 327 matching lines...) Expand 10 before | Expand all | Expand 10 after
443 '../../gypfiles/isolate.gypi', 444 '../../gypfiles/isolate.gypi',
444 ], 445 ],
445 'sources': [ 446 'sources': [
446 'cctest.isolate', 447 'cctest.isolate',
447 ], 448 ],
448 }, 449 },
449 ], 450 ],
450 }], 451 }],
451 ], 452 ],
452 } 453 }
OLDNEW
« no previous file with comments | « test/cctest/BUILD.gn ('k') | test/cctest/heap/heap-utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698