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 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
161 'test-platform.cc', | 161 'test-platform.cc', |
162 'test-profile-generator.cc', | 162 'test-profile-generator.cc', |
163 'test-random-number-generator.cc', | 163 'test-random-number-generator.cc', |
164 'test-receiver-check-hidden-prototype.cc', | 164 'test-receiver-check-hidden-prototype.cc', |
165 'test-regexp.cc', | 165 'test-regexp.cc', |
166 'test-reloc-info.cc', | 166 'test-reloc-info.cc', |
167 'test-representation.cc', | 167 'test-representation.cc', |
168 'test-sampler-api.cc', | 168 'test-sampler-api.cc', |
169 'test-serialize.cc', | 169 'test-serialize.cc', |
170 'test-simd.cc', | 170 'test-simd.cc', |
171 'test-slots-buffer.cc', | |
172 'test-strings.cc', | 171 'test-strings.cc', |
173 'test-symbols.cc', | 172 'test-symbols.cc', |
174 'test-strtod.cc', | 173 'test-strtod.cc', |
175 'test-thread-termination.cc', | 174 'test-thread-termination.cc', |
176 'test-threads.cc', | 175 'test-threads.cc', |
177 'test-trace-event.cc', | 176 'test-trace-event.cc', |
178 'test-transitions.cc', | 177 'test-transitions.cc', |
179 'test-typedarrays.cc', | 178 'test-typedarrays.cc', |
180 'test-types.cc', | 179 'test-types.cc', |
181 'test-typing-reset.cc', | 180 'test-typing-reset.cc', |
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
397 '../../build/isolate.gypi', | 396 '../../build/isolate.gypi', |
398 ], | 397 ], |
399 'sources': [ | 398 'sources': [ |
400 'cctest.isolate', | 399 'cctest.isolate', |
401 ], | 400 ], |
402 }, | 401 }, |
403 ], | 402 ], |
404 }], | 403 }], |
405 ], | 404 ], |
406 } | 405 } |
OLD | NEW |