| 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 778 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 789 '../../src/msan.h', | 789 '../../src/msan.h', |
| 790 '../../src/objects-debug.cc', | 790 '../../src/objects-debug.cc', |
| 791 '../../src/objects-inl.h', | 791 '../../src/objects-inl.h', |
| 792 '../../src/objects-printer.cc', | 792 '../../src/objects-printer.cc', |
| 793 '../../src/objects.cc', | 793 '../../src/objects.cc', |
| 794 '../../src/objects.h', | 794 '../../src/objects.h', |
| 795 '../../src/optimizing-compile-dispatcher.cc', | 795 '../../src/optimizing-compile-dispatcher.cc', |
| 796 '../../src/optimizing-compile-dispatcher.h', | 796 '../../src/optimizing-compile-dispatcher.h', |
| 797 '../../src/ostreams.cc', | 797 '../../src/ostreams.cc', |
| 798 '../../src/ostreams.h', | 798 '../../src/ostreams.h', |
| 799 '../../src/pattern-matcher.cc', |
| 799 '../../src/parser.cc', | 800 '../../src/parser.cc', |
| 800 '../../src/parser.h', | 801 '../../src/parser.h', |
| 801 '../../src/pending-compilation-error-handler.cc', | 802 '../../src/pending-compilation-error-handler.cc', |
| 802 '../../src/pending-compilation-error-handler.h', | 803 '../../src/pending-compilation-error-handler.h', |
| 803 '../../src/perf-jit.cc', | 804 '../../src/perf-jit.cc', |
| 804 '../../src/perf-jit.h', | 805 '../../src/perf-jit.h', |
| 805 '../../src/preparse-data-format.h', | 806 '../../src/preparse-data-format.h', |
| 806 '../../src/preparse-data.cc', | 807 '../../src/preparse-data.cc', |
| 807 '../../src/preparse-data.h', | 808 '../../src/preparse-data.h', |
| 808 '../../src/preparser.cc', | 809 '../../src/preparser.cc', |
| (...skipping 1068 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1877 }], | 1878 }], |
| 1878 ['want_separate_host_toolset==1', { | 1879 ['want_separate_host_toolset==1', { |
| 1879 'toolsets': ['host'], | 1880 'toolsets': ['host'], |
| 1880 }, { | 1881 }, { |
| 1881 'toolsets': ['target'], | 1882 'toolsets': ['target'], |
| 1882 }], | 1883 }], |
| 1883 ], | 1884 ], |
| 1884 }, | 1885 }, |
| 1885 ], | 1886 ], |
| 1886 } | 1887 } |
| OLD | NEW |