| 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 # Please keep this file in sync with BUILD.gn. | 5 # Please keep this file in sync with BUILD.gn. |
| 6 | 6 |
| 7 { | 7 { |
| 8 'variables': { | 8 'variables': { |
| 9 'v8_code': 1, | 9 'v8_code': 1, |
| 10 }, | 10 }, |
| (...skipping 26 matching lines...) Expand all Loading... |
| 37 'base/platform/mutex-unittest.cc', | 37 'base/platform/mutex-unittest.cc', |
| 38 'base/platform/platform-unittest.cc', | 38 'base/platform/platform-unittest.cc', |
| 39 'base/platform/semaphore-unittest.cc', | 39 'base/platform/semaphore-unittest.cc', |
| 40 'base/platform/time-unittest.cc', | 40 'base/platform/time-unittest.cc', |
| 41 'base/sys-info-unittest.cc', | 41 'base/sys-info-unittest.cc', |
| 42 'base/utils/random-number-generator-unittest.cc', | 42 'base/utils/random-number-generator-unittest.cc', |
| 43 'cancelable-tasks-unittest.cc', | 43 'cancelable-tasks-unittest.cc', |
| 44 'char-predicates-unittest.cc', | 44 'char-predicates-unittest.cc', |
| 45 'compiler/branch-elimination-unittest.cc', | 45 'compiler/branch-elimination-unittest.cc', |
| 46 'compiler/checkpoint-elimination-unittest.cc', | 46 'compiler/checkpoint-elimination-unittest.cc', |
| 47 'compiler/coalesced-live-ranges-unittest.cc', | |
| 48 'compiler/common-operator-reducer-unittest.cc', | 47 'compiler/common-operator-reducer-unittest.cc', |
| 49 'compiler/common-operator-unittest.cc', | 48 'compiler/common-operator-unittest.cc', |
| 50 'compiler/compiler-test-utils.h', | 49 'compiler/compiler-test-utils.h', |
| 51 'compiler/control-equivalence-unittest.cc', | 50 'compiler/control-equivalence-unittest.cc', |
| 52 'compiler/control-flow-optimizer-unittest.cc', | 51 'compiler/control-flow-optimizer-unittest.cc', |
| 53 'compiler/dead-code-elimination-unittest.cc', | 52 'compiler/dead-code-elimination-unittest.cc', |
| 54 'compiler/diamond-unittest.cc', | 53 'compiler/diamond-unittest.cc', |
| 55 'compiler/effect-control-linearizer-unittest.cc', | 54 'compiler/effect-control-linearizer-unittest.cc', |
| 56 'compiler/escape-analysis-unittest.cc', | 55 'compiler/escape-analysis-unittest.cc', |
| 57 'compiler/graph-reducer-unittest.cc', | 56 'compiler/graph-reducer-unittest.cc', |
| (...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 221 '../../gypfiles/isolate.gypi', | 220 '../../gypfiles/isolate.gypi', |
| 222 ], | 221 ], |
| 223 'sources': [ | 222 'sources': [ |
| 224 'unittests.isolate', | 223 'unittests.isolate', |
| 225 ], | 224 ], |
| 226 }, | 225 }, |
| 227 ], | 226 ], |
| 228 }], | 227 }], |
| 229 ], | 228 ], |
| 230 } | 229 } |
| OLD | NEW |