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 761 matching lines...) Loading... |
772 'deoptimizer.h', | 772 'deoptimizer.h', |
773 'disasm.h', | 773 'disasm.h', |
774 'disassembler.cc', | 774 'disassembler.cc', |
775 'disassembler.h', | 775 'disassembler.h', |
776 'diy-fp.cc', | 776 'diy-fp.cc', |
777 'diy-fp.h', | 777 'diy-fp.h', |
778 'double.h', | 778 'double.h', |
779 'dtoa.cc', | 779 'dtoa.cc', |
780 'dtoa.h', | 780 'dtoa.h', |
781 'effects.h', | 781 'effects.h', |
| 782 'eh-frame.cc', |
| 783 'eh-frame.h', |
782 'elements-kind.cc', | 784 'elements-kind.cc', |
783 'elements-kind.h', | 785 'elements-kind.h', |
784 'elements.cc', | 786 'elements.cc', |
785 'elements.h', | 787 'elements.h', |
786 'execution.cc', | 788 'execution.cc', |
787 'execution.h', | 789 'execution.h', |
788 'extensions/externalize-string-extension.cc', | 790 'extensions/externalize-string-extension.cc', |
789 'extensions/externalize-string-extension.h', | 791 'extensions/externalize-string-extension.h', |
790 'extensions/free-buffer-extension.cc', | 792 'extensions/free-buffer-extension.cc', |
791 'extensions/free-buffer-extension.h', | 793 'extensions/free-buffer-extension.h', |
(...skipping 1491 matching lines...) Loading... |
2283 }], | 2285 }], |
2284 ['want_separate_host_toolset==1', { | 2286 ['want_separate_host_toolset==1', { |
2285 'toolsets': ['host'], | 2287 'toolsets': ['host'], |
2286 }, { | 2288 }, { |
2287 'toolsets': ['target'], | 2289 'toolsets': ['target'], |
2288 }], | 2290 }], |
2289 ], | 2291 ], |
2290 }, | 2292 }, |
2291 ], | 2293 ], |
2292 } | 2294 } |
OLD | NEW |