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 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
176 'test-object.cc', | 176 'test-object.cc', |
177 'test-parsing.cc', | 177 'test-parsing.cc', |
178 'test-platform.cc', | 178 'test-platform.cc', |
179 'test-profile-generator.cc', | 179 'test-profile-generator.cc', |
180 'test-random-number-generator.cc', | 180 'test-random-number-generator.cc', |
181 'test-receiver-check-hidden-prototype.cc', | 181 'test-receiver-check-hidden-prototype.cc', |
182 'test-regexp.cc', | 182 'test-regexp.cc', |
183 'test-representation.cc', | 183 'test-representation.cc', |
184 'test-sampler-api.cc', | 184 'test-sampler-api.cc', |
185 'test-serialize.cc', | 185 'test-serialize.cc', |
| 186 'test-simd.cc', |
186 'test-strings.cc', | 187 'test-strings.cc', |
187 'test-symbols.cc', | 188 'test-symbols.cc', |
188 'test-strtod.cc', | 189 'test-strtod.cc', |
189 'test-thread-termination.cc', | 190 'test-thread-termination.cc', |
190 'test-threads.cc', | 191 'test-threads.cc', |
191 'test-trace-event.cc', | 192 'test-trace-event.cc', |
192 'test-traced-value.cc', | 193 'test-traced-value.cc', |
193 'test-transitions.cc', | 194 'test-transitions.cc', |
194 'test-typedarrays.cc', | 195 'test-typedarrays.cc', |
195 'test-ast-types.cc', | 196 'test-ast-types.cc', |
(...skipping 336 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
532 '../../gypfiles/isolate.gypi', | 533 '../../gypfiles/isolate.gypi', |
533 ], | 534 ], |
534 'sources': [ | 535 'sources': [ |
535 'cctest.isolate', | 536 'cctest.isolate', |
536 ], | 537 ], |
537 }, | 538 }, |
538 ], | 539 ], |
539 }], | 540 }], |
540 ], | 541 ], |
541 } | 542 } |
OLD | NEW |