OLD | NEW |
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 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
160 'test-sampler-api.cc', | 160 'test-sampler-api.cc', |
161 'test-serialize.cc', | 161 'test-serialize.cc', |
162 'test-simd.cc', | 162 'test-simd.cc', |
163 'test-slots-buffer.cc', | 163 'test-slots-buffer.cc', |
164 'test-spaces.cc', | 164 'test-spaces.cc', |
165 'test-strings.cc', | 165 'test-strings.cc', |
166 'test-symbols.cc', | 166 'test-symbols.cc', |
167 'test-strtod.cc', | 167 'test-strtod.cc', |
168 'test-thread-termination.cc', | 168 'test-thread-termination.cc', |
169 'test-threads.cc', | 169 'test-threads.cc', |
| 170 'test-trace-event.cc', |
170 'test-transitions.cc', | 171 'test-transitions.cc', |
171 'test-typedarrays.cc', | 172 'test-typedarrays.cc', |
172 'test-types.cc', | 173 'test-types.cc', |
173 'test-typing-reset.cc', | 174 'test-typing-reset.cc', |
174 'test-unbound-queue.cc', | 175 'test-unbound-queue.cc', |
175 'test-unboxed-doubles.cc', | 176 'test-unboxed-doubles.cc', |
176 'test-unique.cc', | 177 'test-unique.cc', |
177 'test-unscopables-hidden-prototype.cc', | 178 'test-unscopables-hidden-prototype.cc', |
178 'test-utils.cc', | 179 'test-utils.cc', |
179 'test-version.cc', | 180 'test-version.cc', |
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
352 '../../build/isolate.gypi', | 353 '../../build/isolate.gypi', |
353 ], | 354 ], |
354 'sources': [ | 355 'sources': [ |
355 'cctest.isolate', | 356 'cctest.isolate', |
356 ], | 357 ], |
357 }, | 358 }, |
358 ], | 359 ], |
359 }], | 360 }], |
360 ], | 361 ], |
361 } | 362 } |
OLD | NEW |