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 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'v8_code': 1, | 7 'v8_code': 1, |
8 }, | 8 }, |
9 'includes': ['../../gypfiles/toolchain.gypi', '../../gypfiles/features.gypi'], | 9 'includes': ['../../gypfiles/toolchain.gypi', '../../gypfiles/features.gypi'], |
10 'targets': [ | 10 'targets': [ |
(...skipping 23 matching lines...) Expand all Loading... |
34 'base/platform/condition-variable-unittest.cc', | 34 'base/platform/condition-variable-unittest.cc', |
35 'base/platform/mutex-unittest.cc', | 35 'base/platform/mutex-unittest.cc', |
36 'base/platform/platform-unittest.cc', | 36 'base/platform/platform-unittest.cc', |
37 'base/platform/semaphore-unittest.cc', | 37 'base/platform/semaphore-unittest.cc', |
38 'base/platform/time-unittest.cc', | 38 'base/platform/time-unittest.cc', |
39 'base/sys-info-unittest.cc', | 39 'base/sys-info-unittest.cc', |
40 'base/utils/random-number-generator-unittest.cc', | 40 'base/utils/random-number-generator-unittest.cc', |
41 'cancelable-tasks-unittest.cc', | 41 'cancelable-tasks-unittest.cc', |
42 'char-predicates-unittest.cc', | 42 'char-predicates-unittest.cc', |
43 'compiler/branch-elimination-unittest.cc', | 43 'compiler/branch-elimination-unittest.cc', |
| 44 'compiler/checkpoint-elimination-unittest.cc', |
44 'compiler/coalesced-live-ranges-unittest.cc', | 45 'compiler/coalesced-live-ranges-unittest.cc', |
45 'compiler/common-operator-reducer-unittest.cc', | 46 'compiler/common-operator-reducer-unittest.cc', |
46 'compiler/common-operator-unittest.cc', | 47 'compiler/common-operator-unittest.cc', |
47 'compiler/compiler-test-utils.h', | 48 'compiler/compiler-test-utils.h', |
48 'compiler/control-equivalence-unittest.cc', | 49 'compiler/control-equivalence-unittest.cc', |
49 'compiler/control-flow-optimizer-unittest.cc', | 50 'compiler/control-flow-optimizer-unittest.cc', |
50 'compiler/dead-code-elimination-unittest.cc', | 51 'compiler/dead-code-elimination-unittest.cc', |
51 'compiler/diamond-unittest.cc', | 52 'compiler/diamond-unittest.cc', |
52 'compiler/effect-control-linearizer-unittest.cc', | 53 'compiler/effect-control-linearizer-unittest.cc', |
53 'compiler/escape-analysis-unittest.cc', | 54 'compiler/escape-analysis-unittest.cc', |
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
218 '../../gypfiles/isolate.gypi', | 219 '../../gypfiles/isolate.gypi', |
219 ], | 220 ], |
220 'sources': [ | 221 'sources': [ |
221 'unittests.isolate', | 222 'unittests.isolate', |
222 ], | 223 ], |
223 }, | 224 }, |
224 ], | 225 ], |
225 }], | 226 }], |
226 ], | 227 ], |
227 } | 228 } |
OLD | NEW |