| 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 'compiler/value-numbering-reducer-unittest.cc', | 90 'compiler/value-numbering-reducer-unittest.cc', |
| 91 'compiler/zone-stats-unittest.cc', | 91 'compiler/zone-stats-unittest.cc', |
| 92 'compiler-dispatcher/compiler-dispatcher-job-unittest.cc', | 92 'compiler-dispatcher/compiler-dispatcher-job-unittest.cc', |
| 93 'compiler-dispatcher/compiler-dispatcher-tracer-unittest.cc', | 93 'compiler-dispatcher/compiler-dispatcher-tracer-unittest.cc', |
| 94 'compiler-dispatcher/compiler-dispatcher-unittest.cc', | 94 'compiler-dispatcher/compiler-dispatcher-unittest.cc', |
| 95 'compiler-dispatcher/optimizing-compile-dispatcher-unittest.cc', | 95 'compiler-dispatcher/optimizing-compile-dispatcher-unittest.cc', |
| 96 'counters-unittest.cc', | 96 'counters-unittest.cc', |
| 97 'eh-frame-iterator-unittest.cc', | 97 'eh-frame-iterator-unittest.cc', |
| 98 'eh-frame-writer-unittest.cc', | 98 'eh-frame-writer-unittest.cc', |
| 99 'heap/bitmap-unittest.cc', | 99 'heap/bitmap-unittest.cc', |
| 100 'heap/concurrent-marking-deque-unittest.cc', |
| 100 'heap/embedder-tracing-unittest.cc', | 101 'heap/embedder-tracing-unittest.cc', |
| 101 'heap/gc-idle-time-handler-unittest.cc', | 102 'heap/gc-idle-time-handler-unittest.cc', |
| 102 'heap/gc-tracer-unittest.cc', | 103 'heap/gc-tracer-unittest.cc', |
| 103 'heap/marking-unittest.cc', | 104 'heap/marking-unittest.cc', |
| 104 'heap/memory-reducer-unittest.cc', | 105 'heap/memory-reducer-unittest.cc', |
| 105 'heap/heap-unittest.cc', | 106 'heap/heap-unittest.cc', |
| 106 'heap/scavenge-job-unittest.cc', | 107 'heap/scavenge-job-unittest.cc', |
| 107 'heap/slot-set-unittest.cc', | 108 'heap/slot-set-unittest.cc', |
| 108 'heap/spaces-unittest.cc', | 109 'heap/spaces-unittest.cc', |
| 109 'heap/unmapper-unittest.cc', | 110 'heap/unmapper-unittest.cc', |
| (...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 275 '../../gypfiles/isolate.gypi', | 276 '../../gypfiles/isolate.gypi', |
| 276 ], | 277 ], |
| 277 'sources': [ | 278 'sources': [ |
| 278 'unittests.isolate', | 279 'unittests.isolate', |
| 279 ], | 280 ], |
| 280 }, | 281 }, |
| 281 ], | 282 ], |
| 282 }], | 283 }], |
| 283 ], | 284 ], |
| 284 } | 285 } |
| OLD | NEW |