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 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 Loading... |
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 } |
OLD | NEW |