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 # Please keep this file in sync with BUILD.gn. | 5 # Please keep this file in sync with BUILD.gn. |
6 | 6 |
7 { | 7 { |
8 'variables': { | 8 'variables': { |
9 'v8_code': 1, | 9 'v8_code': 1, |
10 }, | 10 }, |
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
115 'heap/gc-idle-time-handler-unittest.cc', | 115 'heap/gc-idle-time-handler-unittest.cc', |
116 'heap/gc-tracer-unittest.cc', | 116 'heap/gc-tracer-unittest.cc', |
117 'heap/memory-reducer-unittest.cc', | 117 'heap/memory-reducer-unittest.cc', |
118 'heap/heap-unittest.cc', | 118 'heap/heap-unittest.cc', |
119 'heap/scavenge-job-unittest.cc', | 119 'heap/scavenge-job-unittest.cc', |
120 'heap/slot-set-unittest.cc', | 120 'heap/slot-set-unittest.cc', |
121 'locked-queue-unittest.cc', | 121 'locked-queue-unittest.cc', |
122 'run-all-unittests.cc', | 122 'run-all-unittests.cc', |
123 'test-utils.h', | 123 'test-utils.h', |
124 'test-utils.cc', | 124 'test-utils.cc', |
| 125 'wasm/asm-types-unittest.cc', |
125 'wasm/ast-decoder-unittest.cc', | 126 'wasm/ast-decoder-unittest.cc', |
126 'wasm/control-transfer-unittest.cc', | 127 'wasm/control-transfer-unittest.cc', |
127 'wasm/decoder-unittest.cc', | 128 'wasm/decoder-unittest.cc', |
128 'wasm/encoder-unittest.cc', | 129 'wasm/encoder-unittest.cc', |
129 'wasm/leb-helper-unittest.cc', | 130 'wasm/leb-helper-unittest.cc', |
130 'wasm/loop-assignment-analysis-unittest.cc', | 131 'wasm/loop-assignment-analysis-unittest.cc', |
131 'wasm/module-decoder-unittest.cc', | 132 'wasm/module-decoder-unittest.cc', |
132 'wasm/switch-logic-unittest.cc', | 133 'wasm/switch-logic-unittest.cc', |
133 'wasm/wasm-macro-gen-unittest.cc', | 134 'wasm/wasm-macro-gen-unittest.cc', |
134 ], | 135 ], |
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
221 '../../gypfiles/isolate.gypi', | 222 '../../gypfiles/isolate.gypi', |
222 ], | 223 ], |
223 'sources': [ | 224 'sources': [ |
224 'unittests.isolate', | 225 'unittests.isolate', |
225 ], | 226 ], |
226 }, | 227 }, |
227 ], | 228 ], |
228 }], | 229 }], |
229 ], | 230 ], |
230 } | 231 } |
OLD | NEW |