| 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 646 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 657 '../../src/a64/code-stubs-a64.cc', | 657 '../../src/a64/code-stubs-a64.cc', |
| 658 '../../src/a64/code-stubs-a64.h', | 658 '../../src/a64/code-stubs-a64.h', |
| 659 '../../src/a64/constants-a64.h', | 659 '../../src/a64/constants-a64.h', |
| 660 '../../src/a64/cpu-a64.cc', | 660 '../../src/a64/cpu-a64.cc', |
| 661 '../../src/a64/cpu-a64.h', | 661 '../../src/a64/cpu-a64.h', |
| 662 '../../src/a64/debug-a64.cc', | 662 '../../src/a64/debug-a64.cc', |
| 663 '../../src/a64/debugger-a64.cc', | 663 '../../src/a64/debugger-a64.cc', |
| 664 '../../src/a64/debugger-a64.h', | 664 '../../src/a64/debugger-a64.h', |
| 665 '../../src/a64/decoder-a64.cc', | 665 '../../src/a64/decoder-a64.cc', |
| 666 '../../src/a64/decoder-a64.h', | 666 '../../src/a64/decoder-a64.h', |
| 667 '../../src/a64/decoder-a64-inl.h', |
| 667 '../../src/a64/deoptimizer-a64.cc', | 668 '../../src/a64/deoptimizer-a64.cc', |
| 668 '../../src/a64/disasm-a64.cc', | 669 '../../src/a64/disasm-a64.cc', |
| 669 '../../src/a64/disasm-a64.h', | 670 '../../src/a64/disasm-a64.h', |
| 670 '../../src/a64/frames-a64.cc', | 671 '../../src/a64/frames-a64.cc', |
| 671 '../../src/a64/frames-a64.h', | 672 '../../src/a64/frames-a64.h', |
| 672 '../../src/a64/full-codegen-a64.cc', | 673 '../../src/a64/full-codegen-a64.cc', |
| 673 '../../src/a64/ic-a64.cc', | 674 '../../src/a64/ic-a64.cc', |
| 674 '../../src/a64/instructions-a64.cc', | 675 '../../src/a64/instructions-a64.cc', |
| 675 '../../src/a64/instructions-a64.h', | 676 '../../src/a64/instructions-a64.h', |
| 676 '../../src/a64/instrument-a64.cc', | 677 '../../src/a64/instrument-a64.cc', |
| (...skipping 490 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1167 }], | 1168 }], |
| 1168 ['v8_compress_startup_data=="bz2"', { | 1169 ['v8_compress_startup_data=="bz2"', { |
| 1169 'libraries': [ | 1170 'libraries': [ |
| 1170 '-lbz2', | 1171 '-lbz2', |
| 1171 ] | 1172 ] |
| 1172 }], | 1173 }], |
| 1173 ], | 1174 ], |
| 1174 }, | 1175 }, |
| 1175 ], | 1176 ], |
| 1176 } | 1177 } |
| OLD | NEW |