| 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 1534 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1545 '../../src/ppc/codegen-ppc.cc', | 1545 '../../src/ppc/codegen-ppc.cc', |
| 1546 '../../src/ppc/codegen-ppc.h', | 1546 '../../src/ppc/codegen-ppc.h', |
| 1547 '../../src/ppc/constants-ppc.h', | 1547 '../../src/ppc/constants-ppc.h', |
| 1548 '../../src/ppc/constants-ppc.cc', | 1548 '../../src/ppc/constants-ppc.cc', |
| 1549 '../../src/ppc/cpu-ppc.cc', | 1549 '../../src/ppc/cpu-ppc.cc', |
| 1550 '../../src/ppc/deoptimizer-ppc.cc', | 1550 '../../src/ppc/deoptimizer-ppc.cc', |
| 1551 '../../src/ppc/disasm-ppc.cc', | 1551 '../../src/ppc/disasm-ppc.cc', |
| 1552 '../../src/ppc/frames-ppc.cc', | 1552 '../../src/ppc/frames-ppc.cc', |
| 1553 '../../src/ppc/frames-ppc.h', | 1553 '../../src/ppc/frames-ppc.h', |
| 1554 '../../src/ppc/interface-descriptors-ppc.cc', | 1554 '../../src/ppc/interface-descriptors-ppc.cc', |
| 1555 '../../src/ppc/interface-descriptors-ppc.h', | |
| 1556 '../../src/ppc/macro-assembler-ppc.cc', | 1555 '../../src/ppc/macro-assembler-ppc.cc', |
| 1557 '../../src/ppc/macro-assembler-ppc.h', | 1556 '../../src/ppc/macro-assembler-ppc.h', |
| 1558 '../../src/ppc/simulator-ppc.cc', | 1557 '../../src/ppc/simulator-ppc.cc', |
| 1559 '../../src/ppc/simulator-ppc.h', | 1558 '../../src/ppc/simulator-ppc.h', |
| 1560 '../../src/regexp/ppc/regexp-macro-assembler-ppc.cc', | 1559 '../../src/regexp/ppc/regexp-macro-assembler-ppc.cc', |
| 1561 '../../src/regexp/ppc/regexp-macro-assembler-ppc.h', | 1560 '../../src/regexp/ppc/regexp-macro-assembler-ppc.h', |
| 1562 ], | 1561 ], |
| 1563 }], | 1562 }], |
| 1564 ['v8_target_arch=="s390" or v8_target_arch=="s390x"', { | 1563 ['v8_target_arch=="s390" or v8_target_arch=="s390x"', { |
| 1565 'sources': [ ### gcmole(arch:s390) ### | 1564 'sources': [ ### gcmole(arch:s390) ### |
| (...skipping 705 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2271 }], | 2270 }], |
| 2272 ['want_separate_host_toolset==1', { | 2271 ['want_separate_host_toolset==1', { |
| 2273 'toolsets': ['host'], | 2272 'toolsets': ['host'], |
| 2274 }, { | 2273 }, { |
| 2275 'toolsets': ['target'], | 2274 'toolsets': ['target'], |
| 2276 }], | 2275 }], |
| 2277 ], | 2276 ], |
| 2278 }, | 2277 }, |
| 2279 ], | 2278 ], |
| 2280 } | 2279 } |
| OLD | NEW |