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 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
96 'print-extension.cc', | 96 'print-extension.cc', |
97 'profiler-extension.cc', | 97 'profiler-extension.cc', |
98 'test-accessors.cc', | 98 'test-accessors.cc', |
99 'test-alloc.cc', | 99 'test-alloc.cc', |
100 'test-api.cc', | 100 'test-api.cc', |
101 'test-ast.cc', | 101 'test-ast.cc', |
102 'test-atomicops.cc', | 102 'test-atomicops.cc', |
103 'test-bignum.cc', | 103 'test-bignum.cc', |
104 'test-bignum-dtoa.cc', | 104 'test-bignum-dtoa.cc', |
105 'test-bit-vector.cc', | 105 'test-bit-vector.cc', |
106 'test-checks.cc', | |
107 'test-circular-queue.cc', | 106 'test-circular-queue.cc', |
108 'test-compiler.cc', | 107 'test-compiler.cc', |
109 'test-constantpool.cc', | 108 'test-constantpool.cc', |
110 'test-conversions.cc', | 109 'test-conversions.cc', |
111 'test-cpu-profiler.cc', | 110 'test-cpu-profiler.cc', |
112 'test-date.cc', | 111 'test-date.cc', |
113 'test-debug.cc', | 112 'test-debug.cc', |
114 'test-decls.cc', | 113 'test-decls.cc', |
115 'test-deoptimization.cc', | 114 'test-deoptimization.cc', |
116 'test-dictionary.cc', | 115 'test-dictionary.cc', |
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
316 '../../tools/js2c.py', | 315 '../../tools/js2c.py', |
317 '<@(_outputs)', | 316 '<@(_outputs)', |
318 'TEST', # type | 317 'TEST', # type |
319 '<@(file_list)', | 318 '<@(file_list)', |
320 ], | 319 ], |
321 } | 320 } |
322 ], | 321 ], |
323 }, | 322 }, |
324 ], | 323 ], |
325 } | 324 } |
OLD | NEW |