| 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 643 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 654 '../../src/arm64/codegen-arm64.cc', | 654 '../../src/arm64/codegen-arm64.cc', |
| 655 '../../src/arm64/codegen-arm64.h', | 655 '../../src/arm64/codegen-arm64.h', |
| 656 '../../src/arm64/code-stubs-arm64.cc', | 656 '../../src/arm64/code-stubs-arm64.cc', |
| 657 '../../src/arm64/code-stubs-arm64.h', | 657 '../../src/arm64/code-stubs-arm64.h', |
| 658 '../../src/arm64/constants-arm64.h', | 658 '../../src/arm64/constants-arm64.h', |
| 659 '../../src/arm64/cpu-arm64.cc', | 659 '../../src/arm64/cpu-arm64.cc', |
| 660 '../../src/arm64/debug-arm64.cc', | 660 '../../src/arm64/debug-arm64.cc', |
| 661 '../../src/arm64/decoder-arm64.cc', | 661 '../../src/arm64/decoder-arm64.cc', |
| 662 '../../src/arm64/decoder-arm64.h', | 662 '../../src/arm64/decoder-arm64.h', |
| 663 '../../src/arm64/decoder-arm64-inl.h', | 663 '../../src/arm64/decoder-arm64-inl.h', |
| 664 '../../src/arm64/delayed-masm-arm64.cc', |
| 665 '../../src/arm64/delayed-masm-arm64.h', |
| 666 '../../src/arm64/delayed-masm-arm64-inl.h', |
| 664 '../../src/arm64/deoptimizer-arm64.cc', | 667 '../../src/arm64/deoptimizer-arm64.cc', |
| 665 '../../src/arm64/disasm-arm64.cc', | 668 '../../src/arm64/disasm-arm64.cc', |
| 666 '../../src/arm64/disasm-arm64.h', | 669 '../../src/arm64/disasm-arm64.h', |
| 667 '../../src/arm64/frames-arm64.cc', | 670 '../../src/arm64/frames-arm64.cc', |
| 668 '../../src/arm64/frames-arm64.h', | 671 '../../src/arm64/frames-arm64.h', |
| 669 '../../src/arm64/full-codegen-arm64.cc', | 672 '../../src/arm64/full-codegen-arm64.cc', |
| 670 '../../src/arm64/ic-arm64.cc', | 673 '../../src/arm64/ic-arm64.cc', |
| 671 '../../src/arm64/instructions-arm64.cc', | 674 '../../src/arm64/instructions-arm64.cc', |
| 672 '../../src/arm64/instructions-arm64.h', | 675 '../../src/arm64/instructions-arm64.h', |
| 673 '../../src/arm64/instrument-arm64.cc', | 676 '../../src/arm64/instrument-arm64.cc', |
| (...skipping 566 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1240 }], | 1243 }], |
| 1241 ['v8_compress_startup_data=="bz2"', { | 1244 ['v8_compress_startup_data=="bz2"', { |
| 1242 'libraries': [ | 1245 'libraries': [ |
| 1243 '-lbz2', | 1246 '-lbz2', |
| 1244 ] | 1247 ] |
| 1245 }], | 1248 }], |
| 1246 ], | 1249 ], |
| 1247 }, | 1250 }, |
| 1248 ], | 1251 ], |
| 1249 } | 1252 } |
| OLD | NEW |