| 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 698 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 709 '../../src/ic/call-optimization.h', | 709 '../../src/ic/call-optimization.h', |
| 710 '../../src/ic/handler-compiler.cc', | 710 '../../src/ic/handler-compiler.cc', |
| 711 '../../src/ic/handler-compiler.h', | 711 '../../src/ic/handler-compiler.h', |
| 712 '../../src/ic/ic-inl.h', | 712 '../../src/ic/ic-inl.h', |
| 713 '../../src/ic/ic-state.cc', | 713 '../../src/ic/ic-state.cc', |
| 714 '../../src/ic/ic-state.h', | 714 '../../src/ic/ic-state.h', |
| 715 '../../src/ic/ic.cc', | 715 '../../src/ic/ic.cc', |
| 716 '../../src/ic/ic.h', | 716 '../../src/ic/ic.h', |
| 717 '../../src/ic/ic-compiler.cc', | 717 '../../src/ic/ic-compiler.cc', |
| 718 '../../src/ic/ic-compiler.h', | 718 '../../src/ic/ic-compiler.h', |
| 719 '../../src/interface.cc', | |
| 720 '../../src/interface.h', | |
| 721 '../../src/interface-descriptors.cc', | 719 '../../src/interface-descriptors.cc', |
| 722 '../../src/interface-descriptors.h', | 720 '../../src/interface-descriptors.h', |
| 723 '../../src/interpreter-irregexp.cc', | 721 '../../src/interpreter-irregexp.cc', |
| 724 '../../src/interpreter-irregexp.h', | 722 '../../src/interpreter-irregexp.h', |
| 725 '../../src/isolate.cc', | 723 '../../src/isolate.cc', |
| 726 '../../src/isolate.h', | 724 '../../src/isolate.h', |
| 727 '../../src/json-parser.h', | 725 '../../src/json-parser.h', |
| 728 '../../src/json-stringifier.h', | 726 '../../src/json-stringifier.h', |
| 729 '../../src/jsregexp-inl.h', | 727 '../../src/jsregexp-inl.h', |
| 730 '../../src/jsregexp.cc', | 728 '../../src/jsregexp.cc', |
| (...skipping 17 matching lines...) Expand all Loading... |
| 748 '../../src/log-utils.cc', | 746 '../../src/log-utils.cc', |
| 749 '../../src/log-utils.h', | 747 '../../src/log-utils.h', |
| 750 '../../src/log.cc', | 748 '../../src/log.cc', |
| 751 '../../src/log.h', | 749 '../../src/log.h', |
| 752 '../../src/lookup-inl.h', | 750 '../../src/lookup-inl.h', |
| 753 '../../src/lookup.cc', | 751 '../../src/lookup.cc', |
| 754 '../../src/lookup.h', | 752 '../../src/lookup.h', |
| 755 '../../src/macro-assembler.h', | 753 '../../src/macro-assembler.h', |
| 756 '../../src/messages.cc', | 754 '../../src/messages.cc', |
| 757 '../../src/messages.h', | 755 '../../src/messages.h', |
| 756 '../../src/modules.cc', |
| 757 '../../src/modules.h', |
| 758 '../../src/msan.h', | 758 '../../src/msan.h', |
| 759 '../../src/natives.h', | 759 '../../src/natives.h', |
| 760 '../../src/objects-debug.cc', | 760 '../../src/objects-debug.cc', |
| 761 '../../src/objects-inl.h', | 761 '../../src/objects-inl.h', |
| 762 '../../src/objects-printer.cc', | 762 '../../src/objects-printer.cc', |
| 763 '../../src/objects.cc', | 763 '../../src/objects.cc', |
| 764 '../../src/objects.h', | 764 '../../src/objects.h', |
| 765 '../../src/optimizing-compiler-thread.cc', | 765 '../../src/optimizing-compiler-thread.cc', |
| 766 '../../src/optimizing-compiler-thread.h', | 766 '../../src/optimizing-compiler-thread.h', |
| 767 '../../src/ostreams.cc', | 767 '../../src/ostreams.cc', |
| (...skipping 1045 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1813 }], | 1813 }], |
| 1814 ['want_separate_host_toolset==1', { | 1814 ['want_separate_host_toolset==1', { |
| 1815 'toolsets': ['host'], | 1815 'toolsets': ['host'], |
| 1816 }, { | 1816 }, { |
| 1817 'toolsets': ['target'], | 1817 'toolsets': ['target'], |
| 1818 }], | 1818 }], |
| 1819 ], | 1819 ], |
| 1820 }, | 1820 }, |
| 1821 ], | 1821 ], |
| 1822 } | 1822 } |
| OLD | NEW |