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) ### |
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
113 'register-configuration-unittest.cc', | 113 'register-configuration-unittest.cc', |
114 'run-all-unittests.cc', | 114 'run-all-unittests.cc', |
115 'source-position-table-unittest.cc', | 115 'source-position-table-unittest.cc', |
116 'test-utils.h', | 116 'test-utils.h', |
117 'test-utils.cc', | 117 'test-utils.cc', |
118 'value-serializer-unittest.cc', | 118 'value-serializer-unittest.cc', |
119 'wasm/asm-types-unittest.cc', | 119 'wasm/asm-types-unittest.cc', |
120 'wasm/ast-decoder-unittest.cc', | 120 'wasm/ast-decoder-unittest.cc', |
121 'wasm/control-transfer-unittest.cc', | 121 'wasm/control-transfer-unittest.cc', |
122 'wasm/decoder-unittest.cc', | 122 'wasm/decoder-unittest.cc', |
123 'wasm/encoder-unittest.cc', | |
124 'wasm/leb-helper-unittest.cc', | 123 'wasm/leb-helper-unittest.cc', |
125 'wasm/loop-assignment-analysis-unittest.cc', | 124 'wasm/loop-assignment-analysis-unittest.cc', |
126 'wasm/module-decoder-unittest.cc', | 125 'wasm/module-decoder-unittest.cc', |
127 'wasm/switch-logic-unittest.cc', | 126 'wasm/switch-logic-unittest.cc', |
128 'wasm/wasm-macro-gen-unittest.cc', | 127 'wasm/wasm-macro-gen-unittest.cc', |
| 128 'wasm/wasm-module-builder-unittest.cc', |
129 ], | 129 ], |
130 'unittests_sources_arm': [ ### gcmole(arch:arm) ### | 130 'unittests_sources_arm': [ ### gcmole(arch:arm) ### |
131 'compiler/arm/instruction-selector-arm-unittest.cc', | 131 'compiler/arm/instruction-selector-arm-unittest.cc', |
132 ], | 132 ], |
133 'unittests_sources_arm64': [ ### gcmole(arch:arm64) ### | 133 'unittests_sources_arm64': [ ### gcmole(arch:arm64) ### |
134 'compiler/arm64/instruction-selector-arm64-unittest.cc', | 134 'compiler/arm64/instruction-selector-arm64-unittest.cc', |
135 ], | 135 ], |
136 'unittests_sources_ia32': [ ### gcmole(arch:ia32) ### | 136 'unittests_sources_ia32': [ ### gcmole(arch:ia32) ### |
137 'compiler/ia32/instruction-selector-ia32-unittest.cc', | 137 'compiler/ia32/instruction-selector-ia32-unittest.cc', |
138 ], | 138 ], |
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
260 '../../gypfiles/isolate.gypi', | 260 '../../gypfiles/isolate.gypi', |
261 ], | 261 ], |
262 'sources': [ | 262 'sources': [ |
263 'unittests.isolate', | 263 'unittests.isolate', |
264 ], | 264 ], |
265 }, | 265 }, |
266 ], | 266 ], |
267 }], | 267 }], |
268 ], | 268 ], |
269 } | 269 } |
OLD | NEW |