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 246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
257 'test-utils-arm64.h', | 257 'test-utils-arm64.h', |
258 'test-assembler-arm64.cc', | 258 'test-assembler-arm64.cc', |
259 'test-code-stubs.cc', | 259 'test-code-stubs.cc', |
260 'test-code-stubs.h', | 260 'test-code-stubs.h', |
261 'test-code-stubs-arm64.cc', | 261 'test-code-stubs-arm64.cc', |
262 'test-disasm-arm64.cc', | 262 'test-disasm-arm64.cc', |
263 'test-fuzz-arm64.cc', | 263 'test-fuzz-arm64.cc', |
264 'test-javascript-arm64.cc', | 264 'test-javascript-arm64.cc', |
265 'test-js-arm64-variables.cc', | 265 'test-js-arm64-variables.cc', |
266 'test-run-wasm-relocation-arm64.cc', | 266 'test-run-wasm-relocation-arm64.cc', |
| 267 'test-simulator-arm64.cc', |
267 ], | 268 ], |
268 'cctest_sources_s390': [ ### gcmole(arch:s390) ### | 269 'cctest_sources_s390': [ ### gcmole(arch:s390) ### |
269 'test-assembler-s390.cc', | 270 'test-assembler-s390.cc', |
270 'test-code-stubs.cc', | 271 'test-code-stubs.cc', |
271 'test-code-stubs.h', | 272 'test-code-stubs.h', |
272 'test-disasm-s390.cc', | 273 'test-disasm-s390.cc', |
273 ], | 274 ], |
274 'cctest_sources_ppc': [ ### gcmole(arch:ppc) ### | 275 'cctest_sources_ppc': [ ### gcmole(arch:ppc) ### |
275 'test-assembler-ppc.cc', | 276 'test-assembler-ppc.cc', |
276 'test-code-stubs.cc', | 277 'test-code-stubs.cc', |
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
523 '../../gypfiles/isolate.gypi', | 524 '../../gypfiles/isolate.gypi', |
524 ], | 525 ], |
525 'sources': [ | 526 'sources': [ |
526 'cctest.isolate', | 527 'cctest.isolate', |
527 ], | 528 ], |
528 }, | 529 }, |
529 ], | 530 ], |
530 }], | 531 }], |
531 ], | 532 ], |
532 } | 533 } |
OLD | NEW |