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 765 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
776 'debug/debug-evaluate.cc', | 776 'debug/debug-evaluate.cc', |
777 'debug/debug-evaluate.h', | 777 'debug/debug-evaluate.h', |
778 'debug/debug-frames.cc', | 778 'debug/debug-frames.cc', |
779 'debug/debug-frames.h', | 779 'debug/debug-frames.h', |
780 'debug/debug-scopes.cc', | 780 'debug/debug-scopes.cc', |
781 'debug/debug-scopes.h', | 781 'debug/debug-scopes.h', |
782 'debug/debug.cc', | 782 'debug/debug.cc', |
783 'debug/debug.h', | 783 'debug/debug.h', |
784 'debug/liveedit.cc', | 784 'debug/liveedit.cc', |
785 'debug/liveedit.h', | 785 'debug/liveedit.h', |
| 786 'deoptimize-reason.cc', |
| 787 'deoptimize-reason.h', |
786 'deoptimizer.cc', | 788 'deoptimizer.cc', |
787 'deoptimizer.h', | 789 'deoptimizer.h', |
788 'disasm.h', | 790 'disasm.h', |
789 'disassembler.cc', | 791 'disassembler.cc', |
790 'disassembler.h', | 792 'disassembler.h', |
791 'diy-fp.cc', | 793 'diy-fp.cc', |
792 'diy-fp.h', | 794 'diy-fp.h', |
793 'double.h', | 795 'double.h', |
794 'dtoa.cc', | 796 'dtoa.cc', |
795 'dtoa.h', | 797 'dtoa.h', |
(...skipping 1514 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2310 }], | 2312 }], |
2311 ['want_separate_host_toolset==1', { | 2313 ['want_separate_host_toolset==1', { |
2312 'toolsets': ['host'], | 2314 'toolsets': ['host'], |
2313 }, { | 2315 }, { |
2314 'toolsets': ['target'], | 2316 'toolsets': ['target'], |
2315 }], | 2317 }], |
2316 ], | 2318 ], |
2317 }, | 2319 }, |
2318 ], | 2320 ], |
2319 } | 2321 } |
OLD | NEW |