| 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 248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 259 'test-utils-arm64.h', | 259 'test-utils-arm64.h', |
| 260 'test-assembler-arm64.cc', | 260 'test-assembler-arm64.cc', |
| 261 'test-code-stubs.cc', | 261 'test-code-stubs.cc', |
| 262 'test-code-stubs.h', | 262 'test-code-stubs.h', |
| 263 'test-code-stubs-arm64.cc', | 263 'test-code-stubs-arm64.cc', |
| 264 'test-disasm-arm64.cc', | 264 'test-disasm-arm64.cc', |
| 265 'test-fuzz-arm64.cc', | 265 'test-fuzz-arm64.cc', |
| 266 'test-javascript-arm64.cc', | 266 'test-javascript-arm64.cc', |
| 267 'test-js-arm64-variables.cc', | 267 'test-js-arm64-variables.cc', |
| 268 'test-run-wasm-relocation-arm64.cc', | 268 'test-run-wasm-relocation-arm64.cc', |
| 269 'test-simulator-arm64.cc', |
| 269 'wasm/test-run-wasm-simd-lowering.cc' | 270 'wasm/test-run-wasm-simd-lowering.cc' |
| 270 ], | 271 ], |
| 271 'cctest_sources_s390': [ ### gcmole(arch:s390) ### | 272 'cctest_sources_s390': [ ### gcmole(arch:s390) ### |
| 272 'test-assembler-s390.cc', | 273 'test-assembler-s390.cc', |
| 273 'test-code-stubs.cc', | 274 'test-code-stubs.cc', |
| 274 'test-code-stubs.h', | 275 'test-code-stubs.h', |
| 275 'test-disasm-s390.cc', | 276 'test-disasm-s390.cc', |
| 276 'wasm/test-run-wasm-simd-lowering.cc' | 277 'wasm/test-run-wasm-simd-lowering.cc' |
| 277 ], | 278 ], |
| 278 'cctest_sources_ppc': [ ### gcmole(arch:ppc) ### | 279 'cctest_sources_ppc': [ ### gcmole(arch:ppc) ### |
| (...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 533 '../../gypfiles/isolate.gypi', | 534 '../../gypfiles/isolate.gypi', |
| 534 ], | 535 ], |
| 535 'sources': [ | 536 'sources': [ |
| 536 'cctest.isolate', | 537 'cctest.isolate', |
| 537 ], | 538 ], |
| 538 }, | 539 }, |
| 539 ], | 540 ], |
| 540 }], | 541 }], |
| 541 ], | 542 ], |
| 542 } | 543 } |
| OLD | NEW |