| 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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 84 'test-lockers.cc', | 84 'test-lockers.cc', |
| 85 'test-log.cc', | 85 'test-log.cc', |
| 86 'test-mark-compact.cc', | 86 'test-mark-compact.cc', |
| 87 'test-mutex.cc', | 87 'test-mutex.cc', |
| 88 'test-object-observe.cc', | 88 'test-object-observe.cc', |
| 89 'test-parsing.cc', | 89 'test-parsing.cc', |
| 90 'test-platform.cc', | 90 'test-platform.cc', |
| 91 'test-platform-tls.cc', | 91 'test-platform-tls.cc', |
| 92 'test-profile-generator.cc', | 92 'test-profile-generator.cc', |
| 93 'test-random.cc', | 93 'test-random.cc', |
| 94 'test-random-number-generator.cc', |
| 94 'test-regexp.cc', | 95 'test-regexp.cc', |
| 95 'test-reloc-info.cc', | 96 'test-reloc-info.cc', |
| 96 'test-semaphore.cc', | 97 'test-semaphore.cc', |
| 97 'test-serialize.cc', | 98 'test-serialize.cc', |
| 98 'test-socket.cc', | 99 'test-socket.cc', |
| 99 'test-spaces.cc', | 100 'test-spaces.cc', |
| 100 'test-strings.cc', | 101 'test-strings.cc', |
| 101 'test-symbols.cc', | 102 'test-symbols.cc', |
| 102 'test-strtod.cc', | 103 'test-strtod.cc', |
| 103 'test-thread-termination.cc', | 104 'test-thread-termination.cc', |
| (...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 226 '<@(_outputs)', | 227 '<@(_outputs)', |
| 227 'TEST', # type | 228 'TEST', # type |
| 228 'off', # compression | 229 'off', # compression |
| 229 '<@(file_list)', | 230 '<@(file_list)', |
| 230 ], | 231 ], |
| 231 } | 232 } |
| 232 ], | 233 ], |
| 233 }, | 234 }, |
| 234 ], | 235 ], |
| 235 } | 236 } |
| OLD | NEW |