| 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 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 156 'test-liveedit.cc', | 156 'test-liveedit.cc', |
| 157 'test-lockers.cc', | 157 'test-lockers.cc', |
| 158 'test-log.cc', | 158 'test-log.cc', |
| 159 'test-mementos.cc', | 159 'test-mementos.cc', |
| 160 'test-parsing.cc', | 160 'test-parsing.cc', |
| 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', | |
| 167 'test-representation.cc', | 166 'test-representation.cc', |
| 168 'test-sampler-api.cc', | 167 'test-sampler-api.cc', |
| 169 'test-serialize.cc', | 168 'test-serialize.cc', |
| 170 'test-simd.cc', | 169 'test-simd.cc', |
| 171 'test-strings.cc', | 170 'test-strings.cc', |
| 172 'test-symbols.cc', | 171 'test-symbols.cc', |
| 173 'test-strtod.cc', | 172 'test-strtod.cc', |
| 174 'test-thread-termination.cc', | 173 'test-thread-termination.cc', |
| 175 'test-threads.cc', | 174 'test-threads.cc', |
| 176 'test-trace-event.cc', | 175 'test-trace-event.cc', |
| (...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 487 '../../gypfiles/isolate.gypi', | 486 '../../gypfiles/isolate.gypi', |
| 488 ], | 487 ], |
| 489 'sources': [ | 488 'sources': [ |
| 490 'cctest.isolate', | 489 'cctest.isolate', |
| 491 ], | 490 ], |
| 492 }, | 491 }, |
| 493 ], | 492 ], |
| 494 }], | 493 }], |
| 495 ], | 494 ], |
| 496 } | 495 } |
| OLD | NEW |