| 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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 106 'test-bignum-dtoa.cc', | 106 'test-bignum-dtoa.cc', |
| 107 'test-bit-vector.cc', | 107 'test-bit-vector.cc', |
| 108 'test-checks.cc', | 108 'test-checks.cc', |
| 109 'test-circular-queue.cc', | 109 'test-circular-queue.cc', |
| 110 'test-compiler.cc', | 110 'test-compiler.cc', |
| 111 'test-constantpool.cc', | 111 'test-constantpool.cc', |
| 112 'test-conversions.cc', | 112 'test-conversions.cc', |
| 113 'test-cpu-profiler.cc', | 113 'test-cpu-profiler.cc', |
| 114 'test-date.cc', | 114 'test-date.cc', |
| 115 'test-debug.cc', | 115 'test-debug.cc', |
| 116 'test-declarative-accessors.cc', | |
| 117 'test-decls.cc', | 116 'test-decls.cc', |
| 118 'test-deoptimization.cc', | 117 'test-deoptimization.cc', |
| 119 'test-dictionary.cc', | 118 'test-dictionary.cc', |
| 120 'test-diy-fp.cc', | 119 'test-diy-fp.cc', |
| 121 'test-double.cc', | 120 'test-double.cc', |
| 122 'test-dtoa.cc', | 121 'test-dtoa.cc', |
| 123 'test-fast-dtoa.cc', | 122 'test-fast-dtoa.cc', |
| 124 'test-feedback-vector.cc', | 123 'test-feedback-vector.cc', |
| 125 'test-fixed-dtoa.cc', | 124 'test-fixed-dtoa.cc', |
| 126 'test-flags.cc', | 125 'test-flags.cc', |
| (...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 305 '../../tools/js2c.py', | 304 '../../tools/js2c.py', |
| 306 '<@(_outputs)', | 305 '<@(_outputs)', |
| 307 'TEST', # type | 306 'TEST', # type |
| 308 '<@(file_list)', | 307 '<@(file_list)', |
| 309 ], | 308 ], |
| 310 } | 309 } |
| 311 ], | 310 ], |
| 312 }, | 311 }, |
| 313 ], | 312 ], |
| 314 } | 313 } |
| OLD | NEW |