| 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 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 98 'test-ordered-hash-table.cc', | 98 'test-ordered-hash-table.cc', |
| 99 'test-ostreams.cc', | 99 'test-ostreams.cc', |
| 100 'test-parsing.cc', | 100 'test-parsing.cc', |
| 101 'test-platform.cc', | 101 'test-platform.cc', |
| 102 'test-platform-tls.cc', | 102 'test-platform-tls.cc', |
| 103 'test-profile-generator.cc', | 103 'test-profile-generator.cc', |
| 104 'test-random-number-generator.cc', | 104 'test-random-number-generator.cc', |
| 105 'test-regexp.cc', | 105 'test-regexp.cc', |
| 106 'test-reloc-info.cc', | 106 'test-reloc-info.cc', |
| 107 'test-representation.cc', | 107 'test-representation.cc', |
| 108 'test-sampler-api.cc', |
| 108 'test-semaphore.cc', | 109 'test-semaphore.cc', |
| 109 'test-serialize.cc', | 110 'test-serialize.cc', |
| 110 'test-spaces.cc', | 111 'test-spaces.cc', |
| 111 'test-strings.cc', | 112 'test-strings.cc', |
| 112 'test-symbols.cc', | 113 'test-symbols.cc', |
| 113 'test-strtod.cc', | 114 'test-strtod.cc', |
| 114 'test-thread-termination.cc', | 115 'test-thread-termination.cc', |
| 115 'test-threads.cc', | 116 'test-threads.cc', |
| 116 'test-time.cc', | 117 'test-time.cc', |
| 117 'test-types.cc', | 118 'test-types.cc', |
| (...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 258 '<@(_outputs)', | 259 '<@(_outputs)', |
| 259 'TEST', # type | 260 'TEST', # type |
| 260 'off', # compression | 261 'off', # compression |
| 261 '<@(file_list)', | 262 '<@(file_list)', |
| 262 ], | 263 ], |
| 263 } | 264 } |
| 264 ], | 265 ], |
| 265 }, | 266 }, |
| 266 ], | 267 ], |
| 267 } | 268 } |
| OLD | NEW |