| 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 2054 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2065 '../../src/js/collection.js', | 2065 '../../src/js/collection.js', |
| 2066 '../../src/js/weak-collection.js', | 2066 '../../src/js/weak-collection.js', |
| 2067 '../../src/js/collection-iterator.js', | 2067 '../../src/js/collection-iterator.js', |
| 2068 '../../src/js/promise.js', | 2068 '../../src/js/promise.js', |
| 2069 '../../src/js/messages.js', | 2069 '../../src/js/messages.js', |
| 2070 '../../src/js/json.js', | 2070 '../../src/js/json.js', |
| 2071 '../../src/js/array-iterator.js', | 2071 '../../src/js/array-iterator.js', |
| 2072 '../../src/js/string-iterator.js', | 2072 '../../src/js/string-iterator.js', |
| 2073 '../../src/js/templates.js', | 2073 '../../src/js/templates.js', |
| 2074 '../../src/js/spread.js', | 2074 '../../src/js/spread.js', |
| 2075 '../../src/js/proxy.js', |
| 2075 '../../src/debug/mirrors.js', | 2076 '../../src/debug/mirrors.js', |
| 2076 '../../src/debug/debug.js', | 2077 '../../src/debug/debug.js', |
| 2077 '../../src/debug/liveedit.js', | 2078 '../../src/debug/liveedit.js', |
| 2078 ], | 2079 ], |
| 2079 'experimental_library_files': [ | 2080 'experimental_library_files': [ |
| 2080 '../../src/js/macros.py', | 2081 '../../src/js/macros.py', |
| 2081 '../../src/messages.h', | 2082 '../../src/messages.h', |
| 2082 '../../src/js/proxy.js', | |
| 2083 '../../src/js/generator.js', | 2083 '../../src/js/generator.js', |
| 2084 '../../src/js/harmony-atomics.js', | 2084 '../../src/js/harmony-atomics.js', |
| 2085 '../../src/js/harmony-regexp.js', | 2085 '../../src/js/harmony-regexp.js', |
| 2086 '../../src/js/harmony-object-observe.js', | 2086 '../../src/js/harmony-object-observe.js', |
| 2087 '../../src/js/harmony-sharedarraybuffer.js', | 2087 '../../src/js/harmony-sharedarraybuffer.js', |
| 2088 '../../src/js/harmony-simd.js', | 2088 '../../src/js/harmony-simd.js', |
| 2089 '../../src/js/harmony-species.js', | 2089 '../../src/js/harmony-species.js', |
| 2090 '../../src/js/harmony-unicode-regexps.js', | 2090 '../../src/js/harmony-unicode-regexps.js', |
| 2091 '../../src/js/promise-extra.js', | 2091 '../../src/js/promise-extra.js', |
| 2092 ], | 2092 ], |
| (...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2279 }], | 2279 }], |
| 2280 ['want_separate_host_toolset==1', { | 2280 ['want_separate_host_toolset==1', { |
| 2281 'toolsets': ['host'], | 2281 'toolsets': ['host'], |
| 2282 }, { | 2282 }, { |
| 2283 'toolsets': ['target'], | 2283 'toolsets': ['target'], |
| 2284 }], | 2284 }], |
| 2285 ], | 2285 ], |
| 2286 }, | 2286 }, |
| 2287 ], | 2287 ], |
| 2288 } | 2288 } |
| OLD | NEW |