| 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 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 108 'heap/memory-reducer-unittest.cc', | 108 'heap/memory-reducer-unittest.cc', |
| 109 'heap/heap-unittest.cc', | 109 'heap/heap-unittest.cc', |
| 110 'heap/scavenge-job-unittest.cc', | 110 'heap/scavenge-job-unittest.cc', |
| 111 'heap/slot-set-unittest.cc', | 111 'heap/slot-set-unittest.cc', |
| 112 'locked-queue-unittest.cc', | 112 'locked-queue-unittest.cc', |
| 113 'register-configuration-unittest.cc', | 113 'register-configuration-unittest.cc', |
| 114 'run-all-unittests.cc', | 114 'run-all-unittests.cc', |
| 115 'source-position-table-unittest.cc', | 115 'source-position-table-unittest.cc', |
| 116 'test-utils.h', | 116 'test-utils.h', |
| 117 'test-utils.cc', | 117 'test-utils.cc', |
| 118 'unicode-unittest.cc', |
| 118 'value-serializer-unittest.cc', | 119 'value-serializer-unittest.cc', |
| 119 'wasm/asm-types-unittest.cc', | 120 'wasm/asm-types-unittest.cc', |
| 120 'wasm/ast-decoder-unittest.cc', | 121 'wasm/ast-decoder-unittest.cc', |
| 121 'wasm/control-transfer-unittest.cc', | 122 'wasm/control-transfer-unittest.cc', |
| 122 'wasm/decoder-unittest.cc', | 123 'wasm/decoder-unittest.cc', |
| 123 'wasm/leb-helper-unittest.cc', | 124 'wasm/leb-helper-unittest.cc', |
| 124 'wasm/loop-assignment-analysis-unittest.cc', | 125 'wasm/loop-assignment-analysis-unittest.cc', |
| 125 'wasm/module-decoder-unittest.cc', | 126 'wasm/module-decoder-unittest.cc', |
| 126 'wasm/switch-logic-unittest.cc', | 127 'wasm/switch-logic-unittest.cc', |
| 127 'wasm/wasm-macro-gen-unittest.cc', | 128 'wasm/wasm-macro-gen-unittest.cc', |
| (...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 260 '../../gypfiles/isolate.gypi', | 261 '../../gypfiles/isolate.gypi', |
| 261 ], | 262 ], |
| 262 'sources': [ | 263 'sources': [ |
| 263 'unittests.isolate', | 264 'unittests.isolate', |
| 264 ], | 265 ], |
| 265 }, | 266 }, |
| 266 ], | 267 ], |
| 267 }], | 268 }], |
| 268 ], | 269 ], |
| 269 } | 270 } |
| OLD | NEW |