| 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 911 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 922 '../../src/runtime/runtime-internal.cc', | 922 '../../src/runtime/runtime-internal.cc', |
| 923 '../../src/runtime/runtime-json.cc', | 923 '../../src/runtime/runtime-json.cc', |
| 924 '../../src/runtime/runtime-literals.cc', | 924 '../../src/runtime/runtime-literals.cc', |
| 925 '../../src/runtime/runtime-liveedit.cc', | 925 '../../src/runtime/runtime-liveedit.cc', |
| 926 '../../src/runtime/runtime-maths.cc', | 926 '../../src/runtime/runtime-maths.cc', |
| 927 '../../src/runtime/runtime-numbers.cc', | 927 '../../src/runtime/runtime-numbers.cc', |
| 928 '../../src/runtime/runtime-object.cc', | 928 '../../src/runtime/runtime-object.cc', |
| 929 '../../src/runtime/runtime-observe.cc', | 929 '../../src/runtime/runtime-observe.cc', |
| 930 '../../src/runtime/runtime-operators.cc', | 930 '../../src/runtime/runtime-operators.cc', |
| 931 '../../src/runtime/runtime-proxy.cc', | 931 '../../src/runtime/runtime-proxy.cc', |
| 932 '../../src/runtime/runtime-ptr.cc', |
| 932 '../../src/runtime/runtime-regexp.cc', | 933 '../../src/runtime/runtime-regexp.cc', |
| 933 '../../src/runtime/runtime-scopes.cc', | 934 '../../src/runtime/runtime-scopes.cc', |
| 934 '../../src/runtime/runtime-simd.cc', | 935 '../../src/runtime/runtime-simd.cc', |
| 935 '../../src/runtime/runtime-strings.cc', | 936 '../../src/runtime/runtime-strings.cc', |
| 936 '../../src/runtime/runtime-symbol.cc', | 937 '../../src/runtime/runtime-symbol.cc', |
| 937 '../../src/runtime/runtime-test.cc', | 938 '../../src/runtime/runtime-test.cc', |
| 938 '../../src/runtime/runtime-typedarray.cc', | 939 '../../src/runtime/runtime-typedarray.cc', |
| 939 '../../src/runtime/runtime-uri.cc', | 940 '../../src/runtime/runtime-uri.cc', |
| 940 '../../src/runtime/runtime-utils.h', | 941 '../../src/runtime/runtime-utils.h', |
| 941 '../../src/runtime/runtime.cc', | 942 '../../src/runtime/runtime.cc', |
| (...skipping 1141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2083 }], | 2084 }], |
| 2084 ['want_separate_host_toolset==1', { | 2085 ['want_separate_host_toolset==1', { |
| 2085 'toolsets': ['host'], | 2086 'toolsets': ['host'], |
| 2086 }, { | 2087 }, { |
| 2087 'toolsets': ['target'], | 2088 'toolsets': ['target'], |
| 2088 }], | 2089 }], |
| 2089 ], | 2090 ], |
| 2090 }, | 2091 }, |
| 2091 ], | 2092 ], |
| 2092 } | 2093 } |
| OLD | NEW |