| 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 842 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 853 '../../src/string-stream.cc', | 853 '../../src/string-stream.cc', |
| 854 '../../src/string-stream.h', | 854 '../../src/string-stream.h', |
| 855 '../../src/strings-storage.cc', | 855 '../../src/strings-storage.cc', |
| 856 '../../src/strings-storage.h', | 856 '../../src/strings-storage.h', |
| 857 '../../src/strtod.cc', | 857 '../../src/strtod.cc', |
| 858 '../../src/strtod.h', | 858 '../../src/strtod.h', |
| 859 '../../src/ic/stub-cache.cc', | 859 '../../src/ic/stub-cache.cc', |
| 860 '../../src/ic/stub-cache.h', | 860 '../../src/ic/stub-cache.h', |
| 861 '../../src/token.cc', | 861 '../../src/token.cc', |
| 862 '../../src/token.h', | 862 '../../src/token.h', |
| 863 '../../src/tracing/event-tracer.cc', |
| 864 '../../src/tracing/trace-event.h', |
| 863 '../../src/transitions-inl.h', | 865 '../../src/transitions-inl.h', |
| 864 '../../src/transitions.cc', | 866 '../../src/transitions.cc', |
| 865 '../../src/transitions.h', | 867 '../../src/transitions.h', |
| 866 '../../src/type-feedback-vector-inl.h', | 868 '../../src/type-feedback-vector-inl.h', |
| 867 '../../src/type-feedback-vector.cc', | 869 '../../src/type-feedback-vector.cc', |
| 868 '../../src/type-feedback-vector.h', | 870 '../../src/type-feedback-vector.h', |
| 869 '../../src/type-info.cc', | 871 '../../src/type-info.cc', |
| 870 '../../src/type-info.h', | 872 '../../src/type-info.h', |
| 871 '../../src/types-inl.h', | 873 '../../src/types-inl.h', |
| 872 '../../src/types.cc', | 874 '../../src/types.cc', |
| (...skipping 943 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1816 }], | 1818 }], |
| 1817 ['want_separate_host_toolset==1', { | 1819 ['want_separate_host_toolset==1', { |
| 1818 'toolsets': ['host'], | 1820 'toolsets': ['host'], |
| 1819 }, { | 1821 }, { |
| 1820 'toolsets': ['target'], | 1822 'toolsets': ['target'], |
| 1821 }], | 1823 }], |
| 1822 ], | 1824 ], |
| 1823 }, | 1825 }, |
| 1824 ], | 1826 ], |
| 1825 } | 1827 } |
| OLD | NEW |