| 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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 48 'compiler/instruction-sequence-unittest.h', | 48 'compiler/instruction-sequence-unittest.h', |
| 49 'compiler/int64-lowering-unittest.cc', | 49 'compiler/int64-lowering-unittest.cc', |
| 50 'compiler/js-builtin-reducer-unittest.cc', | 50 'compiler/js-builtin-reducer-unittest.cc', |
| 51 'compiler/js-create-lowering-unittest.cc', | 51 'compiler/js-create-lowering-unittest.cc', |
| 52 'compiler/js-intrinsic-lowering-unittest.cc', | 52 'compiler/js-intrinsic-lowering-unittest.cc', |
| 53 'compiler/js-operator-unittest.cc', | 53 'compiler/js-operator-unittest.cc', |
| 54 'compiler/js-typed-lowering-unittest.cc', | 54 'compiler/js-typed-lowering-unittest.cc', |
| 55 'compiler/linkage-tail-call-unittest.cc', | 55 'compiler/linkage-tail-call-unittest.cc', |
| 56 'compiler/liveness-analyzer-unittest.cc', | 56 'compiler/liveness-analyzer-unittest.cc', |
| 57 'compiler/live-range-unittest.cc', | 57 'compiler/live-range-unittest.cc', |
| 58 'compiler/load-elimination-unittest.cc', | |
| 59 'compiler/loop-peeling-unittest.cc', | 58 'compiler/loop-peeling-unittest.cc', |
| 60 'compiler/machine-operator-reducer-unittest.cc', | 59 'compiler/machine-operator-reducer-unittest.cc', |
| 61 'compiler/machine-operator-unittest.cc', | 60 'compiler/machine-operator-unittest.cc', |
| 62 'compiler/move-optimizer-unittest.cc', | 61 'compiler/move-optimizer-unittest.cc', |
| 63 'compiler/node-cache-unittest.cc', | 62 'compiler/node-cache-unittest.cc', |
| 64 'compiler/node-matchers-unittest.cc', | 63 'compiler/node-matchers-unittest.cc', |
| 65 'compiler/node-properties-unittest.cc', | 64 'compiler/node-properties-unittest.cc', |
| 66 'compiler/node-test-utils.cc', | 65 'compiler/node-test-utils.cc', |
| 67 'compiler/node-test-utils.h', | 66 'compiler/node-test-utils.h', |
| 68 'compiler/node-unittest.cc', | 67 'compiler/node-unittest.cc', |
| (...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 251 '../../gypfiles/isolate.gypi', | 250 '../../gypfiles/isolate.gypi', |
| 252 ], | 251 ], |
| 253 'sources': [ | 252 'sources': [ |
| 254 'unittests.isolate', | 253 'unittests.isolate', |
| 255 ], | 254 ], |
| 256 }, | 255 }, |
| 257 ], | 256 ], |
| 258 }], | 257 }], |
| 259 ], | 258 ], |
| 260 } | 259 } |
| OLD | NEW |