| 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 884 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 895 '../../src/runtime/runtime-i18n.cc', | 895 '../../src/runtime/runtime-i18n.cc', |
| 896 '../../src/runtime/runtime-internal.cc', | 896 '../../src/runtime/runtime-internal.cc', |
| 897 '../../src/runtime/runtime-json.cc', | 897 '../../src/runtime/runtime-json.cc', |
| 898 '../../src/runtime/runtime-literals.cc', | 898 '../../src/runtime/runtime-literals.cc', |
| 899 '../../src/runtime/runtime-liveedit.cc', | 899 '../../src/runtime/runtime-liveedit.cc', |
| 900 '../../src/runtime/runtime-maths.cc', | 900 '../../src/runtime/runtime-maths.cc', |
| 901 '../../src/runtime/runtime-numbers.cc', | 901 '../../src/runtime/runtime-numbers.cc', |
| 902 '../../src/runtime/runtime-object.cc', | 902 '../../src/runtime/runtime-object.cc', |
| 903 '../../src/runtime/runtime-observe.cc', | 903 '../../src/runtime/runtime-observe.cc', |
| 904 '../../src/runtime/runtime-proxy.cc', | 904 '../../src/runtime/runtime-proxy.cc', |
| 905 '../../src/runtime/runtime-ptr.cc', |
| 905 '../../src/runtime/runtime-regexp.cc', | 906 '../../src/runtime/runtime-regexp.cc', |
| 906 '../../src/runtime/runtime-scopes.cc', | 907 '../../src/runtime/runtime-scopes.cc', |
| 907 '../../src/runtime/runtime-simd.cc', | 908 '../../src/runtime/runtime-simd.cc', |
| 908 '../../src/runtime/runtime-strings.cc', | 909 '../../src/runtime/runtime-strings.cc', |
| 909 '../../src/runtime/runtime-symbol.cc', | 910 '../../src/runtime/runtime-symbol.cc', |
| 910 '../../src/runtime/runtime-test.cc', | 911 '../../src/runtime/runtime-test.cc', |
| 911 '../../src/runtime/runtime-typedarray.cc', | 912 '../../src/runtime/runtime-typedarray.cc', |
| 912 '../../src/runtime/runtime-uri.cc', | 913 '../../src/runtime/runtime-uri.cc', |
| 913 '../../src/runtime/runtime-utils.h', | 914 '../../src/runtime/runtime-utils.h', |
| 914 '../../src/runtime/runtime.cc', | 915 '../../src/runtime/runtime.cc', |
| (...skipping 1064 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1979 }], | 1980 }], |
| 1980 ['want_separate_host_toolset==1', { | 1981 ['want_separate_host_toolset==1', { |
| 1981 'toolsets': ['host'], | 1982 'toolsets': ['host'], |
| 1982 }, { | 1983 }, { |
| 1983 'toolsets': ['target'], | 1984 'toolsets': ['target'], |
| 1984 }], | 1985 }], |
| 1985 ], | 1986 ], |
| 1986 }, | 1987 }, |
| 1987 ], | 1988 ], |
| 1988 } | 1989 } |
| OLD | NEW |