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