| 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 762 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 773 '../../src/messages.cc', | 773 '../../src/messages.cc', |
| 774 '../../src/messages.h', | 774 '../../src/messages.h', |
| 775 '../../src/modules.cc', | 775 '../../src/modules.cc', |
| 776 '../../src/modules.h', | 776 '../../src/modules.h', |
| 777 '../../src/msan.h', | 777 '../../src/msan.h', |
| 778 '../../src/objects-debug.cc', | 778 '../../src/objects-debug.cc', |
| 779 '../../src/objects-inl.h', | 779 '../../src/objects-inl.h', |
| 780 '../../src/objects-printer.cc', | 780 '../../src/objects-printer.cc', |
| 781 '../../src/objects.cc', | 781 '../../src/objects.cc', |
| 782 '../../src/objects.h', | 782 '../../src/objects.h', |
| 783 '../../src/optimizing-compile-dispatcher.cc', | 783 '../../src/optimizing-compiler-thread.cc', |
| 784 '../../src/optimizing-compile-dispatcher.h', | 784 '../../src/optimizing-compiler-thread.h', |
| 785 '../../src/ostreams.cc', | 785 '../../src/ostreams.cc', |
| 786 '../../src/ostreams.h', | 786 '../../src/ostreams.h', |
| 787 '../../src/parser.cc', | 787 '../../src/parser.cc', |
| 788 '../../src/parser.h', | 788 '../../src/parser.h', |
| 789 '../../src/pending-compilation-error-handler.cc', | 789 '../../src/pending-compilation-error-handler.cc', |
| 790 '../../src/pending-compilation-error-handler.h', | 790 '../../src/pending-compilation-error-handler.h', |
| 791 '../../src/perf-jit.cc', | 791 '../../src/perf-jit.cc', |
| 792 '../../src/perf-jit.h', | 792 '../../src/perf-jit.h', |
| 793 '../../src/preparse-data-format.h', | 793 '../../src/preparse-data-format.h', |
| 794 '../../src/preparse-data.cc', | 794 '../../src/preparse-data.cc', |
| (...skipping 1035 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1830 }], | 1830 }], |
| 1831 ['want_separate_host_toolset==1', { | 1831 ['want_separate_host_toolset==1', { |
| 1832 'toolsets': ['host'], | 1832 'toolsets': ['host'], |
| 1833 }, { | 1833 }, { |
| 1834 'toolsets': ['target'], | 1834 'toolsets': ['target'], |
| 1835 }], | 1835 }], |
| 1836 ], | 1836 ], |
| 1837 }, | 1837 }, |
| 1838 ], | 1838 ], |
| 1839 } | 1839 } |
| OLD | NEW |