| 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 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 167 'test-serialize.cc', | 167 'test-serialize.cc', |
| 168 'test-simd.cc', | 168 'test-simd.cc', |
| 169 'test-strings.cc', | 169 'test-strings.cc', |
| 170 'test-symbols.cc', | 170 'test-symbols.cc', |
| 171 'test-strtod.cc', | 171 'test-strtod.cc', |
| 172 'test-thread-termination.cc', | 172 'test-thread-termination.cc', |
| 173 'test-threads.cc', | 173 'test-threads.cc', |
| 174 'test-trace-event.cc', | 174 'test-trace-event.cc', |
| 175 'test-transitions.cc', | 175 'test-transitions.cc', |
| 176 'test-typedarrays.cc', | 176 'test-typedarrays.cc', |
| 177 'test-ast-types.cc', |
| 177 'test-types.cc', | 178 'test-types.cc', |
| 178 'test-unbound-queue.cc', | 179 'test-unbound-queue.cc', |
| 179 'test-unboxed-doubles.cc', | 180 'test-unboxed-doubles.cc', |
| 180 'test-unique.cc', | 181 'test-unique.cc', |
| 181 'test-unscopables-hidden-prototype.cc', | 182 'test-unscopables-hidden-prototype.cc', |
| 182 'test-usecounters.cc', | 183 'test-usecounters.cc', |
| 183 'test-utils.cc', | 184 'test-utils.cc', |
| 184 'test-version.cc', | 185 'test-version.cc', |
| 185 'test-weakmaps.cc', | 186 'test-weakmaps.cc', |
| 186 'test-weaksets.cc', | 187 'test-weaksets.cc', |
| (...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 487 '../../gypfiles/isolate.gypi', | 488 '../../gypfiles/isolate.gypi', |
| 488 ], | 489 ], |
| 489 'sources': [ | 490 'sources': [ |
| 490 'cctest.isolate', | 491 'cctest.isolate', |
| 491 ], | 492 ], |
| 492 }, | 493 }, |
| 493 ], | 494 ], |
| 494 }], | 495 }], |
| 495 ], | 496 ], |
| 496 } | 497 } |
| OLD | NEW |