OLD | NEW |
1 # Copyright 2012 the V8 project authors. All rights reserved. | 1 # Copyright 2012 the V8 project authors. All rights reserved. |
2 # Redistribution and use in source and binary forms, with or without | 2 # Redistribution and use in source and binary forms, with or without |
3 # modification, are permitted provided that the following conditions are | 3 # modification, are permitted provided that the following conditions are |
4 # met: | 4 # met: |
5 # | 5 # |
6 # * Redistributions of source code must retain the above copyright | 6 # * Redistributions of source code must retain the above copyright |
7 # notice, this list of conditions and the following disclaimer. | 7 # notice, this list of conditions and the following disclaimer. |
8 # * Redistributions in binary form must reproduce the above | 8 # * Redistributions in binary form must reproduce the above |
9 # copyright notice, this list of conditions and the following | 9 # copyright notice, this list of conditions and the following |
10 # disclaimer in the documentation and/or other materials provided | 10 # disclaimer in the documentation and/or other materials provided |
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
185 'test-weakmaps.cc', | 185 'test-weakmaps.cc', |
186 'test-weaksets.cc', | 186 'test-weaksets.cc', |
187 'trace-extension.cc', | 187 'trace-extension.cc', |
188 'wasm/test-run-wasm.cc', | 188 'wasm/test-run-wasm.cc', |
189 'wasm/test-run-wasm-64.cc', | 189 'wasm/test-run-wasm-64.cc', |
190 'wasm/test-run-wasm-asmjs.cc', | 190 'wasm/test-run-wasm-asmjs.cc', |
191 'wasm/test-run-wasm-interpreter.cc', | 191 'wasm/test-run-wasm-interpreter.cc', |
192 'wasm/test-run-wasm-js.cc', | 192 'wasm/test-run-wasm-js.cc', |
193 'wasm/test-run-wasm-module.cc', | 193 'wasm/test-run-wasm-module.cc', |
194 'wasm/test-run-wasm-relocation.cc', | 194 'wasm/test-run-wasm-relocation.cc', |
195 'wasm/test-run-wasm-simd.cc', | |
196 'wasm/test-signatures.h', | 195 'wasm/test-signatures.h', |
197 'wasm/test-wasm-function-name-table.cc', | 196 'wasm/test-wasm-function-name-table.cc', |
198 'wasm/test-wasm-stack.cc', | 197 'wasm/test-wasm-stack.cc', |
199 'wasm/test-wasm-trap-position.cc', | 198 'wasm/test-wasm-trap-position.cc', |
200 'wasm/wasm-run-utils.h', | 199 'wasm/wasm-run-utils.h', |
201 ], | 200 ], |
202 'cctest_sources_ia32': [ ### gcmole(arch:ia32) ### | 201 'cctest_sources_ia32': [ ### gcmole(arch:ia32) ### |
203 'test-assembler-ia32.cc', | 202 'test-assembler-ia32.cc', |
204 'test-code-stubs.cc', | 203 'test-code-stubs.cc', |
205 'test-code-stubs-ia32.cc', | 204 'test-code-stubs-ia32.cc', |
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
486 '../../gypfiles/isolate.gypi', | 485 '../../gypfiles/isolate.gypi', |
487 ], | 486 ], |
488 'sources': [ | 487 'sources': [ |
489 'cctest.isolate', | 488 'cctest.isolate', |
490 ], | 489 ], |
491 }, | 490 }, |
492 ], | 491 ], |
493 }], | 492 }], |
494 ], | 493 ], |
495 } | 494 } |
OLD | NEW |