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 1529 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1540 '../../src/ppc/interface-descriptors-ppc.cc', | 1540 '../../src/ppc/interface-descriptors-ppc.cc', |
1541 '../../src/ppc/interface-descriptors-ppc.h', | 1541 '../../src/ppc/interface-descriptors-ppc.h', |
1542 '../../src/ppc/macro-assembler-ppc.cc', | 1542 '../../src/ppc/macro-assembler-ppc.cc', |
1543 '../../src/ppc/macro-assembler-ppc.h', | 1543 '../../src/ppc/macro-assembler-ppc.h', |
1544 '../../src/ppc/simulator-ppc.cc', | 1544 '../../src/ppc/simulator-ppc.cc', |
1545 '../../src/ppc/simulator-ppc.h', | 1545 '../../src/ppc/simulator-ppc.h', |
1546 '../../src/regexp/ppc/regexp-macro-assembler-ppc.cc', | 1546 '../../src/regexp/ppc/regexp-macro-assembler-ppc.cc', |
1547 '../../src/regexp/ppc/regexp-macro-assembler-ppc.h', | 1547 '../../src/regexp/ppc/regexp-macro-assembler-ppc.h', |
1548 ], | 1548 ], |
1549 }], | 1549 }], |
| 1550 ['v8_target_arch=="s390" or v8_target_arch=="s390x"', { |
| 1551 'sources': [ ### gcmole(arch:s390) ### |
| 1552 '../../src/s390/assembler-s390-inl.h', |
| 1553 '../../src/s390/assembler-s390.cc', |
| 1554 '../../src/s390/assembler-s390.h', |
| 1555 '../../src/s390/builtins-s390.cc', |
| 1556 '../../src/s390/code-stubs-s390.cc', |
| 1557 '../../src/s390/code-stubs-s390.h', |
| 1558 '../../src/s390/codegen-s390.cc', |
| 1559 '../../src/s390/codegen-s390.h', |
| 1560 '../../src/s390/constants-s390.h', |
| 1561 '../../src/s390/constants-s390.cc', |
| 1562 '../../src/s390/cpu-s390.cc', |
| 1563 '../../src/s390/deoptimizer-s390.cc', |
| 1564 '../../src/s390/disasm-s390.cc', |
| 1565 '../../src/s390/frames-s390.cc', |
| 1566 '../../src/s390/frames-s390.h', |
| 1567 '../../src/s390/interface-descriptors-s390.cc', |
| 1568 '../../src/s390/macro-assembler-s390.cc', |
| 1569 '../../src/s390/macro-assembler-s390.h', |
| 1570 '../../src/s390/simulator-s390.cc', |
| 1571 '../../src/s390/simulator-s390.h', |
| 1572 ], |
| 1573 }], |
1550 ['OS=="win"', { | 1574 ['OS=="win"', { |
1551 'variables': { | 1575 'variables': { |
1552 'gyp_generators': '<!(echo $GYP_GENERATORS)', | 1576 'gyp_generators': '<!(echo $GYP_GENERATORS)', |
1553 }, | 1577 }, |
1554 'msvs_disabled_warnings': [4351, 4355, 4800], | 1578 'msvs_disabled_warnings': [4351, 4355, 4800], |
1555 # When building Official, the .lib is too large and exceeds the 2G | 1579 # When building Official, the .lib is too large and exceeds the 2G |
1556 # limit. This breaks it into multiple pieces to avoid the limit. | 1580 # limit. This breaks it into multiple pieces to avoid the limit. |
1557 # See http://crbug.com/485155. | 1581 # See http://crbug.com/485155. |
1558 'msvs_shard': 4, | 1582 'msvs_shard': 4, |
1559 }], | 1583 }], |
(...skipping 646 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2206 }], | 2230 }], |
2207 ['want_separate_host_toolset==1', { | 2231 ['want_separate_host_toolset==1', { |
2208 'toolsets': ['host'], | 2232 'toolsets': ['host'], |
2209 }, { | 2233 }, { |
2210 'toolsets': ['target'], | 2234 'toolsets': ['target'], |
2211 }], | 2235 }], |
2212 ], | 2236 ], |
2213 }, | 2237 }, |
2214 ], | 2238 ], |
2215 } | 2239 } |
OLD | NEW |