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 1170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1181 ], | 1181 ], |
1182 }], | 1182 }], |
1183 ['v8_target_arch=="x64"', { | 1183 ['v8_target_arch=="x64"', { |
1184 'sources': [ | 1184 'sources': [ |
1185 '../../src/compiler/x64/code-generator-x64.cc', | 1185 '../../src/compiler/x64/code-generator-x64.cc', |
1186 '../../src/compiler/x64/instruction-codes-x64.h', | 1186 '../../src/compiler/x64/instruction-codes-x64.h', |
1187 '../../src/compiler/x64/instruction-selector-x64.cc', | 1187 '../../src/compiler/x64/instruction-selector-x64.cc', |
1188 '../../src/compiler/x64/linkage-x64.cc', | 1188 '../../src/compiler/x64/linkage-x64.cc', |
1189 ], | 1189 ], |
1190 }], | 1190 }], |
| 1191 ['v8_target_arch=="ppc" or v8_target_arch=="ppc64"', { |
| 1192 'sources': [ ### gcmole(arch:ppc) ### |
| 1193 '../../src/ppc/assembler-ppc-inl.h', |
| 1194 '../../src/ppc/assembler-ppc.cc', |
| 1195 '../../src/ppc/assembler-ppc.h', |
| 1196 '../../src/ppc/builtins-ppc.cc', |
| 1197 '../../src/ppc/code-stubs-ppc.cc', |
| 1198 '../../src/ppc/code-stubs-ppc.h', |
| 1199 '../../src/ppc/codegen-ppc.cc', |
| 1200 '../../src/ppc/codegen-ppc.h', |
| 1201 '../../src/ppc/constants-ppc.h', |
| 1202 '../../src/ppc/constants-ppc.cc', |
| 1203 '../../src/ppc/cpu-ppc.cc', |
| 1204 '../../src/ppc/debug-ppc.cc', |
| 1205 '../../src/ppc/deoptimizer-ppc.cc', |
| 1206 '../../src/ppc/disasm-ppc.cc', |
| 1207 '../../src/ppc/frames-ppc.cc', |
| 1208 '../../src/ppc/frames-ppc.h', |
| 1209 '../../src/ppc/full-codegen-ppc.cc', |
| 1210 '../../src/ppc/interface-descriptors-ppc.cc', |
| 1211 '../../src/ppc/interface-descriptors-ppc.h', |
| 1212 '../../src/ppc/lithium-ppc.cc', |
| 1213 '../../src/ppc/lithium-ppc.h', |
| 1214 '../../src/ppc/lithium-codegen-ppc.cc', |
| 1215 '../../src/ppc/lithium-codegen-ppc.h', |
| 1216 '../../src/ppc/lithium-gap-resolver-ppc.cc', |
| 1217 '../../src/ppc/lithium-gap-resolver-ppc.h', |
| 1218 '../../src/ppc/macro-assembler-ppc.cc', |
| 1219 '../../src/ppc/macro-assembler-ppc.h', |
| 1220 '../../src/ppc/regexp-macro-assembler-ppc.cc', |
| 1221 '../../src/ppc/regexp-macro-assembler-ppc.h', |
| 1222 '../../src/ppc/simulator-ppc.cc', |
| 1223 '../../src/compiler/ppc/code-generator-ppc.cc', |
| 1224 '../../src/compiler/ppc/instruction-codes-ppc.h', |
| 1225 '../../src/compiler/ppc/instruction-selector-ppc.cc', |
| 1226 '../../src/compiler/ppc/linkage-ppc.cc', |
| 1227 '../../src/ic/ppc/access-compiler-ppc.cc', |
| 1228 '../../src/ic/ppc/handler-compiler-ppc.cc', |
| 1229 '../../src/ic/ppc/ic-ppc.cc', |
| 1230 '../../src/ic/ppc/ic-compiler-ppc.cc', |
| 1231 '../../src/ic/ppc/stub-cache-ppc.cc', |
| 1232 ], |
| 1233 }], |
1191 ['OS=="win"', { | 1234 ['OS=="win"', { |
1192 'variables': { | 1235 'variables': { |
1193 'gyp_generators': '<!(echo $GYP_GENERATORS)', | 1236 'gyp_generators': '<!(echo $GYP_GENERATORS)', |
1194 }, | 1237 }, |
1195 'msvs_disabled_warnings': [4351, 4355, 4800], | 1238 'msvs_disabled_warnings': [4351, 4355, 4800], |
1196 }], | 1239 }], |
1197 ['component=="shared_library"', { | 1240 ['component=="shared_library"', { |
1198 'defines': [ | 1241 'defines': [ |
1199 'BUILDING_V8_SHARED', | 1242 'BUILDING_V8_SHARED', |
1200 'V8_SHARED', | 1243 'V8_SHARED', |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1243 'include_dirs+': [ | 1286 'include_dirs+': [ |
1244 '../..', | 1287 '../..', |
1245 ], | 1288 ], |
1246 'sources': [ | 1289 'sources': [ |
1247 '../../src/base/atomicops.h', | 1290 '../../src/base/atomicops.h', |
1248 '../../src/base/atomicops_internals_arm64_gcc.h', | 1291 '../../src/base/atomicops_internals_arm64_gcc.h', |
1249 '../../src/base/atomicops_internals_arm_gcc.h', | 1292 '../../src/base/atomicops_internals_arm_gcc.h', |
1250 '../../src/base/atomicops_internals_atomicword_compat.h', | 1293 '../../src/base/atomicops_internals_atomicword_compat.h', |
1251 '../../src/base/atomicops_internals_mac.h', | 1294 '../../src/base/atomicops_internals_mac.h', |
1252 '../../src/base/atomicops_internals_mips_gcc.h', | 1295 '../../src/base/atomicops_internals_mips_gcc.h', |
| 1296 '../../src/base/atomicops_internals_ppc_gcc.h', |
1253 '../../src/base/atomicops_internals_tsan.h', | 1297 '../../src/base/atomicops_internals_tsan.h', |
1254 '../../src/base/atomicops_internals_x86_gcc.cc', | 1298 '../../src/base/atomicops_internals_x86_gcc.cc', |
1255 '../../src/base/atomicops_internals_x86_gcc.h', | 1299 '../../src/base/atomicops_internals_x86_gcc.h', |
1256 '../../src/base/atomicops_internals_x86_msvc.h', | 1300 '../../src/base/atomicops_internals_x86_msvc.h', |
1257 '../../src/base/bits.cc', | 1301 '../../src/base/bits.cc', |
1258 '../../src/base/bits.h', | 1302 '../../src/base/bits.h', |
1259 '../../src/base/build_config.h', | 1303 '../../src/base/build_config.h', |
1260 '../../src/base/compiler-specific.h', | 1304 '../../src/base/compiler-specific.h', |
1261 '../../src/base/cpu.cc', | 1305 '../../src/base/cpu.cc', |
1262 '../../src/base/cpu.h', | 1306 '../../src/base/cpu.h', |
(...skipping 485 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1748 }], | 1792 }], |
1749 ['want_separate_host_toolset==1', { | 1793 ['want_separate_host_toolset==1', { |
1750 'toolsets': ['host'], | 1794 'toolsets': ['host'], |
1751 }, { | 1795 }, { |
1752 'toolsets': ['target'], | 1796 'toolsets': ['target'], |
1753 }], | 1797 }], |
1754 ], | 1798 ], |
1755 }, | 1799 }, |
1756 ], | 1800 ], |
1757 } | 1801 } |
OLD | NEW |