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

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: Remove v8-tracing in favor of v8-platform, make passing Isolate* explicit, still WIP Created 5 years, 2 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 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 'test-sampler-api.cc', 155 'test-sampler-api.cc',
156 'test-serialize.cc', 156 'test-serialize.cc',
157 'test-simd.cc', 157 'test-simd.cc',
158 'test-slots-buffer.cc', 158 'test-slots-buffer.cc',
159 'test-spaces.cc', 159 'test-spaces.cc',
160 'test-strings.cc', 160 'test-strings.cc',
161 'test-symbols.cc', 161 'test-symbols.cc',
162 'test-strtod.cc', 162 'test-strtod.cc',
163 'test-thread-termination.cc', 163 'test-thread-termination.cc',
164 'test-threads.cc', 164 'test-threads.cc',
165 'test-trace-event.cc',
165 'test-transitions.cc', 166 'test-transitions.cc',
166 'test-typedarrays.cc', 167 'test-typedarrays.cc',
167 'test-types.cc', 168 'test-types.cc',
168 'test-typing-reset.cc', 169 'test-typing-reset.cc',
169 'test-unbound-queue.cc', 170 'test-unbound-queue.cc',
170 'test-unboxed-doubles.cc', 171 'test-unboxed-doubles.cc',
171 'test-unique.cc', 172 'test-unique.cc',
172 'test-unscopables-hidden-prototype.cc', 173 'test-unscopables-hidden-prototype.cc',
173 'test-utils.cc', 174 'test-utils.cc',
174 'test-version.cc', 175 'test-version.cc',
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
323 '../../tools/js2c.py', 324 '../../tools/js2c.py',
324 '<@(_outputs)', 325 '<@(_outputs)',
325 'TEST', # type 326 'TEST', # type
326 '<@(file_list)', 327 '<@(file_list)',
327 ], 328 ],
328 } 329 }
329 ], 330 ],
330 }, 331 },
331 ], 332 ],
332 } 333 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698