| 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 640 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 651 '../../src/a64/assembler-a64-inl.h', | 651 '../../src/a64/assembler-a64-inl.h', |
| 652 '../../src/a64/builtins-a64.cc', | 652 '../../src/a64/builtins-a64.cc', |
| 653 '../../src/a64/codegen-a64.cc', | 653 '../../src/a64/codegen-a64.cc', |
| 654 '../../src/a64/codegen-a64.h', | 654 '../../src/a64/codegen-a64.h', |
| 655 '../../src/a64/code-stubs-a64.cc', | 655 '../../src/a64/code-stubs-a64.cc', |
| 656 '../../src/a64/code-stubs-a64.h', | 656 '../../src/a64/code-stubs-a64.h', |
| 657 '../../src/a64/constants-a64.h', | 657 '../../src/a64/constants-a64.h', |
| 658 '../../src/a64/cpu-a64.cc', | 658 '../../src/a64/cpu-a64.cc', |
| 659 '../../src/a64/cpu-a64.h', | 659 '../../src/a64/cpu-a64.h', |
| 660 '../../src/a64/debug-a64.cc', | 660 '../../src/a64/debug-a64.cc', |
| 661 '../../src/a64/debugger-a64.cc', | |
| 662 '../../src/a64/debugger-a64.h', | |
| 663 '../../src/a64/decoder-a64.cc', | 661 '../../src/a64/decoder-a64.cc', |
| 664 '../../src/a64/decoder-a64.h', | 662 '../../src/a64/decoder-a64.h', |
| 665 '../../src/a64/decoder-a64-inl.h', | 663 '../../src/a64/decoder-a64-inl.h', |
| 666 '../../src/a64/deoptimizer-a64.cc', | 664 '../../src/a64/deoptimizer-a64.cc', |
| 667 '../../src/a64/disasm-a64.cc', | 665 '../../src/a64/disasm-a64.cc', |
| 668 '../../src/a64/disasm-a64.h', | 666 '../../src/a64/disasm-a64.h', |
| 669 '../../src/a64/frames-a64.cc', | 667 '../../src/a64/frames-a64.cc', |
| 670 '../../src/a64/frames-a64.h', | 668 '../../src/a64/frames-a64.h', |
| 671 '../../src/a64/full-codegen-a64.cc', | 669 '../../src/a64/full-codegen-a64.cc', |
| 672 '../../src/a64/ic-a64.cc', | 670 '../../src/a64/ic-a64.cc', |
| (...skipping 493 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1166 }], | 1164 }], |
| 1167 ['v8_compress_startup_data=="bz2"', { | 1165 ['v8_compress_startup_data=="bz2"', { |
| 1168 'libraries': [ | 1166 'libraries': [ |
| 1169 '-lbz2', | 1167 '-lbz2', |
| 1170 ] | 1168 ] |
| 1171 }], | 1169 }], |
| 1172 ], | 1170 ], |
| 1173 }, | 1171 }, |
| 1174 ], | 1172 ], |
| 1175 } | 1173 } |
| OLD | NEW |