| OLD | NEW |
| 1 # Copyright 2011 the V8 project authors. All rights reserved. | 1 # Copyright 2011 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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 49 'test-bignum.cc', | 49 'test-bignum.cc', |
| 50 'test-bignum-dtoa.cc', | 50 'test-bignum-dtoa.cc', |
| 51 'test-circular-queue.cc', | 51 'test-circular-queue.cc', |
| 52 'test-compiler.cc', | 52 'test-compiler.cc', |
| 53 'test-conversions.cc', | 53 'test-conversions.cc', |
| 54 'test-cpu-profiler.cc', | 54 'test-cpu-profiler.cc', |
| 55 'test-dataflow.cc', | 55 'test-dataflow.cc', |
| 56 'test-debug.cc', | 56 'test-debug.cc', |
| 57 'test-decls.cc', | 57 'test-decls.cc', |
| 58 'test-deoptimization.cc', | 58 'test-deoptimization.cc', |
| 59 'test-dictionary.cc', | |
| 60 'test-diy-fp.cc', | 59 'test-diy-fp.cc', |
| 61 'test-double.cc', | 60 'test-double.cc', |
| 62 'test-dtoa.cc', | 61 'test-dtoa.cc', |
| 63 'test-fast-dtoa.cc', | 62 'test-fast-dtoa.cc', |
| 64 'test-fixed-dtoa.cc', | 63 'test-fixed-dtoa.cc', |
| 65 'test-flags.cc', | 64 'test-flags.cc', |
| 66 'test-func-name-inference.cc', | 65 'test-func-name-inference.cc', |
| 67 'test-hashmap.cc', | 66 'test-hashmap.cc', |
| 68 'test-heap.cc', | 67 'test-heap.cc', |
| 69 'test-heap-profiler.cc', | 68 'test-heap-profiler.cc', |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 128 }], | 127 }], |
| 129 [ 'OS=="win"', { | 128 [ 'OS=="win"', { |
| 130 'sources': [ | 129 'sources': [ |
| 131 'test-platform-win32.cc', | 130 'test-platform-win32.cc', |
| 132 ], | 131 ], |
| 133 }], | 132 }], |
| 134 ], | 133 ], |
| 135 }, | 134 }, |
| 136 ], | 135 ], |
| 137 } | 136 } |
| OLD | NEW |