| 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 627 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 638 '../../src/arm/lithium-gap-resolver-arm.cc', | 638 '../../src/arm/lithium-gap-resolver-arm.cc', |
| 639 '../../src/arm/lithium-gap-resolver-arm.h', | 639 '../../src/arm/lithium-gap-resolver-arm.h', |
| 640 '../../src/arm/macro-assembler-arm.cc', | 640 '../../src/arm/macro-assembler-arm.cc', |
| 641 '../../src/arm/macro-assembler-arm.h', | 641 '../../src/arm/macro-assembler-arm.h', |
| 642 '../../src/arm/regexp-macro-assembler-arm.cc', | 642 '../../src/arm/regexp-macro-assembler-arm.cc', |
| 643 '../../src/arm/regexp-macro-assembler-arm.h', | 643 '../../src/arm/regexp-macro-assembler-arm.h', |
| 644 '../../src/arm/simulator-arm.cc', | 644 '../../src/arm/simulator-arm.cc', |
| 645 '../../src/arm/stub-cache-arm.cc', | 645 '../../src/arm/stub-cache-arm.cc', |
| 646 ], | 646 ], |
| 647 }], | 647 }], |
| 648 ['v8_target_arch=="a64" or v8_target_arch=="arm64"', { | 648 ['v8_target_arch=="arm64"', { |
| 649 'sources': [ ### gcmole(arch:a64) ### | 649 'sources': [ ### gcmole(arch:arm64) ### |
| 650 '../../src/a64/assembler-a64.cc', | 650 '../../src/arm64/assembler-arm64.cc', |
| 651 '../../src/a64/assembler-a64.h', | 651 '../../src/arm64/assembler-arm64.h', |
| 652 '../../src/a64/assembler-a64-inl.h', | 652 '../../src/arm64/assembler-arm64-inl.h', |
| 653 '../../src/a64/builtins-a64.cc', | 653 '../../src/arm64/builtins-arm64.cc', |
| 654 '../../src/a64/codegen-a64.cc', | 654 '../../src/arm64/codegen-arm64.cc', |
| 655 '../../src/a64/codegen-a64.h', | 655 '../../src/arm64/codegen-arm64.h', |
| 656 '../../src/a64/code-stubs-a64.cc', | 656 '../../src/arm64/code-stubs-arm64.cc', |
| 657 '../../src/a64/code-stubs-a64.h', | 657 '../../src/arm64/code-stubs-arm64.h', |
| 658 '../../src/a64/constants-a64.h', | 658 '../../src/arm64/constants-arm64.h', |
| 659 '../../src/a64/cpu-a64.cc', | 659 '../../src/arm64/cpu-arm64.cc', |
| 660 '../../src/a64/cpu-a64.h', | 660 '../../src/arm64/cpu-arm64.h', |
| 661 '../../src/a64/debug-a64.cc', | 661 '../../src/arm64/debug-arm64.cc', |
| 662 '../../src/a64/decoder-a64.cc', | 662 '../../src/arm64/decoder-arm64.cc', |
| 663 '../../src/a64/decoder-a64.h', | 663 '../../src/arm64/decoder-arm64.h', |
| 664 '../../src/a64/decoder-a64-inl.h', | 664 '../../src/arm64/decoder-arm64-inl.h', |
| 665 '../../src/a64/deoptimizer-a64.cc', | 665 '../../src/arm64/deoptimizer-arm64.cc', |
| 666 '../../src/a64/disasm-a64.cc', | 666 '../../src/arm64/disasm-arm64.cc', |
| 667 '../../src/a64/disasm-a64.h', | 667 '../../src/arm64/disasm-arm64.h', |
| 668 '../../src/a64/frames-a64.cc', | 668 '../../src/arm64/frames-arm64.cc', |
| 669 '../../src/a64/frames-a64.h', | 669 '../../src/arm64/frames-arm64.h', |
| 670 '../../src/a64/full-codegen-a64.cc', | 670 '../../src/arm64/full-codegen-arm64.cc', |
| 671 '../../src/a64/ic-a64.cc', | 671 '../../src/arm64/ic-arm64.cc', |
| 672 '../../src/a64/instructions-a64.cc', | 672 '../../src/arm64/instructions-arm64.cc', |
| 673 '../../src/a64/instructions-a64.h', | 673 '../../src/arm64/instructions-arm64.h', |
| 674 '../../src/a64/instrument-a64.cc', | 674 '../../src/arm64/instrument-arm64.cc', |
| 675 '../../src/a64/instrument-a64.h', | 675 '../../src/arm64/instrument-arm64.h', |
| 676 '../../src/a64/lithium-a64.cc', | 676 '../../src/arm64/lithium-arm64.cc', |
| 677 '../../src/a64/lithium-a64.h', | 677 '../../src/arm64/lithium-arm64.h', |
| 678 '../../src/a64/lithium-codegen-a64.cc', | 678 '../../src/arm64/lithium-codegen-arm64.cc', |
| 679 '../../src/a64/lithium-codegen-a64.h', | 679 '../../src/arm64/lithium-codegen-arm64.h', |
| 680 '../../src/a64/lithium-gap-resolver-a64.cc', | 680 '../../src/arm64/lithium-gap-resolver-arm64.cc', |
| 681 '../../src/a64/lithium-gap-resolver-a64.h', | 681 '../../src/arm64/lithium-gap-resolver-arm64.h', |
| 682 '../../src/a64/macro-assembler-a64.cc', | 682 '../../src/arm64/macro-assembler-arm64.cc', |
| 683 '../../src/a64/macro-assembler-a64.h', | 683 '../../src/arm64/macro-assembler-arm64.h', |
| 684 '../../src/a64/macro-assembler-a64-inl.h', | 684 '../../src/arm64/macro-assembler-arm64-inl.h', |
| 685 '../../src/a64/regexp-macro-assembler-a64.cc', | 685 '../../src/arm64/regexp-macro-assembler-arm64.cc', |
| 686 '../../src/a64/regexp-macro-assembler-a64.h', | 686 '../../src/arm64/regexp-macro-assembler-arm64.h', |
| 687 '../../src/a64/simulator-a64.cc', | 687 '../../src/arm64/simulator-arm64.cc', |
| 688 '../../src/a64/simulator-a64.h', | 688 '../../src/arm64/simulator-arm64.h', |
| 689 '../../src/a64/stub-cache-a64.cc', | 689 '../../src/arm64/stub-cache-arm64.cc', |
| 690 '../../src/a64/utils-a64.cc', | 690 '../../src/arm64/utils-arm64.cc', |
| 691 '../../src/a64/utils-a64.h', | 691 '../../src/arm64/utils-arm64.h', |
| 692 ], | 692 ], |
| 693 }], | 693 }], |
| 694 ['v8_target_arch=="ia32" or v8_target_arch=="mac" or OS=="mac"', { | 694 ['v8_target_arch=="ia32" or v8_target_arch=="mac" or OS=="mac"', { |
| 695 'sources': [ ### gcmole(arch:ia32) ### | 695 'sources': [ ### gcmole(arch:ia32) ### |
| 696 '../../src/ia32/assembler-ia32-inl.h', | 696 '../../src/ia32/assembler-ia32-inl.h', |
| 697 '../../src/ia32/assembler-ia32.cc', | 697 '../../src/ia32/assembler-ia32.cc', |
| 698 '../../src/ia32/assembler-ia32.h', | 698 '../../src/ia32/assembler-ia32.h', |
| 699 '../../src/ia32/builtins-ia32.cc', | 699 '../../src/ia32/builtins-ia32.cc', |
| 700 '../../src/ia32/code-stubs-ia32.cc', | 700 '../../src/ia32/code-stubs-ia32.cc', |
| 701 '../../src/ia32/code-stubs-ia32.h', | 701 '../../src/ia32/code-stubs-ia32.h', |
| (...skipping 464 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1166 }], | 1166 }], |
| 1167 ['v8_compress_startup_data=="bz2"', { | 1167 ['v8_compress_startup_data=="bz2"', { |
| 1168 'libraries': [ | 1168 'libraries': [ |
| 1169 '-lbz2', | 1169 '-lbz2', |
| 1170 ] | 1170 ] |
| 1171 }], | 1171 }], |
| 1172 ], | 1172 ], |
| 1173 }, | 1173 }, |
| 1174 ], | 1174 ], |
| 1175 } | 1175 } |
| OLD | NEW |