| 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 947 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 958 '../../src/x87/lithium-x87.cc', | 958 '../../src/x87/lithium-x87.cc', |
| 959 '../../src/x87/lithium-x87.h', | 959 '../../src/x87/lithium-x87.h', |
| 960 '../../src/x87/macro-assembler-x87.cc', | 960 '../../src/x87/macro-assembler-x87.cc', |
| 961 '../../src/x87/macro-assembler-x87.h', | 961 '../../src/x87/macro-assembler-x87.h', |
| 962 '../../src/x87/regexp-macro-assembler-x87.cc', | 962 '../../src/x87/regexp-macro-assembler-x87.cc', |
| 963 '../../src/x87/regexp-macro-assembler-x87.h', | 963 '../../src/x87/regexp-macro-assembler-x87.h', |
| 964 '../../src/ic/x87/access-compiler-x87.cc', | 964 '../../src/ic/x87/access-compiler-x87.cc', |
| 965 '../../src/ic/x87/handler-compiler-x87.cc', | 965 '../../src/ic/x87/handler-compiler-x87.cc', |
| 966 '../../src/ic/x87/ic-x87.cc', | 966 '../../src/ic/x87/ic-x87.cc', |
| 967 '../../src/ic/x87/ic-compiler-x87.cc', | 967 '../../src/ic/x87/ic-compiler-x87.cc', |
| 968 '../../src/ic/x87/ic-conventions-x87.cc', | |
| 969 '../../src/ic/x87/stub-cache-x87.cc', | 968 '../../src/ic/x87/stub-cache-x87.cc', |
| 970 ], | 969 ], |
| 971 }], | 970 }], |
| 972 ['v8_target_arch=="mips" or v8_target_arch=="mipsel"', { | 971 ['v8_target_arch=="mips" or v8_target_arch=="mipsel"', { |
| 973 'sources': [ ### gcmole(arch:mipsel) ### | 972 'sources': [ ### gcmole(arch:mipsel) ### |
| 974 '../../src/mips/assembler-mips.cc', | 973 '../../src/mips/assembler-mips.cc', |
| 975 '../../src/mips/assembler-mips.h', | 974 '../../src/mips/assembler-mips.h', |
| 976 '../../src/mips/assembler-mips-inl.h', | 975 '../../src/mips/assembler-mips-inl.h', |
| 977 '../../src/mips/builtins-mips.cc', | 976 '../../src/mips/builtins-mips.cc', |
| 978 '../../src/mips/codegen-mips.cc', | 977 '../../src/mips/codegen-mips.cc', |
| (...skipping 663 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1642 }], | 1641 }], |
| 1643 ['v8_compress_startup_data=="bz2"', { | 1642 ['v8_compress_startup_data=="bz2"', { |
| 1644 'libraries': [ | 1643 'libraries': [ |
| 1645 '-lbz2', | 1644 '-lbz2', |
| 1646 ] | 1645 ] |
| 1647 }], | 1646 }], |
| 1648 ], | 1647 ], |
| 1649 }, | 1648 }, |
| 1650 ], | 1649 ], |
| 1651 } | 1650 } |
| OLD | NEW |