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