| 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 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 228 ], | 228 ], |
| 229 'cctest_sources_x64': [ ### gcmole(arch:x64) ### | 229 'cctest_sources_x64': [ ### gcmole(arch:x64) ### |
| 230 'test-assembler-x64.cc', | 230 'test-assembler-x64.cc', |
| 231 'test-code-stubs.cc', | 231 'test-code-stubs.cc', |
| 232 'test-code-stubs.h', | 232 'test-code-stubs.h', |
| 233 'test-code-stubs-x64.cc', | 233 'test-code-stubs-x64.cc', |
| 234 'test-disasm-x64.cc', | 234 'test-disasm-x64.cc', |
| 235 'test-macro-assembler-x64.cc', | 235 'test-macro-assembler-x64.cc', |
| 236 'test-log-stack-tracer.cc', | 236 'test-log-stack-tracer.cc', |
| 237 'test-run-wasm-relocation-x64.cc', | 237 'test-run-wasm-relocation-x64.cc', |
| 238 'wasm/test-run-wasm-simd.cc' | 238 'wasm/test-run-wasm-simd.cc', |
| 239 'wasm/test-run-wasm-simd-lowering.cc', |
| 239 ], | 240 ], |
| 240 'cctest_sources_arm': [ ### gcmole(arch:arm) ### | 241 'cctest_sources_arm': [ ### gcmole(arch:arm) ### |
| 241 'test-assembler-arm.cc', | 242 'test-assembler-arm.cc', |
| 242 'test-code-stubs.cc', | 243 'test-code-stubs.cc', |
| 243 'test-code-stubs.h', | 244 'test-code-stubs.h', |
| 244 'test-code-stubs-arm.cc', | 245 'test-code-stubs-arm.cc', |
| 245 'test-disasm-arm.cc', | 246 'test-disasm-arm.cc', |
| 246 'test-macro-assembler-arm.cc', | 247 'test-macro-assembler-arm.cc', |
| 247 'test-run-wasm-relocation-arm.cc' | 248 'test-run-wasm-relocation-arm.cc' |
| 248 ], | 249 ], |
| (...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 515 '../../gypfiles/isolate.gypi', | 516 '../../gypfiles/isolate.gypi', |
| 516 ], | 517 ], |
| 517 'sources': [ | 518 'sources': [ |
| 518 'cctest.isolate', | 519 'cctest.isolate', |
| 519 ], | 520 ], |
| 520 }, | 521 }, |
| 521 ], | 522 ], |
| 522 }], | 523 }], |
| 523 ], | 524 ], |
| 524 } | 525 } |
| OLD | NEW |