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 # The sources are kept automatically in sync with BUILD.gn. | 5 # The sources are kept automatically in sync with BUILD.gn. |
6 | 6 |
7 { | 7 { |
8 'variables': { | 8 'variables': { |
9 'v8_code': 1, | 9 'v8_code': 1, |
10 'unittests_sources': [ ### gcmole(all) ### | 10 'unittests_sources': [ ### gcmole(all) ### |
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
107 'heap/heap-unittest.cc', | 107 'heap/heap-unittest.cc', |
108 'heap/scavenge-job-unittest.cc', | 108 'heap/scavenge-job-unittest.cc', |
109 'heap/slot-set-unittest.cc', | 109 'heap/slot-set-unittest.cc', |
110 'locked-queue-unittest.cc', | 110 'locked-queue-unittest.cc', |
111 'register-configuration-unittest.cc', | 111 'register-configuration-unittest.cc', |
112 'run-all-unittests.cc', | 112 'run-all-unittests.cc', |
113 'source-position-table-unittest.cc', | 113 'source-position-table-unittest.cc', |
114 'test-utils.h', | 114 'test-utils.h', |
115 'test-utils.cc', | 115 'test-utils.cc', |
116 'value-serializer-unittest.cc', | 116 'value-serializer-unittest.cc', |
| 117 'zone-unittest.cc', |
117 'wasm/asm-types-unittest.cc', | 118 'wasm/asm-types-unittest.cc', |
118 'wasm/ast-decoder-unittest.cc', | 119 'wasm/ast-decoder-unittest.cc', |
119 'wasm/control-transfer-unittest.cc', | 120 'wasm/control-transfer-unittest.cc', |
120 'wasm/decoder-unittest.cc', | 121 'wasm/decoder-unittest.cc', |
121 'wasm/encoder-unittest.cc', | 122 'wasm/encoder-unittest.cc', |
122 'wasm/leb-helper-unittest.cc', | 123 'wasm/leb-helper-unittest.cc', |
123 'wasm/loop-assignment-analysis-unittest.cc', | 124 'wasm/loop-assignment-analysis-unittest.cc', |
124 'wasm/module-decoder-unittest.cc', | 125 'wasm/module-decoder-unittest.cc', |
125 'wasm/switch-logic-unittest.cc', | 126 'wasm/switch-logic-unittest.cc', |
126 'wasm/wasm-macro-gen-unittest.cc', | 127 'wasm/wasm-macro-gen-unittest.cc', |
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
258 '../../gypfiles/isolate.gypi', | 259 '../../gypfiles/isolate.gypi', |
259 ], | 260 ], |
260 'sources': [ | 261 'sources': [ |
261 'unittests.isolate', | 262 'unittests.isolate', |
262 ], | 263 ], |
263 }, | 264 }, |
264 ], | 265 ], |
265 }], | 266 }], |
266 ], | 267 ], |
267 } | 268 } |
OLD | NEW |