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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
45 'cctest.cc', | 45 'cctest.cc', |
46 'gay-fixed.cc', | 46 'gay-fixed.cc', |
47 'gay-precision.cc', | 47 'gay-precision.cc', |
48 'gay-shortest.cc', | 48 'gay-shortest.cc', |
49 'test-accessors.cc', | 49 'test-accessors.cc', |
50 'test-alloc.cc', | 50 'test-alloc.cc', |
51 'test-api.cc', | 51 'test-api.cc', |
52 'test-ast.cc', | 52 'test-ast.cc', |
53 'test-bignum.cc', | 53 'test-bignum.cc', |
54 'test-bignum-dtoa.cc', | 54 'test-bignum-dtoa.cc', |
| 55 'test-bitrange.cc', |
55 'test-circular-queue.cc', | 56 'test-circular-queue.cc', |
56 'test-compare-nil-ic-stub.cc', | 57 'test-compare-nil-ic-stub.cc', |
57 'test-compiler.cc', | 58 'test-compiler.cc', |
58 'test-conversions.cc', | 59 'test-conversions.cc', |
59 'test-cpu-profiler.cc', | 60 'test-cpu-profiler.cc', |
60 'test-dataflow.cc', | 61 'test-dataflow.cc', |
61 'test-date.cc', | 62 'test-date.cc', |
62 'test-debug.cc', | 63 'test-debug.cc', |
63 'test-declarative-accessors.cc', | 64 'test-declarative-accessors.cc', |
64 'test-decls.cc', | 65 'test-decls.cc', |
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
203 '<@(_outputs)', | 204 '<@(_outputs)', |
204 'TEST', # type | 205 'TEST', # type |
205 'off', # compression | 206 'off', # compression |
206 '<@(file_list)', | 207 '<@(file_list)', |
207 ], | 208 ], |
208 } | 209 } |
209 ], | 210 ], |
210 }, | 211 }, |
211 ], | 212 ], |
212 } | 213 } |
OLD | NEW |