| 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 627 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 638 '../../src/arm/lithium-gap-resolver-arm.cc', | 638 '../../src/arm/lithium-gap-resolver-arm.cc', |
| 639 '../../src/arm/lithium-gap-resolver-arm.h', | 639 '../../src/arm/lithium-gap-resolver-arm.h', |
| 640 '../../src/arm/macro-assembler-arm.cc', | 640 '../../src/arm/macro-assembler-arm.cc', |
| 641 '../../src/arm/macro-assembler-arm.h', | 641 '../../src/arm/macro-assembler-arm.h', |
| 642 '../../src/arm/regexp-macro-assembler-arm.cc', | 642 '../../src/arm/regexp-macro-assembler-arm.cc', |
| 643 '../../src/arm/regexp-macro-assembler-arm.h', | 643 '../../src/arm/regexp-macro-assembler-arm.h', |
| 644 '../../src/arm/simulator-arm.cc', | 644 '../../src/arm/simulator-arm.cc', |
| 645 '../../src/arm/stub-cache-arm.cc', | 645 '../../src/arm/stub-cache-arm.cc', |
| 646 ], | 646 ], |
| 647 }], | 647 }], |
| 648 ['v8_target_arch=="a64"', { | 648 ['v8_target_arch=="a64" or v8_target_arch=="arm64"', { |
| 649 'sources': [ ### gcmole(arch:a64) ### | 649 'sources': [ ### gcmole(arch:a64) ### |
| 650 '../../src/a64/assembler-a64.cc', | 650 '../../src/a64/assembler-a64.cc', |
| 651 '../../src/a64/assembler-a64.h', | 651 '../../src/a64/assembler-a64.h', |
| 652 '../../src/a64/assembler-a64-inl.h', | 652 '../../src/a64/assembler-a64-inl.h', |
| 653 '../../src/a64/builtins-a64.cc', | 653 '../../src/a64/builtins-a64.cc', |
| 654 '../../src/a64/codegen-a64.cc', | 654 '../../src/a64/codegen-a64.cc', |
| 655 '../../src/a64/codegen-a64.h', | 655 '../../src/a64/codegen-a64.h', |
| 656 '../../src/a64/code-stubs-a64.cc', | 656 '../../src/a64/code-stubs-a64.cc', |
| 657 '../../src/a64/code-stubs-a64.h', | 657 '../../src/a64/code-stubs-a64.h', |
| 658 '../../src/a64/constants-a64.h', | 658 '../../src/a64/constants-a64.h', |
| (...skipping 507 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1166 }], | 1166 }], |
| 1167 ['v8_compress_startup_data=="bz2"', { | 1167 ['v8_compress_startup_data=="bz2"', { |
| 1168 'libraries': [ | 1168 'libraries': [ |
| 1169 '-lbz2', | 1169 '-lbz2', |
| 1170 ] | 1170 ] |
| 1171 }], | 1171 }], |
| 1172 ], | 1172 ], |
| 1173 }, | 1173 }, |
| 1174 ], | 1174 ], |
| 1175 } | 1175 } |
| OLD | NEW |