| 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 839 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 850 '../../src/mips/lithium-mips.cc', | 850 '../../src/mips/lithium-mips.cc', |
| 851 '../../src/mips/lithium-mips.h', | 851 '../../src/mips/lithium-mips.h', |
| 852 '../../src/mips/macro-assembler-mips.cc', | 852 '../../src/mips/macro-assembler-mips.cc', |
| 853 '../../src/mips/macro-assembler-mips.h', | 853 '../../src/mips/macro-assembler-mips.h', |
| 854 '../../src/mips/regexp-macro-assembler-mips.cc', | 854 '../../src/mips/regexp-macro-assembler-mips.cc', |
| 855 '../../src/mips/regexp-macro-assembler-mips.h', | 855 '../../src/mips/regexp-macro-assembler-mips.h', |
| 856 '../../src/mips/simulator-mips.cc', | 856 '../../src/mips/simulator-mips.cc', |
| 857 '../../src/mips/stub-cache-mips.cc', | 857 '../../src/mips/stub-cache-mips.cc', |
| 858 ], | 858 ], |
| 859 }], | 859 }], |
| 860 ['v8_target_arch=="mips64el"', { |
| 861 'sources': [ ### gcmole(arch:mips64el) ### |
| 862 '../../src/mips64/assembler-mips64.cc', |
| 863 '../../src/mips64/assembler-mips64.h', |
| 864 '../../src/mips64/assembler-mips64-inl.h', |
| 865 '../../src/mips64/builtins-mips64.cc', |
| 866 '../../src/mips64/codegen-mips64.cc', |
| 867 '../../src/mips64/codegen-mips64.h', |
| 868 '../../src/mips64/code-stubs-mips64.cc', |
| 869 '../../src/mips64/code-stubs-mips64.h', |
| 870 '../../src/mips64/constants-mips64.cc', |
| 871 '../../src/mips64/constants-mips64.h', |
| 872 '../../src/mips64/cpu-mips64.cc', |
| 873 '../../src/mips64/debug-mips64.cc', |
| 874 '../../src/mips64/deoptimizer-mips64.cc', |
| 875 '../../src/mips64/disasm-mips64.cc', |
| 876 '../../src/mips64/frames-mips64.cc', |
| 877 '../../src/mips64/frames-mips64.h', |
| 878 '../../src/mips64/full-codegen-mips64.cc', |
| 879 '../../src/mips64/ic-mips64.cc', |
| 880 '../../src/mips64/lithium-codegen-mips64.cc', |
| 881 '../../src/mips64/lithium-codegen-mips64.h', |
| 882 '../../src/mips64/lithium-gap-resolver-mips64.cc', |
| 883 '../../src/mips64/lithium-gap-resolver-mips64.h', |
| 884 '../../src/mips64/lithium-mips64.cc', |
| 885 '../../src/mips64/lithium-mips64.h', |
| 886 '../../src/mips64/macro-assembler-mips64.cc', |
| 887 '../../src/mips64/macro-assembler-mips64.h', |
| 888 '../../src/mips64/regexp-macro-assembler-mips64.cc', |
| 889 '../../src/mips64/regexp-macro-assembler-mips64.h', |
| 890 '../../src/mips64/simulator-mips64.cc', |
| 891 '../../src/mips64/stub-cache-mips64.cc', |
| 892 ], |
| 893 }], |
| 860 ['v8_target_arch=="x64" or v8_target_arch=="x32"', { | 894 ['v8_target_arch=="x64" or v8_target_arch=="x32"', { |
| 861 'sources': [ ### gcmole(arch:x64) ### | 895 'sources': [ ### gcmole(arch:x64) ### |
| 862 '../../src/x64/assembler-x64-inl.h', | 896 '../../src/x64/assembler-x64-inl.h', |
| 863 '../../src/x64/assembler-x64.cc', | 897 '../../src/x64/assembler-x64.cc', |
| 864 '../../src/x64/assembler-x64.h', | 898 '../../src/x64/assembler-x64.h', |
| 865 '../../src/x64/builtins-x64.cc', | 899 '../../src/x64/builtins-x64.cc', |
| 866 '../../src/x64/code-stubs-x64.cc', | 900 '../../src/x64/code-stubs-x64.cc', |
| 867 '../../src/x64/code-stubs-x64.h', | 901 '../../src/x64/code-stubs-x64.h', |
| 868 '../../src/x64/codegen-x64.cc', | 902 '../../src/x64/codegen-x64.cc', |
| 869 '../../src/x64/codegen-x64.h', | 903 '../../src/x64/codegen-x64.h', |
| (...skipping 539 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1409 }], | 1443 }], |
| 1410 ['v8_compress_startup_data=="bz2"', { | 1444 ['v8_compress_startup_data=="bz2"', { |
| 1411 'libraries': [ | 1445 'libraries': [ |
| 1412 '-lbz2', | 1446 '-lbz2', |
| 1413 ] | 1447 ] |
| 1414 }], | 1448 }], |
| 1415 ], | 1449 ], |
| 1416 }, | 1450 }, |
| 1417 ], | 1451 ], |
| 1418 } | 1452 } |
| OLD | NEW |