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 988 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
999 '../../src/mips/lithium-mips.h', | 999 '../../src/mips/lithium-mips.h', |
1000 '../../src/mips/macro-assembler-mips.cc', | 1000 '../../src/mips/macro-assembler-mips.cc', |
1001 '../../src/mips/macro-assembler-mips.h', | 1001 '../../src/mips/macro-assembler-mips.h', |
1002 '../../src/mips/regexp-macro-assembler-mips.cc', | 1002 '../../src/mips/regexp-macro-assembler-mips.cc', |
1003 '../../src/mips/regexp-macro-assembler-mips.h', | 1003 '../../src/mips/regexp-macro-assembler-mips.h', |
1004 '../../src/mips/simulator-mips.cc', | 1004 '../../src/mips/simulator-mips.cc', |
1005 '../../src/ic/mips/access-compiler-mips.cc', | 1005 '../../src/ic/mips/access-compiler-mips.cc', |
1006 '../../src/ic/mips/handler-compiler-mips.cc', | 1006 '../../src/ic/mips/handler-compiler-mips.cc', |
1007 '../../src/ic/mips/ic-mips.cc', | 1007 '../../src/ic/mips/ic-mips.cc', |
1008 '../../src/ic/mips/ic-compiler-mips.cc', | 1008 '../../src/ic/mips/ic-compiler-mips.cc', |
1009 '../../src/ic/mips/ic-conventions-mips.cc', | |
1010 '../../src/ic/mips/stub-cache-mips.cc', | 1009 '../../src/ic/mips/stub-cache-mips.cc', |
1011 ], | 1010 ], |
1012 }], | 1011 }], |
1013 ['v8_target_arch=="mips64el"', { | 1012 ['v8_target_arch=="mips64el"', { |
1014 'sources': [ ### gcmole(arch:mips64el) ### | 1013 'sources': [ ### gcmole(arch:mips64el) ### |
1015 '../../src/mips64/assembler-mips64.cc', | 1014 '../../src/mips64/assembler-mips64.cc', |
1016 '../../src/mips64/assembler-mips64.h', | 1015 '../../src/mips64/assembler-mips64.h', |
1017 '../../src/mips64/assembler-mips64-inl.h', | 1016 '../../src/mips64/assembler-mips64-inl.h', |
1018 '../../src/mips64/builtins-mips64.cc', | 1017 '../../src/mips64/builtins-mips64.cc', |
1019 '../../src/mips64/codegen-mips64.cc', | 1018 '../../src/mips64/codegen-mips64.cc', |
(...skipping 18 matching lines...) Expand all Loading... |
1038 '../../src/mips64/lithium-mips64.h', | 1037 '../../src/mips64/lithium-mips64.h', |
1039 '../../src/mips64/macro-assembler-mips64.cc', | 1038 '../../src/mips64/macro-assembler-mips64.cc', |
1040 '../../src/mips64/macro-assembler-mips64.h', | 1039 '../../src/mips64/macro-assembler-mips64.h', |
1041 '../../src/mips64/regexp-macro-assembler-mips64.cc', | 1040 '../../src/mips64/regexp-macro-assembler-mips64.cc', |
1042 '../../src/mips64/regexp-macro-assembler-mips64.h', | 1041 '../../src/mips64/regexp-macro-assembler-mips64.h', |
1043 '../../src/mips64/simulator-mips64.cc', | 1042 '../../src/mips64/simulator-mips64.cc', |
1044 '../../src/ic/mips64/access-compiler-mips64.cc', | 1043 '../../src/ic/mips64/access-compiler-mips64.cc', |
1045 '../../src/ic/mips64/handler-compiler-mips64.cc', | 1044 '../../src/ic/mips64/handler-compiler-mips64.cc', |
1046 '../../src/ic/mips64/ic-mips64.cc', | 1045 '../../src/ic/mips64/ic-mips64.cc', |
1047 '../../src/ic/mips64/ic-compiler-mips64.cc', | 1046 '../../src/ic/mips64/ic-compiler-mips64.cc', |
1048 '../../src/ic/mips64/ic-conventions-mips64.cc', | |
1049 '../../src/ic/mips64/stub-cache-mips64.cc', | 1047 '../../src/ic/mips64/stub-cache-mips64.cc', |
1050 ], | 1048 ], |
1051 }], | 1049 }], |
1052 ['v8_target_arch=="x64" or v8_target_arch=="x32"', { | 1050 ['v8_target_arch=="x64" or v8_target_arch=="x32"', { |
1053 'sources': [ ### gcmole(arch:x64) ### | 1051 'sources': [ ### gcmole(arch:x64) ### |
1054 '../../src/x64/assembler-x64-inl.h', | 1052 '../../src/x64/assembler-x64-inl.h', |
1055 '../../src/x64/assembler-x64.cc', | 1053 '../../src/x64/assembler-x64.cc', |
1056 '../../src/x64/assembler-x64.h', | 1054 '../../src/x64/assembler-x64.h', |
1057 '../../src/x64/builtins-x64.cc', | 1055 '../../src/x64/builtins-x64.cc', |
1058 '../../src/x64/code-stubs-x64.cc', | 1056 '../../src/x64/code-stubs-x64.cc', |
(...skipping 587 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1646 }], | 1644 }], |
1647 ['v8_compress_startup_data=="bz2"', { | 1645 ['v8_compress_startup_data=="bz2"', { |
1648 'libraries': [ | 1646 'libraries': [ |
1649 '-lbz2', | 1647 '-lbz2', |
1650 ] | 1648 ] |
1651 }], | 1649 }], |
1652 ], | 1650 ], |
1653 }, | 1651 }, |
1654 ], | 1652 ], |
1655 } | 1653 } |
OLD | NEW |