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) ### |
| 11 'api/isolate-unittest.cc', |
11 'base/atomic-utils-unittest.cc', | 12 'base/atomic-utils-unittest.cc', |
12 'base/bits-unittest.cc', | 13 'base/bits-unittest.cc', |
13 'base/cpu-unittest.cc', | 14 'base/cpu-unittest.cc', |
14 'base/division-by-constant-unittest.cc', | 15 'base/division-by-constant-unittest.cc', |
15 'base/flags-unittest.cc', | 16 'base/flags-unittest.cc', |
16 'base/functional-unittest.cc', | 17 'base/functional-unittest.cc', |
17 'base/ieee754-unittest.cc', | 18 'base/ieee754-unittest.cc', |
18 'base/logging-unittest.cc', | 19 'base/logging-unittest.cc', |
19 'base/iterator-unittest.cc', | 20 'base/iterator-unittest.cc', |
20 'base/platform/condition-variable-unittest.cc', | 21 'base/platform/condition-variable-unittest.cc', |
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
277 '../../gypfiles/isolate.gypi', | 278 '../../gypfiles/isolate.gypi', |
278 ], | 279 ], |
279 'sources': [ | 280 'sources': [ |
280 'unittests.isolate', | 281 'unittests.isolate', |
281 ], | 282 ], |
282 }, | 283 }, |
283 ], | 284 ], |
284 }], | 285 }], |
285 ], | 286 ], |
286 } | 287 } |
OLD | NEW |