| 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 1037 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1048 'runtime/runtime-compiler.cc', | 1048 'runtime/runtime-compiler.cc', |
| 1049 'runtime/runtime-date.cc', | 1049 'runtime/runtime-date.cc', |
| 1050 'runtime/runtime-debug.cc', | 1050 'runtime/runtime-debug.cc', |
| 1051 'runtime/runtime-forin.cc', | 1051 'runtime/runtime-forin.cc', |
| 1052 'runtime/runtime-function.cc', | 1052 'runtime/runtime-function.cc', |
| 1053 'runtime/runtime-futex.cc', | 1053 'runtime/runtime-futex.cc', |
| 1054 'runtime/runtime-generator.cc', | 1054 'runtime/runtime-generator.cc', |
| 1055 'runtime/runtime-i18n.cc', | 1055 'runtime/runtime-i18n.cc', |
| 1056 'runtime/runtime-internal.cc', | 1056 'runtime/runtime-internal.cc', |
| 1057 'runtime/runtime-interpreter.cc', | 1057 'runtime/runtime-interpreter.cc', |
| 1058 'runtime/runtime-json.cc', | |
| 1059 'runtime/runtime-literals.cc', | 1058 'runtime/runtime-literals.cc', |
| 1060 'runtime/runtime-liveedit.cc', | 1059 'runtime/runtime-liveedit.cc', |
| 1061 'runtime/runtime-maths.cc', | 1060 'runtime/runtime-maths.cc', |
| 1062 'runtime/runtime-numbers.cc', | 1061 'runtime/runtime-numbers.cc', |
| 1063 'runtime/runtime-object.cc', | 1062 'runtime/runtime-object.cc', |
| 1064 'runtime/runtime-operators.cc', | 1063 'runtime/runtime-operators.cc', |
| 1065 'runtime/runtime-proxy.cc', | 1064 'runtime/runtime-proxy.cc', |
| 1066 'runtime/runtime-regexp.cc', | 1065 'runtime/runtime-regexp.cc', |
| 1067 'runtime/runtime-scopes.cc', | 1066 'runtime/runtime-scopes.cc', |
| 1068 'runtime/runtime-simd.cc', | 1067 'runtime/runtime-simd.cc', |
| (...skipping 986 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2055 'third_party/fdlibm/fdlibm.js', | 2054 'third_party/fdlibm/fdlibm.js', |
| 2056 'js/regexp.js', | 2055 'js/regexp.js', |
| 2057 'js/arraybuffer.js', | 2056 'js/arraybuffer.js', |
| 2058 'js/typedarray.js', | 2057 'js/typedarray.js', |
| 2059 'js/iterator-prototype.js', | 2058 'js/iterator-prototype.js', |
| 2060 'js/collection.js', | 2059 'js/collection.js', |
| 2061 'js/weak-collection.js', | 2060 'js/weak-collection.js', |
| 2062 'js/collection-iterator.js', | 2061 'js/collection-iterator.js', |
| 2063 'js/promise.js', | 2062 'js/promise.js', |
| 2064 'js/messages.js', | 2063 'js/messages.js', |
| 2065 'js/json.js', | |
| 2066 'js/array-iterator.js', | 2064 'js/array-iterator.js', |
| 2067 'js/string-iterator.js', | 2065 'js/string-iterator.js', |
| 2068 'js/templates.js', | 2066 'js/templates.js', |
| 2069 'js/spread.js', | 2067 'js/spread.js', |
| 2070 'js/proxy.js', | 2068 'js/proxy.js', |
| 2071 'debug/mirrors.js', | 2069 'debug/mirrors.js', |
| 2072 'debug/debug.js', | 2070 'debug/debug.js', |
| 2073 'debug/liveedit.js', | 2071 'debug/liveedit.js', |
| 2074 ], | 2072 ], |
| 2075 'experimental_library_files': [ | 2073 'experimental_library_files': [ |
| (...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2279 }], | 2277 }], |
| 2280 ['want_separate_host_toolset==1', { | 2278 ['want_separate_host_toolset==1', { |
| 2281 'toolsets': ['host'], | 2279 'toolsets': ['host'], |
| 2282 }, { | 2280 }, { |
| 2283 'toolsets': ['target'], | 2281 'toolsets': ['target'], |
| 2284 }], | 2282 }], |
| 2285 ], | 2283 ], |
| 2286 }, | 2284 }, |
| 2287 ], | 2285 ], |
| 2288 } | 2286 } |
| OLD | NEW |