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 237 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
248 'test-code-stubs-arm.cc', | 248 'test-code-stubs-arm.cc', |
249 'test-disasm-arm.cc', | 249 'test-disasm-arm.cc', |
250 'test-macro-assembler-arm.cc', | 250 'test-macro-assembler-arm.cc', |
251 'test-run-wasm-relocation-arm.cc', | 251 'test-run-wasm-relocation-arm.cc', |
252 'test-simulator-arm.cc', | 252 'test-simulator-arm.cc', |
253 ], | 253 ], |
254 'cctest_sources_arm64': [ ### gcmole(arch:arm64) ### | 254 'cctest_sources_arm64': [ ### gcmole(arch:arm64) ### |
255 'test-utils-arm64.cc', | 255 'test-utils-arm64.cc', |
256 'test-utils-arm64.h', | 256 'test-utils-arm64.h', |
257 'test-assembler-arm64.cc', | 257 'test-assembler-arm64.cc', |
| 258 'test-simulator-neon-arm64.cc', |
| 259 'test-simulator-neon-inputs-arm64.h', |
| 260 'test-simulator-neon-traces-arm64.h', |
258 'test-code-stubs.cc', | 261 'test-code-stubs.cc', |
259 'test-code-stubs.h', | 262 'test-code-stubs.h', |
260 'test-code-stubs-arm64.cc', | 263 'test-code-stubs-arm64.cc', |
261 'test-disasm-arm64.cc', | 264 'test-disasm-arm64.cc', |
262 'test-fuzz-arm64.cc', | 265 'test-fuzz-arm64.cc', |
263 'test-javascript-arm64.cc', | 266 'test-javascript-arm64.cc', |
264 'test-js-arm64-variables.cc', | 267 'test-js-arm64-variables.cc', |
265 'test-run-wasm-relocation-arm64.cc', | 268 'test-run-wasm-relocation-arm64.cc', |
266 'test-simulator-arm64.cc', | 269 'test-simulator-arm64.cc', |
267 ], | 270 ], |
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
523 '../../gypfiles/isolate.gypi', | 526 '../../gypfiles/isolate.gypi', |
524 ], | 527 ], |
525 'sources': [ | 528 'sources': [ |
526 'cctest.isolate', | 529 'cctest.isolate', |
527 ], | 530 ], |
528 }, | 531 }, |
529 ], | 532 ], |
530 }], | 533 }], |
531 ], | 534 ], |
532 } | 535 } |
OLD | NEW |