OLD | NEW |
1 # Copyright 2014 the V8 project authors. All rights reserved. | 1 # Copyright 2014 the V8 project authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'v8_code': 1, | 7 'v8_code': 1, |
8 }, | 8 }, |
9 'includes': ['../../build/toolchain.gypi', '../../build/features.gypi'], | 9 'includes': ['../../build/toolchain.gypi', '../../build/features.gypi'], |
10 'targets': [ | 10 'targets': [ |
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
63 'compiler/instruction-selector-unittest.h', | 63 'compiler/instruction-selector-unittest.h', |
64 'compiler/instruction-sequence-unittest.cc', | 64 'compiler/instruction-sequence-unittest.cc', |
65 'compiler/instruction-sequence-unittest.h', | 65 'compiler/instruction-sequence-unittest.h', |
66 'compiler/interpreter-assembler-unittest.cc', | 66 'compiler/interpreter-assembler-unittest.cc', |
67 'compiler/interpreter-assembler-unittest.h', | 67 'compiler/interpreter-assembler-unittest.h', |
68 'compiler/js-builtin-reducer-unittest.cc', | 68 'compiler/js-builtin-reducer-unittest.cc', |
69 'compiler/js-context-relaxation-unittest.cc', | 69 'compiler/js-context-relaxation-unittest.cc', |
70 'compiler/js-intrinsic-lowering-unittest.cc', | 70 'compiler/js-intrinsic-lowering-unittest.cc', |
71 'compiler/js-operator-unittest.cc', | 71 'compiler/js-operator-unittest.cc', |
72 'compiler/js-typed-lowering-unittest.cc', | 72 'compiler/js-typed-lowering-unittest.cc', |
73 'compiler/js-type-feedback-unittest.cc', | |
74 'compiler/linkage-tail-call-unittest.cc', | 73 'compiler/linkage-tail-call-unittest.cc', |
75 'compiler/liveness-analyzer-unittest.cc', | 74 'compiler/liveness-analyzer-unittest.cc', |
76 'compiler/live-range-unittest.cc', | 75 'compiler/live-range-unittest.cc', |
77 'compiler/load-elimination-unittest.cc', | 76 'compiler/load-elimination-unittest.cc', |
78 'compiler/loop-peeling-unittest.cc', | 77 'compiler/loop-peeling-unittest.cc', |
79 'compiler/machine-operator-reducer-unittest.cc', | 78 'compiler/machine-operator-reducer-unittest.cc', |
80 'compiler/machine-operator-unittest.cc', | 79 'compiler/machine-operator-unittest.cc', |
81 'compiler/move-optimizer-unittest.cc', | 80 'compiler/move-optimizer-unittest.cc', |
82 'compiler/node-cache-unittest.cc', | 81 'compiler/node-cache-unittest.cc', |
83 'compiler/node-matchers-unittest.cc', | 82 'compiler/node-matchers-unittest.cc', |
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
193 '../../build/isolate.gypi', | 192 '../../build/isolate.gypi', |
194 ], | 193 ], |
195 'sources': [ | 194 'sources': [ |
196 'unittests.isolate', | 195 'unittests.isolate', |
197 ], | 196 ], |
198 }, | 197 }, |
199 ], | 198 ], |
200 }], | 199 }], |
201 ], | 200 ], |
202 } | 201 } |
OLD | NEW |