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 ], | 46 ], |
47 'sources': [ ### gcmole(all) ### | 47 'sources': [ ### gcmole(all) ### |
48 '<(generated_file)', | 48 '<(generated_file)', |
49 'compiler/c-signature.h', | 49 'compiler/c-signature.h', |
50 'compiler/codegen-tester.cc', | 50 'compiler/codegen-tester.cc', |
51 'compiler/codegen-tester.h', | 51 'compiler/codegen-tester.h', |
52 'compiler/function-tester.h', | 52 'compiler/function-tester.h', |
53 'compiler/graph-builder-tester.h', | 53 'compiler/graph-builder-tester.h', |
54 'compiler/test-basic-block-profiler.cc', | 54 'compiler/test-basic-block-profiler.cc', |
55 'compiler/test-branch-combine.cc', | 55 'compiler/test-branch-combine.cc', |
| 56 'compiler/test-code-stub-assembler.cc', |
56 'compiler/test-gap-resolver.cc', | 57 'compiler/test-gap-resolver.cc', |
57 'compiler/test-graph-visualizer.cc', | 58 'compiler/test-graph-visualizer.cc', |
58 'compiler/test-instruction.cc', | 59 'compiler/test-instruction.cc', |
59 'compiler/test-js-context-specialization.cc', | 60 'compiler/test-js-context-specialization.cc', |
60 'compiler/test-js-constant-cache.cc', | 61 'compiler/test-js-constant-cache.cc', |
61 'compiler/test-js-typed-lowering.cc', | 62 'compiler/test-js-typed-lowering.cc', |
62 'compiler/test-jump-threading.cc', | 63 'compiler/test-jump-threading.cc', |
63 'compiler/test-linkage.cc', | 64 'compiler/test-linkage.cc', |
64 'compiler/test-loop-assignment-analysis.cc', | 65 'compiler/test-loop-assignment-analysis.cc', |
65 'compiler/test-loop-analysis.cc', | 66 'compiler/test-loop-analysis.cc', |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
121 'test-api-fast-accessor-builder.cc', | 122 'test-api-fast-accessor-builder.cc', |
122 'test-array-list.cc', | 123 'test-array-list.cc', |
123 'test-ast.cc', | 124 'test-ast.cc', |
124 'test-ast-expression-visitor.cc', | 125 'test-ast-expression-visitor.cc', |
125 'test-asm-validator.cc', | 126 'test-asm-validator.cc', |
126 'test-atomicops.cc', | 127 'test-atomicops.cc', |
127 'test-bignum.cc', | 128 'test-bignum.cc', |
128 'test-bignum-dtoa.cc', | 129 'test-bignum-dtoa.cc', |
129 'test-bit-vector.cc', | 130 'test-bit-vector.cc', |
130 'test-circular-queue.cc', | 131 'test-circular-queue.cc', |
131 'test-code-stub-assembler.cc', | |
132 'test-compiler.cc', | 132 'test-compiler.cc', |
133 'test-constantpool.cc', | 133 'test-constantpool.cc', |
134 'test-conversions.cc', | 134 'test-conversions.cc', |
135 'test-cpu-profiler.cc', | 135 'test-cpu-profiler.cc', |
136 'test-date.cc', | 136 'test-date.cc', |
137 'test-debug.cc', | 137 'test-debug.cc', |
138 'test-decls.cc', | 138 'test-decls.cc', |
139 'test-deoptimization.cc', | 139 'test-deoptimization.cc', |
140 'test-dictionary.cc', | 140 'test-dictionary.cc', |
141 'test-diy-fp.cc', | 141 'test-diy-fp.cc', |
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
443 '../../gypfiles/isolate.gypi', | 443 '../../gypfiles/isolate.gypi', |
444 ], | 444 ], |
445 'sources': [ | 445 'sources': [ |
446 'cctest.isolate', | 446 'cctest.isolate', |
447 ], | 447 ], |
448 }, | 448 }, |
449 ], | 449 ], |
450 }], | 450 }], |
451 ], | 451 ], |
452 } | 452 } |
OLD | NEW |