| 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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 72 'test-fast-dtoa.cc', | 72 'test-fast-dtoa.cc', |
| 73 'test-fixed-dtoa.cc', | 73 'test-fixed-dtoa.cc', |
| 74 'test-flags.cc', | 74 'test-flags.cc', |
| 75 'test-func-name-inference.cc', | 75 'test-func-name-inference.cc', |
| 76 'test-global-handles.cc', | 76 'test-global-handles.cc', |
| 77 'test-global-object.cc', | 77 'test-global-object.cc', |
| 78 'test-hashing.cc', | 78 'test-hashing.cc', |
| 79 'test-hashmap.cc', | 79 'test-hashmap.cc', |
| 80 'test-heap.cc', | 80 'test-heap.cc', |
| 81 'test-heap-profiler.cc', | 81 'test-heap-profiler.cc', |
| 82 'test-hunique.cc', |
| 82 'test-list.cc', | 83 'test-list.cc', |
| 83 'test-liveedit.cc', | 84 'test-liveedit.cc', |
| 84 'test-lockers.cc', | 85 'test-lockers.cc', |
| 85 'test-log.cc', | 86 'test-log.cc', |
| 86 'test-mark-compact.cc', | 87 'test-mark-compact.cc', |
| 87 'test-mutex.cc', | 88 'test-mutex.cc', |
| 88 'test-object-observe.cc', | 89 'test-object-observe.cc', |
| 89 'test-parsing.cc', | 90 'test-parsing.cc', |
| 90 'test-platform.cc', | 91 'test-platform.cc', |
| 91 'test-platform-tls.cc', | 92 'test-platform-tls.cc', |
| (...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 216 '<@(_outputs)', | 217 '<@(_outputs)', |
| 217 'TEST', # type | 218 'TEST', # type |
| 218 'off', # compression | 219 'off', # compression |
| 219 '<@(file_list)', | 220 '<@(file_list)', |
| 220 ], | 221 ], |
| 221 } | 222 } |
| 222 ], | 223 ], |
| 223 }, | 224 }, |
| 224 ], | 225 ], |
| 225 } | 226 } |
| OLD | NEW |