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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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-circular-queue.cc', | 55 'test-circular-queue.cc', |
| 56 'test-compare-nil-ic-stub.cc', |
56 'test-compiler.cc', | 57 'test-compiler.cc', |
57 'test-conversions.cc', | 58 'test-conversions.cc', |
58 'test-cpu-profiler.cc', | 59 'test-cpu-profiler.cc', |
59 'test-dataflow.cc', | 60 'test-dataflow.cc', |
60 'test-date.cc', | 61 'test-date.cc', |
61 'test-debug.cc', | 62 'test-debug.cc', |
62 'test-declarative-accessors.cc', | 63 'test-declarative-accessors.cc', |
63 'test-decls.cc', | 64 'test-decls.cc', |
64 'test-deoptimization.cc', | 65 'test-deoptimization.cc', |
65 'test-dictionary.cc', | 66 'test-dictionary.cc', |
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
200 '<@(_outputs)', | 201 '<@(_outputs)', |
201 'TEST', # type | 202 'TEST', # type |
202 'off', # compression | 203 'off', # compression |
203 '<@(file_list)', | 204 '<@(file_list)', |
204 ], | 205 ], |
205 } | 206 } |
206 ], | 207 ], |
207 }, | 208 }, |
208 ], | 209 ], |
209 } | 210 } |
OLD | NEW |