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 702 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
713 '../../src/ia32/lithium-gap-resolver-ia32.h', | 713 '../../src/ia32/lithium-gap-resolver-ia32.h', |
714 '../../src/ia32/lithium-ia32.cc', | 714 '../../src/ia32/lithium-ia32.cc', |
715 '../../src/ia32/lithium-ia32.h', | 715 '../../src/ia32/lithium-ia32.h', |
716 '../../src/ia32/macro-assembler-ia32.cc', | 716 '../../src/ia32/macro-assembler-ia32.cc', |
717 '../../src/ia32/macro-assembler-ia32.h', | 717 '../../src/ia32/macro-assembler-ia32.h', |
718 '../../src/ia32/regexp-macro-assembler-ia32.cc', | 718 '../../src/ia32/regexp-macro-assembler-ia32.cc', |
719 '../../src/ia32/regexp-macro-assembler-ia32.h', | 719 '../../src/ia32/regexp-macro-assembler-ia32.h', |
720 '../../src/ia32/stub-cache-ia32.cc', | 720 '../../src/ia32/stub-cache-ia32.cc', |
721 ], | 721 ], |
722 }], | 722 }], |
| 723 ['v8_target_arch=="x87"', { |
| 724 'sources': [ ### gcmole(arch:x87) ### |
| 725 '../../src/x87/assembler-x87-inl.h', |
| 726 '../../src/x87/assembler-x87.cc', |
| 727 '../../src/x87/assembler-x87.h', |
| 728 '../../src/x87/builtins-x87.cc', |
| 729 '../../src/x87/code-stubs-x87.cc', |
| 730 '../../src/x87/code-stubs-x87.h', |
| 731 '../../src/x87/codegen-x87.cc', |
| 732 '../../src/x87/codegen-x87.h', |
| 733 '../../src/x87/cpu-x87.cc', |
| 734 '../../src/x87/debug-x87.cc', |
| 735 '../../src/x87/deoptimizer-x87.cc', |
| 736 '../../src/x87/disasm-x87.cc', |
| 737 '../../src/x87/frames-x87.cc', |
| 738 '../../src/x87/frames-x87.h', |
| 739 '../../src/x87/full-codegen-x87.cc', |
| 740 '../../src/x87/ic-x87.cc', |
| 741 '../../src/x87/lithium-codegen-x87.cc', |
| 742 '../../src/x87/lithium-codegen-x87.h', |
| 743 '../../src/x87/lithium-gap-resolver-x87.cc', |
| 744 '../../src/x87/lithium-gap-resolver-x87.h', |
| 745 '../../src/x87/lithium-x87.cc', |
| 746 '../../src/x87/lithium-x87.h', |
| 747 '../../src/x87/macro-assembler-x87.cc', |
| 748 '../../src/x87/macro-assembler-x87.h', |
| 749 '../../src/x87/regexp-macro-assembler-x87.cc', |
| 750 '../../src/x87/regexp-macro-assembler-x87.h', |
| 751 '../../src/x87/stub-cache-x87.cc', |
| 752 ], |
| 753 }], |
723 ['v8_target_arch=="mips" or v8_target_arch=="mipsel"', { | 754 ['v8_target_arch=="mips" or v8_target_arch=="mipsel"', { |
724 'sources': [ ### gcmole(arch:mipsel) ### | 755 'sources': [ ### gcmole(arch:mipsel) ### |
725 '../../src/mips/assembler-mips.cc', | 756 '../../src/mips/assembler-mips.cc', |
726 '../../src/mips/assembler-mips.h', | 757 '../../src/mips/assembler-mips.h', |
727 '../../src/mips/assembler-mips-inl.h', | 758 '../../src/mips/assembler-mips-inl.h', |
728 '../../src/mips/builtins-mips.cc', | 759 '../../src/mips/builtins-mips.cc', |
729 '../../src/mips/codegen-mips.cc', | 760 '../../src/mips/codegen-mips.cc', |
730 '../../src/mips/codegen-mips.h', | 761 '../../src/mips/codegen-mips.h', |
731 '../../src/mips/code-stubs-mips.cc', | 762 '../../src/mips/code-stubs-mips.cc', |
732 '../../src/mips/code-stubs-mips.h', | 763 '../../src/mips/code-stubs-mips.h', |
(...skipping 463 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1196 }], | 1227 }], |
1197 ['v8_compress_startup_data=="bz2"', { | 1228 ['v8_compress_startup_data=="bz2"', { |
1198 'libraries': [ | 1229 'libraries': [ |
1199 '-lbz2', | 1230 '-lbz2', |
1200 ] | 1231 ] |
1201 }], | 1232 }], |
1202 ], | 1233 ], |
1203 }, | 1234 }, |
1204 ], | 1235 ], |
1205 } | 1236 } |
OLD | NEW |