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