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 1127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1138 '../../src/x64/lithium-codegen-x64.cc', | 1138 '../../src/x64/lithium-codegen-x64.cc', |
1139 '../../src/x64/lithium-codegen-x64.h', | 1139 '../../src/x64/lithium-codegen-x64.h', |
1140 '../../src/x64/lithium-gap-resolver-x64.cc', | 1140 '../../src/x64/lithium-gap-resolver-x64.cc', |
1141 '../../src/x64/lithium-gap-resolver-x64.h', | 1141 '../../src/x64/lithium-gap-resolver-x64.h', |
1142 '../../src/x64/lithium-x64.cc', | 1142 '../../src/x64/lithium-x64.cc', |
1143 '../../src/x64/lithium-x64.h', | 1143 '../../src/x64/lithium-x64.h', |
1144 '../../src/x64/macro-assembler-x64.cc', | 1144 '../../src/x64/macro-assembler-x64.cc', |
1145 '../../src/x64/macro-assembler-x64.h', | 1145 '../../src/x64/macro-assembler-x64.h', |
1146 '../../src/x64/regexp-macro-assembler-x64.cc', | 1146 '../../src/x64/regexp-macro-assembler-x64.cc', |
1147 '../../src/x64/regexp-macro-assembler-x64.h', | 1147 '../../src/x64/regexp-macro-assembler-x64.h', |
1148 '../../src/compiler/x64/code-generator-x64.cc', | |
1149 '../../src/compiler/x64/instruction-codes-x64.h', | |
1150 '../../src/compiler/x64/instruction-selector-x64.cc', | |
1151 '../../src/compiler/x64/linkage-x64.cc', | |
1152 '../../src/ic/x64/access-compiler-x64.cc', | 1148 '../../src/ic/x64/access-compiler-x64.cc', |
1153 '../../src/ic/x64/handler-compiler-x64.cc', | 1149 '../../src/ic/x64/handler-compiler-x64.cc', |
1154 '../../src/ic/x64/ic-x64.cc', | 1150 '../../src/ic/x64/ic-x64.cc', |
1155 '../../src/ic/x64/ic-compiler-x64.cc', | 1151 '../../src/ic/x64/ic-compiler-x64.cc', |
1156 '../../src/ic/x64/stub-cache-x64.cc', | 1152 '../../src/ic/x64/stub-cache-x64.cc', |
1157 ], | 1153 ], |
1158 }], | 1154 }], |
| 1155 ['v8_target_arch=="x64"', { |
| 1156 'sources': [ |
| 1157 '../../src/compiler/x64/code-generator-x64.cc', |
| 1158 '../../src/compiler/x64/instruction-codes-x64.h', |
| 1159 '../../src/compiler/x64/instruction-selector-x64.cc', |
| 1160 '../../src/compiler/x64/linkage-x64.cc', |
| 1161 ], |
| 1162 }], |
1159 ['OS=="linux"', { | 1163 ['OS=="linux"', { |
1160 'link_settings': { | 1164 'link_settings': { |
1161 'conditions': [ | 1165 'conditions': [ |
1162 ['v8_compress_startup_data=="bz2"', { | 1166 ['v8_compress_startup_data=="bz2"', { |
1163 'libraries': [ | 1167 'libraries': [ |
1164 '-lbz2', | 1168 '-lbz2', |
1165 ] | 1169 ] |
1166 }], | 1170 }], |
1167 ], | 1171 ], |
1168 }, | 1172 }, |
(...skipping 562 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1731 }], | 1735 }], |
1732 ['v8_compress_startup_data=="bz2"', { | 1736 ['v8_compress_startup_data=="bz2"', { |
1733 'libraries': [ | 1737 'libraries': [ |
1734 '-lbz2', | 1738 '-lbz2', |
1735 ] | 1739 ] |
1736 }], | 1740 }], |
1737 ], | 1741 ], |
1738 }, | 1742 }, |
1739 ], | 1743 ], |
1740 } | 1744 } |
OLD | NEW |