| 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 831 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 842 '../../src/snapshot.h', | 842 '../../src/snapshot.h', |
| 843 '../../src/snapshot-common.cc', | 843 '../../src/snapshot-common.cc', |
| 844 '../../src/snapshot-source-sink.cc', | 844 '../../src/snapshot-source-sink.cc', |
| 845 '../../src/snapshot-source-sink.h', | 845 '../../src/snapshot-source-sink.h', |
| 846 '../../src/string-builder.cc', | 846 '../../src/string-builder.cc', |
| 847 '../../src/string-builder.h', | 847 '../../src/string-builder.h', |
| 848 '../../src/string-search.cc', | 848 '../../src/string-search.cc', |
| 849 '../../src/string-search.h', | 849 '../../src/string-search.h', |
| 850 '../../src/string-stream.cc', | 850 '../../src/string-stream.cc', |
| 851 '../../src/string-stream.h', | 851 '../../src/string-stream.h', |
| 852 '../../src/strings-storage.cc', |
| 853 '../../src/strings-storage.h', |
| 852 '../../src/strtod.cc', | 854 '../../src/strtod.cc', |
| 853 '../../src/strtod.h', | 855 '../../src/strtod.h', |
| 854 '../../src/ic/stub-cache.cc', | 856 '../../src/ic/stub-cache.cc', |
| 855 '../../src/ic/stub-cache.h', | 857 '../../src/ic/stub-cache.h', |
| 856 '../../src/token.cc', | 858 '../../src/token.cc', |
| 857 '../../src/token.h', | 859 '../../src/token.h', |
| 858 '../../src/transitions-inl.h', | 860 '../../src/transitions-inl.h', |
| 859 '../../src/transitions.cc', | 861 '../../src/transitions.cc', |
| 860 '../../src/transitions.h', | 862 '../../src/transitions.h', |
| 861 '../../src/type-feedback-vector-inl.h', | 863 '../../src/type-feedback-vector-inl.h', |
| (...skipping 949 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1811 }], | 1813 }], |
| 1812 ['want_separate_host_toolset==1', { | 1814 ['want_separate_host_toolset==1', { |
| 1813 'toolsets': ['host'], | 1815 'toolsets': ['host'], |
| 1814 }, { | 1816 }, { |
| 1815 'toolsets': ['target'], | 1817 'toolsets': ['target'], |
| 1816 }], | 1818 }], |
| 1817 ], | 1819 ], |
| 1818 }, | 1820 }, |
| 1819 ], | 1821 ], |
| 1820 } | 1822 } |
| OLD | NEW |