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/change-lowering-unittest.cc', | |
45 'compiler/coalesced-live-ranges-unittest.cc', | 44 'compiler/coalesced-live-ranges-unittest.cc', |
46 'compiler/common-operator-reducer-unittest.cc', | 45 'compiler/common-operator-reducer-unittest.cc', |
47 'compiler/common-operator-unittest.cc', | 46 'compiler/common-operator-unittest.cc', |
48 'compiler/compiler-test-utils.h', | 47 'compiler/compiler-test-utils.h', |
49 'compiler/control-equivalence-unittest.cc', | 48 'compiler/control-equivalence-unittest.cc', |
50 'compiler/control-flow-optimizer-unittest.cc', | 49 'compiler/control-flow-optimizer-unittest.cc', |
51 'compiler/dead-code-elimination-unittest.cc', | 50 'compiler/dead-code-elimination-unittest.cc', |
52 'compiler/diamond-unittest.cc', | 51 'compiler/diamond-unittest.cc', |
53 'compiler/effect-control-linearizer-unittest.cc', | 52 'compiler/effect-control-linearizer-unittest.cc', |
54 'compiler/escape-analysis-unittest.cc', | 53 'compiler/escape-analysis-unittest.cc', |
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
214 '../../gypfiles/isolate.gypi', | 213 '../../gypfiles/isolate.gypi', |
215 ], | 214 ], |
216 'sources': [ | 215 'sources': [ |
217 'unittests.isolate', | 216 'unittests.isolate', |
218 ], | 217 ], |
219 }, | 218 }, |
220 ], | 219 ], |
221 }], | 220 }], |
222 ], | 221 ], |
223 } | 222 } |
OLD | NEW |