| 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 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 90 'interpreter/bytecode-register-optimizer-unittest.cc', | 90 'interpreter/bytecode-register-optimizer-unittest.cc', |
| 91 'interpreter/constant-array-builder-unittest.cc', | 91 'interpreter/constant-array-builder-unittest.cc', |
| 92 'interpreter/interpreter-assembler-unittest.cc', | 92 'interpreter/interpreter-assembler-unittest.cc', |
| 93 'interpreter/interpreter-assembler-unittest.h', | 93 'interpreter/interpreter-assembler-unittest.h', |
| 94 'libplatform/default-platform-unittest.cc', | 94 'libplatform/default-platform-unittest.cc', |
| 95 'libplatform/task-queue-unittest.cc', | 95 'libplatform/task-queue-unittest.cc', |
| 96 'libplatform/worker-thread-unittest.cc', | 96 'libplatform/worker-thread-unittest.cc', |
| 97 'heap/bitmap-unittest.cc', | 97 'heap/bitmap-unittest.cc', |
| 98 'heap/gc-idle-time-handler-unittest.cc', | 98 'heap/gc-idle-time-handler-unittest.cc', |
| 99 'heap/gc-tracer-unittest.cc', | 99 'heap/gc-tracer-unittest.cc', |
| 100 'heap/marking-unittest.cc', |
| 100 'heap/memory-reducer-unittest.cc', | 101 'heap/memory-reducer-unittest.cc', |
| 101 'heap/heap-unittest.cc', | 102 'heap/heap-unittest.cc', |
| 102 'heap/scavenge-job-unittest.cc', | 103 'heap/scavenge-job-unittest.cc', |
| 103 'heap/slot-set-unittest.cc', | 104 'heap/slot-set-unittest.cc', |
| 104 'locked-queue-unittest.cc', | 105 'locked-queue-unittest.cc', |
| 105 'register-configuration-unittest.cc', | 106 'register-configuration-unittest.cc', |
| 106 'run-all-unittests.cc', | 107 'run-all-unittests.cc', |
| 107 'source-position-table-unittest.cc', | 108 'source-position-table-unittest.cc', |
| 108 'test-utils.h', | 109 'test-utils.h', |
| 109 'test-utils.cc', | 110 'test-utils.cc', |
| (...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 251 '../../gypfiles/isolate.gypi', | 252 '../../gypfiles/isolate.gypi', |
| 252 ], | 253 ], |
| 253 'sources': [ | 254 'sources': [ |
| 254 'unittests.isolate', | 255 'unittests.isolate', |
| 255 ], | 256 ], |
| 256 }, | 257 }, |
| 257 ], | 258 ], |
| 258 }], | 259 }], |
| 259 ], | 260 ], |
| 260 } | 261 } |
| OLD | NEW |