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 749 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
760 '../../src/objects-inl.h', | 760 '../../src/objects-inl.h', |
761 '../../src/objects-printer.cc', | 761 '../../src/objects-printer.cc', |
762 '../../src/objects.cc', | 762 '../../src/objects.cc', |
763 '../../src/objects.h', | 763 '../../src/objects.h', |
764 '../../src/optimizing-compiler-thread.cc', | 764 '../../src/optimizing-compiler-thread.cc', |
765 '../../src/optimizing-compiler-thread.h', | 765 '../../src/optimizing-compiler-thread.h', |
766 '../../src/ostreams.cc', | 766 '../../src/ostreams.cc', |
767 '../../src/ostreams.h', | 767 '../../src/ostreams.h', |
768 '../../src/parser.cc', | 768 '../../src/parser.cc', |
769 '../../src/parser.h', | 769 '../../src/parser.h', |
| 770 '../../src/pending-compilation-error-handler.cc', |
| 771 '../../src/pending-compilation-error-handler.h', |
770 '../../src/perf-jit.cc', | 772 '../../src/perf-jit.cc', |
771 '../../src/perf-jit.h', | 773 '../../src/perf-jit.h', |
772 '../../src/preparse-data-format.h', | 774 '../../src/preparse-data-format.h', |
773 '../../src/preparse-data.cc', | 775 '../../src/preparse-data.cc', |
774 '../../src/preparse-data.h', | 776 '../../src/preparse-data.h', |
775 '../../src/preparser.cc', | 777 '../../src/preparser.cc', |
776 '../../src/preparser.h', | 778 '../../src/preparser.h', |
777 '../../src/prettyprinter.cc', | 779 '../../src/prettyprinter.cc', |
778 '../../src/prettyprinter.h', | 780 '../../src/prettyprinter.h', |
779 '../../src/profile-generator-inl.h', | 781 '../../src/profile-generator-inl.h', |
(...skipping 1034 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1814 }], | 1816 }], |
1815 ['want_separate_host_toolset==1', { | 1817 ['want_separate_host_toolset==1', { |
1816 'toolsets': ['host'], | 1818 'toolsets': ['host'], |
1817 }, { | 1819 }, { |
1818 'toolsets': ['target'], | 1820 'toolsets': ['target'], |
1819 }], | 1821 }], |
1820 ], | 1822 ], |
1821 }, | 1823 }, |
1822 ], | 1824 ], |
1823 } | 1825 } |
OLD | NEW |