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 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
207 'test-log-stack-tracer.cc', | 207 'test-log-stack-tracer.cc', |
208 'test-run-wasm-relocation-ia32.cc' | 208 'test-run-wasm-relocation-ia32.cc' |
209 ], | 209 ], |
210 'cctest_sources_x64': [ ### gcmole(arch:x64) ### | 210 'cctest_sources_x64': [ ### gcmole(arch:x64) ### |
211 'test-assembler-x64.cc', | 211 'test-assembler-x64.cc', |
212 'test-code-stubs.cc', | 212 'test-code-stubs.cc', |
213 'test-code-stubs-x64.cc', | 213 'test-code-stubs-x64.cc', |
214 'test-disasm-x64.cc', | 214 'test-disasm-x64.cc', |
215 'test-macro-assembler-x64.cc', | 215 'test-macro-assembler-x64.cc', |
216 'test-log-stack-tracer.cc', | 216 'test-log-stack-tracer.cc', |
217 'test-run-wasm-relocation-x64.cc' | 217 'test-run-wasm-relocation-x64.cc', |
| 218 'wasm/test-run-wasm-simd.cc' |
218 ], | 219 ], |
219 'cctest_sources_arm': [ ### gcmole(arch:arm) ### | 220 'cctest_sources_arm': [ ### gcmole(arch:arm) ### |
220 'test-assembler-arm.cc', | 221 'test-assembler-arm.cc', |
221 'test-code-stubs.cc', | 222 'test-code-stubs.cc', |
222 'test-code-stubs-arm.cc', | 223 'test-code-stubs-arm.cc', |
223 'test-disasm-arm.cc', | 224 'test-disasm-arm.cc', |
224 'test-macro-assembler-arm.cc', | 225 'test-macro-assembler-arm.cc', |
225 'test-run-wasm-relocation-arm.cc' | 226 'test-run-wasm-relocation-arm.cc' |
226 ], | 227 ], |
227 'cctest_sources_arm64': [ ### gcmole(arch:arm64) ### | 228 'cctest_sources_arm64': [ ### gcmole(arch:arm64) ### |
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
485 '../../gypfiles/isolate.gypi', | 486 '../../gypfiles/isolate.gypi', |
486 ], | 487 ], |
487 'sources': [ | 488 'sources': [ |
488 'cctest.isolate', | 489 'cctest.isolate', |
489 ], | 490 ], |
490 }, | 491 }, |
491 ], | 492 ], |
492 }], | 493 }], |
493 ], | 494 ], |
494 } | 495 } |
OLD | NEW |