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 911 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
922 '../../src/x87/lithium-x87.cc', | 922 '../../src/x87/lithium-x87.cc', |
923 '../../src/x87/lithium-x87.h', | 923 '../../src/x87/lithium-x87.h', |
924 '../../src/x87/macro-assembler-x87.cc', | 924 '../../src/x87/macro-assembler-x87.cc', |
925 '../../src/x87/macro-assembler-x87.h', | 925 '../../src/x87/macro-assembler-x87.h', |
926 '../../src/x87/regexp-macro-assembler-x87.cc', | 926 '../../src/x87/regexp-macro-assembler-x87.cc', |
927 '../../src/x87/regexp-macro-assembler-x87.h', | 927 '../../src/x87/regexp-macro-assembler-x87.h', |
928 '../../src/ic/x87/access-compiler-x87.cc', | 928 '../../src/ic/x87/access-compiler-x87.cc', |
929 '../../src/ic/x87/handler-compiler-x87.cc', | 929 '../../src/ic/x87/handler-compiler-x87.cc', |
930 '../../src/ic/x87/ic-x87.cc', | 930 '../../src/ic/x87/ic-x87.cc', |
931 '../../src/ic/x87/ic-compiler-x87.cc', | 931 '../../src/ic/x87/ic-compiler-x87.cc', |
| 932 '../../src/ic/x87/ic-conventions-x87.cc', |
932 '../../src/ic/x87/stub-cache-x87.cc', | 933 '../../src/ic/x87/stub-cache-x87.cc', |
933 ], | 934 ], |
934 }], | 935 }], |
935 ['v8_target_arch=="mips" or v8_target_arch=="mipsel"', { | 936 ['v8_target_arch=="mips" or v8_target_arch=="mipsel"', { |
936 'sources': [ ### gcmole(arch:mipsel) ### | 937 'sources': [ ### gcmole(arch:mipsel) ### |
937 '../../src/mips/assembler-mips.cc', | 938 '../../src/mips/assembler-mips.cc', |
938 '../../src/mips/assembler-mips.h', | 939 '../../src/mips/assembler-mips.h', |
939 '../../src/mips/assembler-mips-inl.h', | 940 '../../src/mips/assembler-mips-inl.h', |
940 '../../src/mips/builtins-mips.cc', | 941 '../../src/mips/builtins-mips.cc', |
941 '../../src/mips/codegen-mips.cc', | 942 '../../src/mips/codegen-mips.cc', |
(...skipping 628 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1570 }], | 1571 }], |
1571 ['v8_compress_startup_data=="bz2"', { | 1572 ['v8_compress_startup_data=="bz2"', { |
1572 'libraries': [ | 1573 'libraries': [ |
1573 '-lbz2', | 1574 '-lbz2', |
1574 ] | 1575 ] |
1575 }], | 1576 }], |
1576 ], | 1577 ], |
1577 }, | 1578 }, |
1578 ], | 1579 ], |
1579 } | 1580 } |
OLD | NEW |