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