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