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

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

Issue 988893003: Implement tracing interface for v8 (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Update BUILD.gn to include trace_event_common.h Created 5 years 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/tracing/trace-event.cc ('k') | test/cctest/heap/test-incremental-marking.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 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 'test-representation.cc', 163 'test-representation.cc',
164 'test-sampler-api.cc', 164 'test-sampler-api.cc',
165 'test-serialize.cc', 165 'test-serialize.cc',
166 'test-simd.cc', 166 'test-simd.cc',
167 'test-slots-buffer.cc', 167 'test-slots-buffer.cc',
168 'test-strings.cc', 168 'test-strings.cc',
169 'test-symbols.cc', 169 'test-symbols.cc',
170 'test-strtod.cc', 170 'test-strtod.cc',
171 'test-thread-termination.cc', 171 'test-thread-termination.cc',
172 'test-threads.cc', 172 'test-threads.cc',
173 'test-trace-event.cc',
173 'test-transitions.cc', 174 'test-transitions.cc',
174 'test-typedarrays.cc', 175 'test-typedarrays.cc',
175 'test-types.cc', 176 'test-types.cc',
176 'test-typing-reset.cc', 177 'test-typing-reset.cc',
177 'test-unbound-queue.cc', 178 'test-unbound-queue.cc',
178 'test-unboxed-doubles.cc', 179 'test-unboxed-doubles.cc',
179 'test-unique.cc', 180 'test-unique.cc',
180 'test-unscopables-hidden-prototype.cc', 181 'test-unscopables-hidden-prototype.cc',
181 'test-utils.cc', 182 'test-utils.cc',
182 'test-version.cc', 183 'test-version.cc',
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
357 '../../build/isolate.gypi', 358 '../../build/isolate.gypi',
358 ], 359 ],
359 'sources': [ 360 'sources': [
360 'cctest.isolate', 361 'cctest.isolate',
361 ], 362 ],
362 }, 363 },
363 ], 364 ],
364 }], 365 }],
365 ], 366 ],
366 } 367 }
OLDNEW
« no previous file with comments | « src/tracing/trace-event.cc ('k') | test/cctest/heap/test-incremental-marking.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698