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

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

Issue 391413006: Track history of events in GCTracer. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Clean-ups Created 6 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 | Annotate | Revision Log
« no previous file with comments | « src/incremental-marking.cc ('k') | test/cctest/test-gc-tracer.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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 'test-decls.cc', 71 'test-decls.cc',
72 'test-deoptimization.cc', 72 'test-deoptimization.cc',
73 'test-dictionary.cc', 73 'test-dictionary.cc',
74 'test-diy-fp.cc', 74 'test-diy-fp.cc',
75 'test-double.cc', 75 'test-double.cc',
76 'test-dtoa.cc', 76 'test-dtoa.cc',
77 'test-fast-dtoa.cc', 77 'test-fast-dtoa.cc',
78 'test-fixed-dtoa.cc', 78 'test-fixed-dtoa.cc',
79 'test-flags.cc', 79 'test-flags.cc',
80 'test-func-name-inference.cc', 80 'test-func-name-inference.cc',
81 'test-gc-tracer.cc',
81 'test-global-handles.cc', 82 'test-global-handles.cc',
82 'test-global-object.cc', 83 'test-global-object.cc',
83 'test-hashing.cc', 84 'test-hashing.cc',
84 'test-hashmap.cc', 85 'test-hashmap.cc',
85 'test-heap.cc', 86 'test-heap.cc',
86 'test-heap-profiler.cc', 87 'test-heap-profiler.cc',
87 'test-hydrogen-types.cc', 88 'test-hydrogen-types.cc',
88 'test-libplatform-default-platform.cc', 89 'test-libplatform-default-platform.cc',
89 'test-libplatform-task-queue.cc', 90 'test-libplatform-task-queue.cc',
90 'test-libplatform-worker-thread.cc', 91 'test-libplatform-worker-thread.cc',
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 '<@(_outputs)', 270 '<@(_outputs)',
270 'TEST', # type 271 'TEST', # type
271 'off', # compression 272 'off', # compression
272 '<@(file_list)', 273 '<@(file_list)',
273 ], 274 ],
274 } 275 }
275 ], 276 ],
276 }, 277 },
277 ], 278 ],
278 } 279 }
OLDNEW
« no previous file with comments | « src/incremental-marking.cc ('k') | test/cctest/test-gc-tracer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698