| 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 212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 223 ], | 223 ], |
| 224 'cctest_sources_ia32': [ ### gcmole(arch:ia32) ### | 224 'cctest_sources_ia32': [ ### gcmole(arch:ia32) ### |
| 225 'test-assembler-ia32.cc', | 225 'test-assembler-ia32.cc', |
| 226 'test-code-stubs.cc', | 226 'test-code-stubs.cc', |
| 227 'test-code-stubs.h', | 227 'test-code-stubs.h', |
| 228 'test-code-stubs-ia32.cc', | 228 'test-code-stubs-ia32.cc', |
| 229 'test-disasm-ia32.cc', | 229 'test-disasm-ia32.cc', |
| 230 'test-macro-assembler-ia32.cc', | 230 'test-macro-assembler-ia32.cc', |
| 231 'test-log-stack-tracer.cc', | 231 'test-log-stack-tracer.cc', |
| 232 'test-run-wasm-relocation-ia32.cc', | 232 'test-run-wasm-relocation-ia32.cc', |
| 233 'wasm/test-run-wasm-simd-lowering.cc' | 233 'wasm/test-run-wasm-simd.cc' |
| 234 ], | 234 ], |
| 235 'cctest_sources_x64': [ ### gcmole(arch:x64) ### | 235 'cctest_sources_x64': [ ### gcmole(arch:x64) ### |
| 236 'test-assembler-x64.cc', | 236 'test-assembler-x64.cc', |
| 237 'test-code-stubs.cc', | 237 'test-code-stubs.cc', |
| 238 'test-code-stubs.h', | 238 'test-code-stubs.h', |
| 239 'test-code-stubs-x64.cc', | 239 'test-code-stubs-x64.cc', |
| 240 'test-disasm-x64.cc', | 240 'test-disasm-x64.cc', |
| 241 'test-macro-assembler-x64.cc', | 241 'test-macro-assembler-x64.cc', |
| 242 'test-log-stack-tracer.cc', | 242 'test-log-stack-tracer.cc', |
| 243 'test-run-wasm-relocation-x64.cc', | 243 'test-run-wasm-relocation-x64.cc', |
| (...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 533 '../../gypfiles/isolate.gypi', | 533 '../../gypfiles/isolate.gypi', |
| 534 ], | 534 ], |
| 535 'sources': [ | 535 'sources': [ |
| 536 'cctest.isolate', | 536 'cctest.isolate', |
| 537 ], | 537 ], |
| 538 }, | 538 }, |
| 539 ], | 539 ], |
| 540 }], | 540 }], |
| 541 ], | 541 ], |
| 542 } | 542 } |
| OLD | NEW |