OLD | NEW |
1 # Copyright 2011 the V8 project authors. All rights reserved. | 1 # Copyright 2011 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 655 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
666 '../../src/x64/codegen-x64.h', | 666 '../../src/x64/codegen-x64.h', |
667 '../../src/x64/cpu-x64.cc', | 667 '../../src/x64/cpu-x64.cc', |
668 '../../src/x64/debug-x64.cc', | 668 '../../src/x64/debug-x64.cc', |
669 '../../src/x64/deoptimizer-x64.cc', | 669 '../../src/x64/deoptimizer-x64.cc', |
670 '../../src/x64/disasm-x64.cc', | 670 '../../src/x64/disasm-x64.cc', |
671 '../../src/x64/frames-x64.cc', | 671 '../../src/x64/frames-x64.cc', |
672 '../../src/x64/frames-x64.h', | 672 '../../src/x64/frames-x64.h', |
673 '../../src/x64/full-codegen-x64.cc', | 673 '../../src/x64/full-codegen-x64.cc', |
674 '../../src/x64/ic-x64.cc', | 674 '../../src/x64/ic-x64.cc', |
675 '../../src/x64/jump-target-x64.cc', | 675 '../../src/x64/jump-target-x64.cc', |
| 676 '../../src/x64/lithium-codegen-x64.cc', |
676 '../../src/x64/lithium-codegen-x64.h', | 677 '../../src/x64/lithium-codegen-x64.h', |
677 '../../src/x64/lithium-x64.cc', | 678 '../../src/x64/lithium-x64.cc', |
678 '../../src/x64/lithium-x64.h', | 679 '../../src/x64/lithium-x64.h', |
679 '../../src/x64/macro-assembler-x64.cc', | 680 '../../src/x64/macro-assembler-x64.cc', |
680 '../../src/x64/macro-assembler-x64.h', | 681 '../../src/x64/macro-assembler-x64.h', |
681 '../../src/x64/regexp-macro-assembler-x64.cc', | 682 '../../src/x64/regexp-macro-assembler-x64.cc', |
682 '../../src/x64/regexp-macro-assembler-x64.h', | 683 '../../src/x64/regexp-macro-assembler-x64.h', |
683 '../../src/x64/register-allocator-x64.cc', | 684 '../../src/x64/register-allocator-x64.cc', |
684 '../../src/x64/stub-cache-x64.cc', | 685 '../../src/x64/stub-cache-x64.cc', |
685 '../../src/x64/virtual-frame-x64.cc', | 686 '../../src/x64/virtual-frame-x64.cc', |
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
841 'target_name': 'v8_shell', | 842 'target_name': 'v8_shell', |
842 'type': 'none', | 843 'type': 'none', |
843 'dependencies': [ | 844 'dependencies': [ |
844 'v8' | 845 'v8' |
845 ], | 846 ], |
846 }, | 847 }, |
847 ], | 848 ], |
848 }], | 849 }], |
849 ], | 850 ], |
850 } | 851 } |
OLD | NEW |