| 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 871 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 882 '../../src/utils.cc', | 882 '../../src/utils.cc', |
| 883 '../../src/utils.h', | 883 '../../src/utils.h', |
| 884 '../../src/v8.cc', | 884 '../../src/v8.cc', |
| 885 '../../src/v8.h', | 885 '../../src/v8.h', |
| 886 '../../src/v8memory.h', | 886 '../../src/v8memory.h', |
| 887 '../../src/v8threads.cc', | 887 '../../src/v8threads.cc', |
| 888 '../../src/v8threads.h', | 888 '../../src/v8threads.h', |
| 889 '../../src/variables.cc', | 889 '../../src/variables.cc', |
| 890 '../../src/variables.h', | 890 '../../src/variables.h', |
| 891 '../../src/vector.h', | 891 '../../src/vector.h', |
| 892 '../../src/version.cc', | 892 '../../src/version_gen.cc', |
| 893 '../../src/version.h', | 893 '../../src/version.h', |
| 894 '../../src/vm-state-inl.h', | 894 '../../src/vm-state-inl.h', |
| 895 '../../src/vm-state.h', | 895 '../../src/vm-state.h', |
| 896 '../../src/zone-inl.h', | 896 '../../src/zone-inl.h', |
| 897 '../../src/zone.cc', | 897 '../../src/zone.cc', |
| 898 '../../src/zone.h', | 898 '../../src/zone.h', |
| 899 '../../src/third_party/fdlibm/fdlibm.cc', | 899 '../../src/third_party/fdlibm/fdlibm.cc', |
| 900 '../../src/third_party/fdlibm/fdlibm.h', | 900 '../../src/third_party/fdlibm/fdlibm.h', |
| 901 ], | 901 ], |
| 902 'conditions': [ | 902 'conditions': [ |
| (...skipping 907 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1810 }], | 1810 }], |
| 1811 ['want_separate_host_toolset==1', { | 1811 ['want_separate_host_toolset==1', { |
| 1812 'toolsets': ['host'], | 1812 'toolsets': ['host'], |
| 1813 }, { | 1813 }, { |
| 1814 'toolsets': ['target'], | 1814 'toolsets': ['target'], |
| 1815 }], | 1815 }], |
| 1816 ], | 1816 ], |
| 1817 }, | 1817 }, |
| 1818 ], | 1818 ], |
| 1819 } | 1819 } |
| OLD | NEW |