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 229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
240 'wasm/test-run-wasm-simd.cc', | 240 'wasm/test-run-wasm-simd.cc', |
241 ], | 241 ], |
242 'cctest_sources_arm': [ ### gcmole(arch:arm) ### | 242 'cctest_sources_arm': [ ### gcmole(arch:arm) ### |
243 'test-assembler-arm.cc', | 243 'test-assembler-arm.cc', |
244 'test-code-stubs.cc', | 244 'test-code-stubs.cc', |
245 'test-code-stubs.h', | 245 'test-code-stubs.h', |
246 'test-code-stubs-arm.cc', | 246 'test-code-stubs-arm.cc', |
247 'test-disasm-arm.cc', | 247 'test-disasm-arm.cc', |
248 'test-macro-assembler-arm.cc', | 248 'test-macro-assembler-arm.cc', |
249 'test-run-wasm-relocation-arm.cc', | 249 'test-run-wasm-relocation-arm.cc', |
| 250 'test-simulator-arm.cc', |
250 'wasm/test-run-wasm-simd-lowering.cc' | 251 'wasm/test-run-wasm-simd-lowering.cc' |
251 ], | 252 ], |
252 'cctest_sources_arm64': [ ### gcmole(arch:arm64) ### | 253 'cctest_sources_arm64': [ ### gcmole(arch:arm64) ### |
253 'test-utils-arm64.cc', | 254 'test-utils-arm64.cc', |
254 'test-utils-arm64.h', | 255 'test-utils-arm64.h', |
255 'test-assembler-arm64.cc', | 256 'test-assembler-arm64.cc', |
256 'test-code-stubs.cc', | 257 'test-code-stubs.cc', |
257 'test-code-stubs.h', | 258 'test-code-stubs.h', |
258 'test-code-stubs-arm64.cc', | 259 'test-code-stubs-arm64.cc', |
259 'test-disasm-arm64.cc', | 260 'test-disasm-arm64.cc', |
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
528 '../../gypfiles/isolate.gypi', | 529 '../../gypfiles/isolate.gypi', |
529 ], | 530 ], |
530 'sources': [ | 531 'sources': [ |
531 'cctest.isolate', | 532 'cctest.isolate', |
532 ], | 533 ], |
533 }, | 534 }, |
534 ], | 535 ], |
535 }], | 536 }], |
536 ], | 537 ], |
537 } | 538 } |
OLD | NEW |