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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
79 'compiler/test-run-deopt.cc', | 79 'compiler/test-run-deopt.cc', |
80 'compiler/test-run-inlining.cc', | 80 'compiler/test-run-inlining.cc', |
81 'compiler/test-run-intrinsics.cc', | 81 'compiler/test-run-intrinsics.cc', |
82 'compiler/test-run-jsbranches.cc', | 82 'compiler/test-run-jsbranches.cc', |
83 'compiler/test-run-jscalls.cc', | 83 'compiler/test-run-jscalls.cc', |
84 'compiler/test-run-jsexceptions.cc', | 84 'compiler/test-run-jsexceptions.cc', |
85 'compiler/test-run-jsops.cc', | 85 'compiler/test-run-jsops.cc', |
86 'compiler/test-run-machops.cc', | 86 'compiler/test-run-machops.cc', |
87 'compiler/test-run-properties.cc', | 87 'compiler/test-run-properties.cc', |
88 'compiler/test-run-stackcheck.cc', | 88 'compiler/test-run-stackcheck.cc', |
| 89 'compiler/test-run-stubs.cc', |
89 'compiler/test-run-variables.cc', | 90 'compiler/test-run-variables.cc', |
90 'compiler/test-simplified-lowering.cc', | 91 'compiler/test-simplified-lowering.cc', |
91 'cctest.cc', | 92 'cctest.cc', |
92 'gay-fixed.cc', | 93 'gay-fixed.cc', |
93 'gay-precision.cc', | 94 'gay-precision.cc', |
94 'gay-shortest.cc', | 95 'gay-shortest.cc', |
95 'print-extension.cc', | 96 'print-extension.cc', |
96 'profiler-extension.cc', | 97 'profiler-extension.cc', |
97 'test-accessors.cc', | 98 'test-accessors.cc', |
98 'test-alloc.cc', | 99 'test-alloc.cc', |
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
319 '../../tools/js2c.py', | 320 '../../tools/js2c.py', |
320 '<@(_outputs)', | 321 '<@(_outputs)', |
321 'TEST', # type | 322 'TEST', # type |
322 '<@(file_list)', | 323 '<@(file_list)', |
323 ], | 324 ], |
324 } | 325 } |
325 ], | 326 ], |
326 }, | 327 }, |
327 ], | 328 ], |
328 } | 329 } |
OLD | NEW |