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

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

Issue 1961403002: Revert of [heap] Fine-grained JSArrayBuffer tracking (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 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 | « src/heap/scavenger.cc ('k') | test/cctest/heap/test-array-buffer-tracker.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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 'interpreter/test-bytecode-generator.cc', 93 'interpreter/test-bytecode-generator.cc',
94 'interpreter/test-interpreter.cc', 94 'interpreter/test-interpreter.cc',
95 'interpreter/test-interpreter-intrinsics.cc', 95 'interpreter/test-interpreter-intrinsics.cc',
96 'interpreter/bytecode-expectations-printer.cc', 96 'interpreter/bytecode-expectations-printer.cc',
97 'interpreter/bytecode-expectations-printer.h', 97 'interpreter/bytecode-expectations-printer.h',
98 'gay-fixed.cc', 98 'gay-fixed.cc',
99 'gay-precision.cc', 99 'gay-precision.cc',
100 'gay-shortest.cc', 100 'gay-shortest.cc',
101 'heap/heap-tester.h', 101 'heap/heap-tester.h',
102 'heap/test-alloc.cc', 102 'heap/test-alloc.cc',
103 'heap/test-array-buffer-tracker.cc',
104 'heap/test-compaction.cc', 103 'heap/test-compaction.cc',
105 'heap/test-heap.cc', 104 'heap/test-heap.cc',
106 'heap/test-incremental-marking.cc', 105 'heap/test-incremental-marking.cc',
107 'heap/test-lab.cc', 106 'heap/test-lab.cc',
108 'heap/test-mark-compact.cc', 107 'heap/test-mark-compact.cc',
109 'heap/test-spaces.cc', 108 'heap/test-spaces.cc',
110 'heap/utils-inl.h', 109 'heap/utils-inl.h',
111 'print-extension.cc', 110 'print-extension.cc',
112 'profiler-extension.cc', 111 'profiler-extension.cc',
113 'test-accessors.cc', 112 'test-accessors.cc',
(...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after
437 '../../gypfiles/isolate.gypi', 436 '../../gypfiles/isolate.gypi',
438 ], 437 ],
439 'sources': [ 438 'sources': [
440 'cctest.isolate', 439 'cctest.isolate',
441 ], 440 ],
442 }, 441 },
443 ], 442 ],
444 }], 443 }],
445 ], 444 ],
446 } 445 }
OLDNEW
« no previous file with comments | « src/heap/scavenger.cc ('k') | test/cctest/heap/test-array-buffer-tracker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698