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 899 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
910 '../../src/x87/lithium-codegen-x87.cc', | 910 '../../src/x87/lithium-codegen-x87.cc', |
911 '../../src/x87/lithium-codegen-x87.h', | 911 '../../src/x87/lithium-codegen-x87.h', |
912 '../../src/x87/lithium-gap-resolver-x87.cc', | 912 '../../src/x87/lithium-gap-resolver-x87.cc', |
913 '../../src/x87/lithium-gap-resolver-x87.h', | 913 '../../src/x87/lithium-gap-resolver-x87.h', |
914 '../../src/x87/lithium-x87.cc', | 914 '../../src/x87/lithium-x87.cc', |
915 '../../src/x87/lithium-x87.h', | 915 '../../src/x87/lithium-x87.h', |
916 '../../src/x87/macro-assembler-x87.cc', | 916 '../../src/x87/macro-assembler-x87.cc', |
917 '../../src/x87/macro-assembler-x87.h', | 917 '../../src/x87/macro-assembler-x87.h', |
918 '../../src/x87/regexp-macro-assembler-x87.cc', | 918 '../../src/x87/regexp-macro-assembler-x87.cc', |
919 '../../src/x87/regexp-macro-assembler-x87.h', | 919 '../../src/x87/regexp-macro-assembler-x87.h', |
| 920 '../../src/ic/x87/access-compiler-x87.cc', |
920 '../../src/ic/x87/ic-x87.cc', | 921 '../../src/ic/x87/ic-x87.cc', |
921 '../../src/ic/x87/ic-compiler-x87.cc', | 922 '../../src/ic/x87/ic-compiler-x87.cc', |
922 '../../src/ic/x87/stub-cache-x87.cc', | 923 '../../src/ic/x87/stub-cache-x87.cc', |
923 ], | 924 ], |
924 }], | 925 }], |
925 ['v8_target_arch=="mips" or v8_target_arch=="mipsel"', { | 926 ['v8_target_arch=="mips" or v8_target_arch=="mipsel"', { |
926 'sources': [ ### gcmole(arch:mipsel) ### | 927 'sources': [ ### gcmole(arch:mipsel) ### |
927 '../../src/mips/assembler-mips.cc', | 928 '../../src/mips/assembler-mips.cc', |
928 '../../src/mips/assembler-mips.h', | 929 '../../src/mips/assembler-mips.h', |
929 '../../src/mips/assembler-mips-inl.h', | 930 '../../src/mips/assembler-mips-inl.h', |
(...skipping 622 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1552 }], | 1553 }], |
1553 ['v8_compress_startup_data=="bz2"', { | 1554 ['v8_compress_startup_data=="bz2"', { |
1554 'libraries': [ | 1555 'libraries': [ |
1555 '-lbz2', | 1556 '-lbz2', |
1556 ] | 1557 ] |
1557 }], | 1558 }], |
1558 ], | 1559 ], |
1559 }, | 1560 }, |
1560 ], | 1561 ], |
1561 } | 1562 } |
OLD | NEW |