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 722 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
733 '../../src/arm64/codegen-arm64.cc', | 733 '../../src/arm64/codegen-arm64.cc', |
734 '../../src/arm64/codegen-arm64.h', | 734 '../../src/arm64/codegen-arm64.h', |
735 '../../src/arm64/code-stubs-arm64.cc', | 735 '../../src/arm64/code-stubs-arm64.cc', |
736 '../../src/arm64/code-stubs-arm64.h', | 736 '../../src/arm64/code-stubs-arm64.h', |
737 '../../src/arm64/constants-arm64.h', | 737 '../../src/arm64/constants-arm64.h', |
738 '../../src/arm64/cpu-arm64.cc', | 738 '../../src/arm64/cpu-arm64.cc', |
739 '../../src/arm64/debug-arm64.cc', | 739 '../../src/arm64/debug-arm64.cc', |
740 '../../src/arm64/decoder-arm64.cc', | 740 '../../src/arm64/decoder-arm64.cc', |
741 '../../src/arm64/decoder-arm64.h', | 741 '../../src/arm64/decoder-arm64.h', |
742 '../../src/arm64/decoder-arm64-inl.h', | 742 '../../src/arm64/decoder-arm64-inl.h', |
| 743 '../../src/arm64/delayed-masm-arm64.cc', |
| 744 '../../src/arm64/delayed-masm-arm64.h', |
| 745 '../../src/arm64/delayed-masm-arm64-inl.h', |
743 '../../src/arm64/deoptimizer-arm64.cc', | 746 '../../src/arm64/deoptimizer-arm64.cc', |
744 '../../src/arm64/disasm-arm64.cc', | 747 '../../src/arm64/disasm-arm64.cc', |
745 '../../src/arm64/disasm-arm64.h', | 748 '../../src/arm64/disasm-arm64.h', |
746 '../../src/arm64/frames-arm64.cc', | 749 '../../src/arm64/frames-arm64.cc', |
747 '../../src/arm64/frames-arm64.h', | 750 '../../src/arm64/frames-arm64.h', |
748 '../../src/arm64/full-codegen-arm64.cc', | 751 '../../src/arm64/full-codegen-arm64.cc', |
749 '../../src/arm64/ic-arm64.cc', | 752 '../../src/arm64/ic-arm64.cc', |
750 '../../src/arm64/instructions-arm64.cc', | 753 '../../src/arm64/instructions-arm64.cc', |
751 '../../src/arm64/instructions-arm64.h', | 754 '../../src/arm64/instructions-arm64.h', |
752 '../../src/arm64/instrument-arm64.cc', | 755 '../../src/arm64/instrument-arm64.cc', |
(...skipping 610 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1363 }], | 1366 }], |
1364 ['v8_compress_startup_data=="bz2"', { | 1367 ['v8_compress_startup_data=="bz2"', { |
1365 'libraries': [ | 1368 'libraries': [ |
1366 '-lbz2', | 1369 '-lbz2', |
1367 ] | 1370 ] |
1368 }], | 1371 }], |
1369 ], | 1372 ], |
1370 }, | 1373 }, |
1371 ], | 1374 ], |
1372 } | 1375 } |
OLD | NEW |