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 2219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2230 'js/array.js', | 2230 'js/array.js', |
2231 'js/string.js', | 2231 'js/string.js', |
2232 'js/regexp.js', | 2232 'js/regexp.js', |
2233 'js/arraybuffer.js', | 2233 'js/arraybuffer.js', |
2234 'js/typedarray.js', | 2234 'js/typedarray.js', |
2235 'js/collection.js', | 2235 'js/collection.js', |
2236 'js/weak-collection.js', | 2236 'js/weak-collection.js', |
2237 'js/collection-iterator.js', | 2237 'js/collection-iterator.js', |
2238 'js/promise.js', | 2238 'js/promise.js', |
2239 'js/messages.js', | 2239 'js/messages.js', |
2240 'js/array-iterator.js', | |
2241 'js/templates.js', | 2240 'js/templates.js', |
2242 'js/spread.js', | 2241 'js/spread.js', |
2243 'js/proxy.js', | 2242 'js/proxy.js', |
2244 'js/async-await.js', | 2243 'js/async-await.js', |
2245 'debug/mirrors.js', | 2244 'debug/mirrors.js', |
2246 'debug/debug.js', | 2245 'debug/debug.js', |
2247 'debug/liveedit.js', | 2246 'debug/liveedit.js', |
2248 ], | 2247 ], |
2249 'experimental_library_files': [ | 2248 'experimental_library_files': [ |
2250 'js/macros.py', | 2249 'js/macros.py', |
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2477 'conditions': [ | 2476 'conditions': [ |
2478 ['want_separate_host_toolset_mkpeephole==1', { | 2477 ['want_separate_host_toolset_mkpeephole==1', { |
2479 'toolsets': ['host'], | 2478 'toolsets': ['host'], |
2480 }, { | 2479 }, { |
2481 'toolsets': ['target'], | 2480 'toolsets': ['target'], |
2482 }], | 2481 }], |
2483 ], | 2482 ], |
2484 }, | 2483 }, |
2485 ], | 2484 ], |
2486 } | 2485 } |
OLD | NEW |