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/exception-unittest.cc', | 11 'api/exception-unittest.cc', |
12 'api/isolate-unittest.cc', | 12 'api/isolate-unittest.cc', |
| 13 'api/remote-object-unittest.cc', |
13 'api/v8-object-unittest.cc', | 14 'api/v8-object-unittest.cc', |
14 'base/atomic-utils-unittest.cc', | 15 'base/atomic-utils-unittest.cc', |
15 'base/bits-unittest.cc', | 16 'base/bits-unittest.cc', |
16 'base/cpu-unittest.cc', | 17 'base/cpu-unittest.cc', |
17 'base/division-by-constant-unittest.cc', | 18 'base/division-by-constant-unittest.cc', |
18 'base/flags-unittest.cc', | 19 'base/flags-unittest.cc', |
19 'base/functional-unittest.cc', | 20 'base/functional-unittest.cc', |
20 'base/ieee754-unittest.cc', | 21 'base/ieee754-unittest.cc', |
21 'base/logging-unittest.cc', | 22 'base/logging-unittest.cc', |
22 'base/iterator-unittest.cc', | 23 'base/iterator-unittest.cc', |
(...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
281 '../../gypfiles/isolate.gypi', | 282 '../../gypfiles/isolate.gypi', |
282 ], | 283 ], |
283 'sources': [ | 284 'sources': [ |
284 'unittests.isolate', | 285 'unittests.isolate', |
285 ], | 286 ], |
286 }, | 287 }, |
287 ], | 288 ], |
288 }], | 289 }], |
289 ], | 290 ], |
290 } | 291 } |
OLD | NEW |