Chromium Code Reviews| 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 # Please keep this file in sync with BUILD.gn. | 5 # Please keep this file in sync with BUILD.gn. |
| 6 | 6 |
| 7 { | 7 { |
| 8 'variables': { | 8 'variables': { |
| 9 'v8_code': 1, | 9 'v8_code': 1, |
| 10 }, | 10 }, |
| (...skipping 13 matching lines...) Expand all Loading... | |
| 24 'include_dirs': [ | 24 'include_dirs': [ |
| 25 '../..', | 25 '../..', |
| 26 ], | 26 ], |
| 27 'sources': [ ### gcmole(all) ### | 27 'sources': [ ### gcmole(all) ### |
| 28 'base/atomic-utils-unittest.cc', | 28 'base/atomic-utils-unittest.cc', |
| 29 'base/bits-unittest.cc', | 29 'base/bits-unittest.cc', |
| 30 'base/cpu-unittest.cc', | 30 'base/cpu-unittest.cc', |
| 31 'base/division-by-constant-unittest.cc', | 31 'base/division-by-constant-unittest.cc', |
| 32 'base/flags-unittest.cc', | 32 'base/flags-unittest.cc', |
| 33 'base/functional-unittest.cc', | 33 'base/functional-unittest.cc', |
| 34 'base/ieee754-unittest.cc', | |
|
Michael Achenbach
2016/06/27 07:45:34
Note: This unittest will stop running when we swit
| |
| 34 'base/logging-unittest.cc', | 35 'base/logging-unittest.cc', |
| 35 'base/iterator-unittest.cc', | 36 'base/iterator-unittest.cc', |
| 36 'base/platform/condition-variable-unittest.cc', | 37 'base/platform/condition-variable-unittest.cc', |
| 37 'base/platform/mutex-unittest.cc', | 38 'base/platform/mutex-unittest.cc', |
| 38 'base/platform/platform-unittest.cc', | 39 'base/platform/platform-unittest.cc', |
| 39 'base/platform/semaphore-unittest.cc', | 40 'base/platform/semaphore-unittest.cc', |
| 40 'base/platform/time-unittest.cc', | 41 'base/platform/time-unittest.cc', |
| 41 'base/sys-info-unittest.cc', | 42 'base/sys-info-unittest.cc', |
| 42 'base/utils/random-number-generator-unittest.cc', | 43 'base/utils/random-number-generator-unittest.cc', |
| 43 'cancelable-tasks-unittest.cc', | 44 'cancelable-tasks-unittest.cc', |
| (...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 220 '../../gypfiles/isolate.gypi', | 221 '../../gypfiles/isolate.gypi', |
| 221 ], | 222 ], |
| 222 'sources': [ | 223 'sources': [ |
| 223 'unittests.isolate', | 224 'unittests.isolate', |
| 224 ], | 225 ], |
| 225 }, | 226 }, |
| 226 ], | 227 ], |
| 227 }], | 228 }], |
| 228 ], | 229 ], |
| 229 } | 230 } |
| OLD | NEW |