| 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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 48 'gay-precision.cc', | 48 'gay-precision.cc', |
| 49 'gay-shortest.cc', | 49 'gay-shortest.cc', |
| 50 'test-accessors.cc', | 50 'test-accessors.cc', |
| 51 'test-alloc.cc', | 51 'test-alloc.cc', |
| 52 'test-api.cc', | 52 'test-api.cc', |
| 53 'test-ast.cc', | 53 'test-ast.cc', |
| 54 'test-bignum.cc', | 54 'test-bignum.cc', |
| 55 'test-bignum-dtoa.cc', | 55 'test-bignum-dtoa.cc', |
| 56 'test-circular-queue.cc', | 56 'test-circular-queue.cc', |
| 57 'test-compiler.cc', | 57 'test-compiler.cc', |
| 58 'test-condition-variable.cc', |
| 58 'test-conversions.cc', | 59 'test-conversions.cc', |
| 59 'test-cpu.cc', | 60 'test-cpu.cc', |
| 60 'test-cpu-profiler.cc', | 61 'test-cpu-profiler.cc', |
| 61 'test-dataflow.cc', | 62 'test-dataflow.cc', |
| 62 'test-date.cc', | 63 'test-date.cc', |
| 63 'test-debug.cc', | 64 'test-debug.cc', |
| 64 'test-declarative-accessors.cc', | 65 'test-declarative-accessors.cc', |
| 65 'test-decls.cc', | 66 'test-decls.cc', |
| 66 'test-deoptimization.cc', | 67 'test-deoptimization.cc', |
| 67 'test-dictionary.cc', | 68 'test-dictionary.cc', |
| (...skipping 19 matching lines...) Expand all Loading... |
| 87 'test-object-observe.cc', | 88 'test-object-observe.cc', |
| 88 'test-parsing.cc', | 89 'test-parsing.cc', |
| 89 'test-platform.cc', | 90 'test-platform.cc', |
| 90 'test-platform-tls.cc', | 91 'test-platform-tls.cc', |
| 91 'test-profile-generator.cc', | 92 'test-profile-generator.cc', |
| 92 'test-random.cc', | 93 'test-random.cc', |
| 93 'test-regexp.cc', | 94 'test-regexp.cc', |
| 94 'test-reloc-info.cc', | 95 'test-reloc-info.cc', |
| 95 'test-semaphore.cc', | 96 'test-semaphore.cc', |
| 96 'test-serialize.cc', | 97 'test-serialize.cc', |
| 97 'test-sockets.cc', | 98 'test-socket.cc', |
| 98 'test-spaces.cc', | 99 'test-spaces.cc', |
| 99 'test-strings.cc', | 100 'test-strings.cc', |
| 100 'test-symbols.cc', | 101 'test-symbols.cc', |
| 101 'test-strtod.cc', | 102 'test-strtod.cc', |
| 102 'test-thread-termination.cc', | 103 'test-thread-termination.cc', |
| 103 'test-threads.cc', | 104 'test-threads.cc', |
| 104 'test-time.cc', | 105 'test-time.cc', |
| 105 'test-types.cc', | 106 'test-types.cc', |
| 106 'test-unbound-queue.cc', | 107 'test-unbound-queue.cc', |
| 107 'test-utils.cc', | 108 'test-utils.cc', |
| (...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 225 '<@(_outputs)', | 226 '<@(_outputs)', |
| 226 'TEST', # type | 227 'TEST', # type |
| 227 'off', # compression | 228 'off', # compression |
| 228 '<@(file_list)', | 229 '<@(file_list)', |
| 229 ], | 230 ], |
| 230 } | 231 } |
| 231 ], | 232 ], |
| 232 }, | 233 }, |
| 233 ], | 234 ], |
| 234 } | 235 } |
| OLD | NEW |