| 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 905 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 916 '../../src/x87/lithium-codegen-x87.h', | 916 '../../src/x87/lithium-codegen-x87.h', |
| 917 '../../src/x87/lithium-gap-resolver-x87.cc', | 917 '../../src/x87/lithium-gap-resolver-x87.cc', |
| 918 '../../src/x87/lithium-gap-resolver-x87.h', | 918 '../../src/x87/lithium-gap-resolver-x87.h', |
| 919 '../../src/x87/lithium-x87.cc', | 919 '../../src/x87/lithium-x87.cc', |
| 920 '../../src/x87/lithium-x87.h', | 920 '../../src/x87/lithium-x87.h', |
| 921 '../../src/x87/macro-assembler-x87.cc', | 921 '../../src/x87/macro-assembler-x87.cc', |
| 922 '../../src/x87/macro-assembler-x87.h', | 922 '../../src/x87/macro-assembler-x87.h', |
| 923 '../../src/x87/regexp-macro-assembler-x87.cc', | 923 '../../src/x87/regexp-macro-assembler-x87.cc', |
| 924 '../../src/x87/regexp-macro-assembler-x87.h', | 924 '../../src/x87/regexp-macro-assembler-x87.h', |
| 925 '../../src/ic/x87/access-compiler-x87.cc', | 925 '../../src/ic/x87/access-compiler-x87.cc', |
| 926 '../../src/ic/x87/handler-compiler-x87.cc', |
| 926 '../../src/ic/x87/ic-x87.cc', | 927 '../../src/ic/x87/ic-x87.cc', |
| 927 '../../src/ic/x87/ic-compiler-x87.cc', | 928 '../../src/ic/x87/ic-compiler-x87.cc', |
| 928 '../../src/ic/x87/stub-cache-x87.cc', | 929 '../../src/ic/x87/stub-cache-x87.cc', |
| 929 ], | 930 ], |
| 930 }], | 931 }], |
| 931 ['v8_target_arch=="mips" or v8_target_arch=="mipsel"', { | 932 ['v8_target_arch=="mips" or v8_target_arch=="mipsel"', { |
| 932 'sources': [ ### gcmole(arch:mipsel) ### | 933 'sources': [ ### gcmole(arch:mipsel) ### |
| 933 '../../src/mips/assembler-mips.cc', | 934 '../../src/mips/assembler-mips.cc', |
| 934 '../../src/mips/assembler-mips.h', | 935 '../../src/mips/assembler-mips.h', |
| 935 '../../src/mips/assembler-mips-inl.h', | 936 '../../src/mips/assembler-mips-inl.h', |
| (...skipping 627 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1563 }], | 1564 }], |
| 1564 ['v8_compress_startup_data=="bz2"', { | 1565 ['v8_compress_startup_data=="bz2"', { |
| 1565 'libraries': [ | 1566 'libraries': [ |
| 1566 '-lbz2', | 1567 '-lbz2', |
| 1567 ] | 1568 ] |
| 1568 }], | 1569 }], |
| 1569 ], | 1570 ], |
| 1570 }, | 1571 }, |
| 1571 ], | 1572 ], |
| 1572 } | 1573 } |
| OLD | NEW |